1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-23 16:26:29 +00:00

Doc: ~/.config/borg/keys is not used w/ repokey (#6185)

docs: ~/.config/borg/keys is not used for repokey keys, fixes #6107

Thanks to ThomasWaldmann for suggesting this
https://github.com/borgbackup/borg/pull/6185#discussion_r793995379
This commit is contained in:
Andrey Bienkowski 2022-01-28 17:29:40 +00:00 committed by GitHub
parent b931befd65
commit 98fcef57ce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -514,7 +514,8 @@ The Borg config directory has content that you should take care of:
recovered.
``keys`` subdirectory
In this directory all your repository keyfiles are stored. You MUST make sure to have an
All your borg keyfile keys are stored in this directory. Please note that
borg repokey keys are stored inside the repository. You MUST make sure to have an
independent backup of these keyfiles, otherwise you cannot access your backups anymore if you lose
them. You also MUST keep these files secret; everyone who gains access to your repository and has
the corresponding keyfile (and the key passphrase) can extract it.