123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- .\" Man page generated from reStructuredText.
- .
- .TH BORG-CHANGE-PASSPHRASE 1 "2017-11-25" "" "borg backup tool"
- .SH NAME
- borg-change-passphrase \- Change repository key file passphrase
- .
- .nr rst2man-indent-level 0
- .
- .de1 rstReportMargin
- \\$1 \\n[an-margin]
- level \\n[rst2man-indent-level]
- level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
- -
- \\n[rst2man-indent0]
- \\n[rst2man-indent1]
- \\n[rst2man-indent2]
- ..
- .de1 INDENT
- .\" .rstReportMargin pre:
- . RS \\$1
- . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
- . nr rst2man-indent-level +1
- .\" .rstReportMargin post:
- ..
- .de UNINDENT
- . RE
- .\" indent \\n[an-margin]
- .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .nr rst2man-indent-level -1
- .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
- .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
- ..
- .SH SYNOPSIS
- .sp
- borg [common options] change\-passphrase [options] [REPOSITORY]
- .SH DESCRIPTION
- .sp
- The key files used for repository encryption are optionally passphrase
- protected. This command can be used to change this passphrase.
- .sp
- Please note that this command only changes the passphrase, but not any
- secret protected by it (like e.g. encryption/MAC keys or chunker seed).
- Thus, changing the passphrase after passphrase and borg key got compromised
- does not protect future (nor past) backups to the same repository.
- .SH OPTIONS
- .sp
- See \fIborg\-common(1)\fP for common options of Borg commands.
- .SS arguments
- .sp
- REPOSITORY
- .SH SEE ALSO
- .sp
- \fIborg\-common(1)\fP
- .SH AUTHOR
- The Borg Collective
- .\" Generated by docutils manpage writer.
- .
|