summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/future_proofing.mdwn7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/future_proofing.mdwn b/doc/future_proofing.mdwn
index c9d1f068c..e5bc89829 100644
--- a/doc/future_proofing.mdwn
+++ b/doc/future_proofing.mdwn
@@ -36,3 +36,10 @@ problem:
files end up in `lost+found`, they can easily be lifted back out into
another clone of the repository. Even if the filenames are lost,
it's possible to [[tips/recover_data_from_lost+found]].
+
+* What about encrypted special remotes? A
+ [[fairly simple shell script using standard tools|Decrypting_files_in_special_remotes_without_git-annex]]
+ (gpg and openssl) can decrypt files stored on such
+ a remote, as long as you have access to the encryption keys (which
+ are stored in the git-annex branch of the repository, sometimes
+ encrypted with your gpg key).