change-passphrase.rst.inc 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_change-passphrase:
  3. borg change-passphrase
  4. ----------------------
  5. .. code-block:: none
  6. borg [common options] change-passphrase [options] [REPOSITORY]
  7. .. only:: html
  8. .. class:: borg-options-table
  9. +-------------------------------------------------------+----------------+--+
  10. | **positional arguments** |
  11. +-------------------------------------------------------+----------------+--+
  12. | | ``REPOSITORY`` | |
  13. +-------------------------------------------------------+----------------+--+
  14. | .. class:: borg-common-opt-ref |
  15. | |
  16. | :ref:`common_options` |
  17. +-------------------------------------------------------+----------------+--+
  18. .. raw:: html
  19. <script type='text/javascript'>
  20. $(document).ready(function () {
  21. $('.borg-options-table colgroup').remove();
  22. })
  23. </script>
  24. .. only:: latex
  25. REPOSITORY
  26. :ref:`common_options`
  27. |
  28. Description
  29. ~~~~~~~~~~~
  30. The key files used for repository encryption are optionally passphrase
  31. protected. This command can be used to change this passphrase.
  32. Please note that this command only changes the passphrase, but not any
  33. secret protected by it (like e.g. encryption/MAC keys or chunker seed).
  34. Thus, changing the passphrase after passphrase and borg key got compromised
  35. does not protect future (nor past) backups to the same repository.