qvm-backup-restore.rst 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. .. program:: qvm-backup-restore
  2. ===============================================================
  3. :program:`qvm-backup-restore` -- Restores Qubes VMs from backup
  4. ===============================================================
  5. .. warning::
  6. This page was autogenerated from command-line parser. It shouldn't be 1:1
  7. conversion, because it would add little value. Please revise it and add
  8. more descriptive help, which normally won't fit in standard ``--help``
  9. option.
  10. After rewrite, please remove this admonition.
  11. Synopsis
  12. ========
  13. :command:`qvm-backup-restore` [*options*] <*backup-dir*>
  14. Options
  15. =======
  16. .. option:: --help, -h
  17. Show this help message and exit
  18. .. option:: --verbose, -v
  19. Increase verbosity
  20. .. option:: --quiet, -q
  21. Decrease verbosity
  22. .. option:: --verify-only
  23. Do not restore the data, only verify backup integrity
  24. .. option:: --skip-broken
  25. Do not restore VMs that have missing templates or netvms
  26. .. option:: --ignore-missing
  27. Ignore missing templates or netvms, restore VMs anyway
  28. .. option:: --skip-conflicting
  29. Do not restore VMs that are already present on the host
  30. .. option:: --rename-conflicting
  31. Restore VMs that are already present on the host under different names
  32. .. option:: --force-root
  33. Force to run, even with root privileges
  34. .. option:: --replace-template=REPLACE_TEMPLATE
  35. Restore VMs using another template, syntax:
  36. ``old-template-name:new-template-name`` (might be repeated)
  37. .. option:: --exclude=EXCLUDE, -x EXCLUDE
  38. Skip restore of specified VM (might be repeated)
  39. .. option:: --skip-dom0-home
  40. Do not restore dom0 user home dir
  41. .. option:: --ignore-username-mismatch
  42. Ignore dom0 username mismatch while restoring homedir
  43. .. option:: --dest-vm=APPVM, -d APPVM
  44. Restore from a backup located in a specific AppVM
  45. .. option:: --passphrase-file, -p
  46. Read passphrase from file, or use '-' to read from stdin
  47. Authors
  48. =======
  49. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  50. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  51. | Marek Marczykowski <marmarek at invisiblethingslab dot com>