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 9135cf7 commit 6268e74Copy full SHA for 6268e74
libvirt/README.md
@@ -7,13 +7,15 @@ vm-backup can be used to make offline or online backups of libvirt/KVM virtual m
7
$ /opt/bin/vm-backup
8
Usage: ./vm-backup <backup-folder> <domain> <host>
9
```
10
-Options
11
-<backup-folder> Copy images to the specified <directory>
12
-<domain> Name of the instace to backup
13
-<host> Can be localhost|127.0.0.1 or FQDN
+```
+Options:
+ <backup-folder> Copy images to the specified <directory>
+ <domain> Name of the instace to backup
14
+ <host> Can be localhost|127.0.0.1 or FQDN
15
16
-Example:
17
18
+Example:
19
$ /opt/bin/vm-backup /backup myvm myhost
20
Beginning backup for myvm
21
0 commit comments