qvm-backup-restore.rst 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  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:: --replace-template=REPLACE_TEMPLATE
  33. Restore VMs using another template, syntax:
  34. ``old-template-name:new-template-name`` (might be repeated)
  35. .. option:: --exclude=EXCLUDE, -x EXCLUDE
  36. Skip restore of specified VM (might be repeated)
  37. .. option:: --skip-dom0-home
  38. Do not restore dom0 user home dir
  39. .. option:: --ignore-username-mismatch
  40. Ignore dom0 username mismatch while restoring homedir
  41. .. option:: --ignore-size-limit
  42. Backup metadata contains expected size of each VM. By default if backup
  43. contains more data than expected, it is rejected. Use this option to ignore
  44. this limit and restore such (broken, or potentially malicious) backup
  45. anyway.
  46. .. option:: --dest-vm=APPVM, -d APPVM
  47. Restore from a backup located in a specific AppVM
  48. .. option:: --passphrase-file, -p
  49. Read passphrase from file, or use '-' to read from stdin
  50. Authors
  51. =======
  52. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  53. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  54. | Marek Marczykowski <marmarek at invisiblethingslab dot com>