Skip to content

Commit a99559a

Browse files
committed
cmd help message
1 parent bdd718e commit a99559a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# kvm-cold-backup
22
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

Comments
 (0)