qvm-backup-restore.rst 1.7 KB

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