--- layout: doc title: qvm-backup permalink: /doc/tools/3.2/dom0/qvm-backup/ redirect_from: - /doc/dom0-tools/qvm-backup/ - /en/doc/dom0-tools/qvm-backup/ - /doc/Dom0Tools/QvmBackup/ - /wiki/Dom0Tools/QvmBackup/ --- ``` ========== qvm-backup ========== NAME ==== qvm-backup SYNOPSIS ======== | qvm-backup [options] [vms-to-be-included ...] OPTIONS ======= -h, --help Show this help message and exit -x EXCLUDE_LIST, --exclude=EXCLUDE_LIST Exclude the specified VM from backup (might be repeated) --force-root Force to run with root privileges -d, --dest-vm Specify the destination VM to which the backup will be set (implies -e) -e, --encrypt Encrypt the backup --no-encrypt Skip encryption even if sending the backup to a VM -p, --passphrase-file Read passphrase from a file, or use '-' to read from stdin -E, --enc-algo Specify a non-default encryption algorithm. For a list of supported algorithms, execute 'openssl list-cipher-algorithms' (implies -e) -H, --hmac-algo Specify a non-default HMAC algorithm. For a list of supported algorithms, execute 'openssl list-message-digest-algorithms' -z, --compress Compress the backup -Z, --compress-filter Specify a non-default compression filter program (default: gzip) --tmpdir Specify a temporary directory (if you have at least 1GB free RAM in dom0, use of /tmp is advised) (default: /var/tmp) --debug Enable (a lot of) debug output AUTHORS ======= | Joanna Rutkowska | Rafal Wojtczuk | Marek Marczykowski ``` ----- **Note:** The Markdown source of this page in [`qubes-doc`] was generated by running the [`update-manpages-3-2`] script on `qubes-core-admin/doc/qvm-tools/`. If you wish to update the contents of this page as it appears on the Qubes OS website, please submit a pull request to change the appropriate file in `qubes-core-admin/doc/qvm-tools/`. Do not attempt to change the Markdown source of this page in [`qubes-doc`] directly. All direct changes to the Markdown file will be overwritten the next time this page is regenerated. [`qubes-doc`]: https://github.com/QubesOS/qubes-doc/ [`update-manpages-3-2`]: https://github.com/QubesOS/qubesos.github.io/blob/master/_utils/update-manpages-3-2