| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 | .\" Man page generated from reStructuredText....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...TH "BORG-KEY-MIGRATE-TO-REPOKEY" 1 "2022-02-19" "" "borg backup tool".SH NAMEborg-key-migrate-to-repokey \- Migrate passphrase -> repokey.SH SYNOPSIS.spborg [common options] key migrate\-to\-repokey [options] [REPOSITORY].SH DESCRIPTION.spThis command migrates a repository from passphrase mode (removed in Borg 1.0)to repokey mode..spYou will be first asked for the repository passphrase (to open it in passphrasemode). This is the same passphrase as you used to use for this repo before 1.0..spIt will then derive the different secrets from this passphrase..spThen you will be asked for a new passphrase (twice, for safety). Thispassphrase will be used to protect the repokey (which contains these samesecrets in encrypted form). You may use the same passphrase as you used touse, but you may also use a different one..spAfter migrating to repokey mode, you can change the passphrase at any time.But please note: the secrets will always stay the same and they could alwaysbe derived from your (old) passphrase\-mode passphrase..SH OPTIONS.spSee \fIborg\-common(1)\fP for common options of Borg commands..SS arguments.spREPOSITORY.SH SEE ALSO.sp\fIborg\-common(1)\fP.SH AUTHORThe Borg Collective.\" Generated by docutils manpage writer..
 |