qubes-doc/reference/dom0-tools/qvm-backup-restore.md

78 lines
1.6 KiB
Markdown
Raw Normal View History

2012-05-14 09:53:16 -04:00
---
2015-04-10 16:17:45 -04:00
layout: doc
title: qvm-backup-restore
permalink: /doc/dom0-tools/qvm-backup-restore/
redirect_from:
- /en/doc/dom0-tools/qvm-backup-restore/
- /doc/Dom0Tools/QvmBackupRestore/
- /wiki/Dom0Tools/QvmBackupRestore/
2012-05-14 09:53:16 -04:00
---
qvm-backup-restore
==================
NAME
----
qvm-backup-restore - restores Qubes VMs from backup
Date
2012-04-10
SYNOPSIS
--------
qvm-backup-restore [options] \<backup-dir\>
OPTIONS
-------
-h, --help
Show this help message and exit
2016-03-29 19:25:57 -04:00
--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
2016-04-01 20:05:20 -04:00
Ignore missing templates and netvms, and restore the VMs anyway
--skip-conflicting
Do not restore VMs that are already present on the host
--force-root
2016-04-01 20:05:20 -04:00
Force to run with root privileges
--replace-template=REPLACE\_TEMPLATE
2016-04-01 20:05:20 -04:00
Restore VMs using another template, syntax: old-template-name:new-template-name (can be repeated)
-x EXCLUDE, --exclude=EXCLUDE
2016-04-01 20:05:20 -04:00
Skip restore of specified VM (can be repeated)
--skip-dom0-home
2016-04-01 20:05:20 -04:00
Do not restore dom0's user home directory
--ignore-username-mismatch
2016-04-01 20:05:20 -04:00
Ignore dom0 username mismatch when restoring dom0's user home directory
2016-03-29 19:25:57 -04:00
-d APPVM, --dest-vm=APPVM
2016-04-01 20:05:20 -04:00
Restore from a backup located in a specific AppVM
2016-03-29 19:25:57 -04:00
-e, --encrypted
The backup is encrypted
-z, --compressed
The backup is compressed
--debug
Enable (a lot of) debug output
AUTHORS
-------
Joanna Rutkowska \<joanna at invisiblethingslab dot com\>
Rafal Wojtczuk \<rafal at invisiblethingslab dot com\>
Marek Marczykowski \<marmarek at invisiblethingslab dot com\>