Skip to content

Commit 6268e74

Browse files
authored
Update README.md
1 parent 9135cf7 commit 6268e74

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

libvirt/README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,15 @@ vm-backup can be used to make offline or online backups of libvirt/KVM virtual m
77
$ /opt/bin/vm-backup
88
Usage: ./vm-backup <backup-folder> <domain> <host>
99
```
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
10+
```
11+
Options:
12+
<backup-folder> Copy images to the specified <directory>
13+
<domain> Name of the instace to backup
14+
<host> Can be localhost|127.0.0.1 or FQDN
15+
```
1416

15-
Example:
1617
```
18+
Example:
1719
$ /opt/bin/vm-backup /backup myvm myhost
1820
Beginning backup for myvm
1921

0 commit comments

Comments
 (0)