change-passphrase.rst.inc 984 B

1234567891011121314151617181920212223242526272829
  1. .. _borg_change-passphrase:
  2. borg change-passphrase
  3. ----------------------
  4. ::
  5. usage: borg change-passphrase [-h] [-v] [--show-rc] [--no-files-cache]
  6. [--umask M] [--remote-path PATH]
  7. [REPOSITORY]
  8. Change repository key file passphrase
  9. positional arguments:
  10. REPOSITORY
  11. optional arguments:
  12. -h, --help show this help message and exit
  13. -v, --verbose verbose output
  14. --show-rc show/log the return code (rc)
  15. --no-files-cache do not load/update the file metadata cache used to
  16. detect unchanged files
  17. --umask M set umask to M (local and remote, default: 63)
  18. --remote-path PATH set remote path to executable (default: "borg")
  19. Description
  20. ~~~~~~~~~~~
  21. The key files used for repository encryption are optionally passphrase
  22. protected. This command can be used to change this passphrase.