mirror of
https://github.com/borgbackup/borg.git
synced 2024-12-28 19:01:58 +00:00
0a369c0985
- Group options - Nicer list of options in Sphinx - Deduplicate 'Common options' (including --help) The latter is done by explicitly declaring --help in the common_parser, which is then inherited by the sub-parsers; no change in observable behaviour.
20 lines
350 B
HTML
20 lines
350 B
HTML
.. _borg_change-passphrase:
|
|
|
|
borg change-passphrase
|
|
----------------------
|
|
::
|
|
|
|
borg change-passphrase <options> REPOSITORY
|
|
|
|
positional arguments
|
|
REPOSITORY
|
|
|
|
|
|
`Common options`_
|
|
|
|
|
|
|
Description
|
|
~~~~~~~~~~~
|
|
|
|
The key files used for repository encryption are optionally passphrase
|
|
protected. This command can be used to change this passphrase.
|