qvm-backup-restore.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. ==================
  2. qvm-backup-restore
  3. ==================
  4. NAME
  5. ====
  6. qvm-backup-restore - restores Qubes VMs from backup
  7. :Date: 2012-04-10
  8. SYNOPSIS
  9. ========
  10. | qvm-backup-restore [options] <backup-dir>
  11. OPTIONS
  12. =======
  13. -h, --help
  14. Show this help message and exit
  15. --verify-only
  16. Do not restore the data, only verify backup integrity
  17. --skip-broken
  18. Do not restore VMs that have missing templates or netvms
  19. --ignore-missing
  20. Ignore missing templates or netvms, restore VMs anyway
  21. --skip-conflicting
  22. Do not restore VMs that are already present on the host
  23. --force-root
  24. Force to run, even with root privileges
  25. --replace-template=REPLACE_TEMPLATE
  26. Restore VMs using another template, syntax: old-template-name:new-template-name (might be repeated)
  27. -x EXCLUDE, --exclude=EXCLUDE
  28. Skip restore of specified VM (might be repeated)
  29. --skip-dom0-home
  30. Do not restore dom0 user home dir
  31. --ignore-username-mismatch
  32. Ignore dom0 username mismatch while restoring homedir
  33. -d APPVM, --dest-vm=APPVM
  34. The AppVM to send backups to
  35. -e, --encrypted
  36. The backup is encrypted
  37. -z, --compressed
  38. The backup is compressed
  39. --debug
  40. Enable (a lot of) debug output
  41. AUTHORS
  42. =======
  43. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  44. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  45. | Marek Marczykowski <marmarek at invisiblethingslab dot com>