소스 검색

Merge pull request #6192 from hexagonrecursion/faq-bp

Backport: Doc: ~/.config/borg/keys is not used w/ repokey
TW 3 년 전
부모
커밋
170c0b4eb2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      docs/faq.rst

+ 2 - 1
docs/faq.rst

@@ -488,7 +488,8 @@ The Borg config directory has content that you should take care of:
   recovered.
   recovered.
 
 
 ``keys`` subdirectory
 ``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
   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
   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.
   the corresponding keyfile (and the key passphrase) can extract it.