qvm-backup-restore.rst 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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:: --verbose, -v
  13. Increase verbosity
  14. .. option:: --quiet, -q
  15. Decrease verbosity
  16. .. option:: --verify-only
  17. Do not restore the data, only verify backup integrity
  18. .. option:: --skip-broken
  19. Do not restore VMs that have missing templates or netvms
  20. .. option:: --ignore-missing
  21. Ignore missing templates or netvms, restore VMs anyway
  22. .. option:: --skip-conflicting
  23. Do not restore VMs that are already present on the host
  24. .. option:: --rename-conflicting
  25. Restore VMs that are already present on the host under different names
  26. .. option:: --force-root
  27. Force to run, even with root privileges
  28. .. option:: --replace-template=REPLACE_TEMPLATE
  29. Restore VMs using another template, syntax:
  30. ``old-template-name:new-template-name`` (might be repeated)
  31. .. option:: --exclude=EXCLUDE, -x EXCLUDE
  32. Skip restore of specified VM (might be repeated)
  33. .. option:: --skip-dom0-home
  34. Do not restore dom0 user home dir
  35. .. option:: --ignore-username-mismatch
  36. Ignore dom0 username mismatch while restoring homedir
  37. .. option:: --dest-vm=APPVM, -d APPVM
  38. Restore from a backup located in a specific AppVM
  39. .. option:: --passphrase-file, -p
  40. Read passphrase from file, or use '-' to read from stdin
  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>