qvm-backup-restore.rst 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. --skip-broken
  16. Do not restore VMs that have missing templates or netvms
  17. --ignore-missing
  18. Ignore missing templates or netvms, restore VMs anyway
  19. --skip-conflicting
  20. Do not restore VMs that are already present on the host
  21. --force-root
  22. Force to run, even with root privileges
  23. --replace-template=REPLACE_TEMPLATE
  24. Restore VMs using another template, syntax: old-template-name:new-template-name (might be repeated)
  25. -x EXCLUDE, --exclude=EXCLUDE
  26. Skip restore of specified VM (might be repeated)
  27. --skip-dom0-home
  28. Do not restore dom0 user home dir
  29. --ignore-username-mismatch
  30. Ignore dom0 username mismatch while restoring homedir
  31. AUTHORS
  32. =======
  33. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  34. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  35. | Marek Marczykowski <marmarek at invisiblethingslab dot com>