core-admin/doc/qvm-tools/qvm-backup-restore.rst

56 lines
1.3 KiB
ReStructuredText
Raw Normal View History

2014-11-21 12:30:23 +01:00
.. program:: qvm-backup-restore
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
===============================================================
:program:`qvm-backup-restore` -- Restores Qubes VMs from backup
===============================================================
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
Synopsis
2013-03-12 16:55:05 +01:00
========
2014-11-28 18:37:17 +01:00
:command:`qvm-backup-restore` [*options*] <*backup-dir*>
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
Options
2013-03-12 16:55:05 +01:00
=======
2014-11-21 12:30:23 +01:00
.. option:: --help, -h
2013-03-12 16:55:05 +01:00
Show this help message and exit
2014-11-21 12:30:23 +01:00
.. option:: --skip-broken
2013-03-12 16:55:05 +01:00
Do not restore VMs that have missing templates or netvms
2014-11-21 12:30:23 +01:00
.. option:: --ignore-missing
2013-03-12 16:55:05 +01:00
Ignore missing templates or netvms, restore VMs anyway
2014-11-21 12:30:23 +01:00
.. option:: --skip-conflicting
2013-03-12 16:55:05 +01:00
Do not restore VMs that are already present on the host
2014-11-21 12:30:23 +01:00
.. option:: --force-root
2013-03-12 16:55:05 +01:00
Force to run, even with root privileges
2014-11-21 12:30:23 +01:00
.. option:: --replace-template=REPLACE_TEMPLATE
Restore VMs using another template, syntax:
``old-template-name:new-template-name`` (might be repeated)
.. option:: --exclude=EXCLUDE, -x EXCLUDE
2013-03-12 16:55:05 +01:00
Skip restore of specified VM (might be repeated)
2014-11-21 12:30:23 +01:00
.. option:: --skip-dom0-home
2013-03-12 16:55:05 +01:00
Do not restore dom0 user home dir
2014-11-21 12:30:23 +01:00
.. option:: --ignore-username-mismatch
2013-03-12 16:55:05 +01:00
Ignore dom0 username mismatch while restoring homedir
2014-11-21 12:30:23 +01:00
Authors
2013-03-12 16:55:05 +01:00
=======
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
| Marek Marczykowski <marmarek at invisiblethingslab dot com>