We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdd718e commit a99559aCopy full SHA for a99559a
README.md
@@ -1,2 +1,12 @@
1
# kvm-cold-backup
2
kvm cold backup shell script, naive but always works.
3
+
4
+```bash
5
+$ ./virt-backup
6
+Usage: ./virt-backup [options]
7
+Options:
8
+ -b, --backup <domain> <backup_path> Backup and package the KVM virtual machine.
9
+ -r, --restore <backup_file_path> Restore the KVM virtual machine from a backup file.
10
+ -h, --help Show this help message.
11
+```
12
0 commit comments