qvm-backup-restore.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .. program:: qvm-backup-restore
  2. ===============================================================
  3. :program:`qvm-backup-restore` -- Restores Qubes VMs from backup
  4. ===============================================================
  5. Synopsis
  6. ========
  7. | qvm-backup-restore [options] <backup-dir>
  8. Options
  9. =======
  10. .. option:: --help, -h
  11. Show this help message and exit
  12. .. option:: --skip-broken
  13. Do not restore VMs that have missing templates or netvms
  14. .. option:: --ignore-missing
  15. Ignore missing templates or netvms, restore VMs anyway
  16. .. option:: --skip-conflicting
  17. Do not restore VMs that are already present on the host
  18. .. option:: --force-root
  19. Force to run, even with root privileges
  20. .. option:: --replace-template=REPLACE_TEMPLATE
  21. Restore VMs using another template, syntax:
  22. ``old-template-name:new-template-name`` (might be repeated)
  23. .. option:: --exclude=EXCLUDE, -x EXCLUDE
  24. Skip restore of specified VM (might be repeated)
  25. .. option:: --skip-dom0-home
  26. Do not restore dom0 user home dir
  27. .. option:: --ignore-username-mismatch
  28. Ignore dom0 username mismatch while restoring homedir
  29. Authors
  30. =======
  31. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  32. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  33. | Marek Marczykowski <marmarek at invisiblethingslab dot com>