From e164fc5b4c0be950389538e392c0b8c074fb90fe Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 7 Jul 2024 23:59:45 +0000 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index f4e797a..24b48d9 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,14 @@ +A backup utility for QEMU, KVM, XEN, and Virtualbox guests. + +Virt-back is a python application that uses the libvirt api to safely +shutdown, gzip, and restart guests. The backup process logs to syslog +for auditing and virt-back works great with cron for scheduling outages. +Virt-back has been placed in the public domain and +the latest version may be downloaded here: + +https://git.unturf.com/python/virt-back + + **usage** ```