From e863b0ea50aae344597a6c64f5f60cb272503e73 Mon Sep 17 00:00:00 2001 From: Danny Fullerton Date: Mon, 28 Mar 2016 20:33:34 -0400 Subject: [PATCH] Add missing options to qvm-backup-restore doc. --- doc/qvm-tools/qvm-backup-restore.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/qvm-tools/qvm-backup-restore.rst b/doc/qvm-tools/qvm-backup-restore.rst index e078f7fa..d9e5f4c6 100644 --- a/doc/qvm-tools/qvm-backup-restore.rst +++ b/doc/qvm-tools/qvm-backup-restore.rst @@ -16,6 +16,8 @@ OPTIONS ======= -h, --help Show this help message and exit +--verify-only + Do not restore the data, only verify backup integrity --skip-broken Do not restore VMs that have missing templates or netvms --ignore-missing @@ -32,6 +34,14 @@ OPTIONS Do not restore dom0 user home dir --ignore-username-mismatch 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 =======