Add missing options to qvm-backup-restore doc.

This commit is contained in:
Danny Fullerton 2016-03-28 20:33:34 -04:00
parent efb5c1fd25
commit e863b0ea50

View File

@ -16,6 +16,8 @@ OPTIONS
======= =======
-h, --help -h, --help
Show this help message and exit Show this help message and exit
--verify-only
Do not restore the data, only verify backup integrity
--skip-broken --skip-broken
Do not restore VMs that have missing templates or netvms Do not restore VMs that have missing templates or netvms
--ignore-missing --ignore-missing
@ -32,6 +34,14 @@ OPTIONS
Do not restore dom0 user home dir Do not restore dom0 user home dir
--ignore-username-mismatch --ignore-username-mismatch
Ignore dom0 username mismatch while restoring homedir Ignore dom0 username mismatch while restoring homedir
-d APPVM, --dest-vm=APPVM
The AppVM to send backups to
-e, --encrypted
The backup is encrypted
-z, --compressed
The backup is compressed
--debug
Enable (a lot of) debug output
AUTHORS AUTHORS
======= =======