key_change-passphrase.rst.inc 1.3 KB

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