diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-11 11:04:48 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-11 11:04:48 -0400 |
commit | a76933e6c65268f65c3898c0e4c7350ea8ecd961 (patch) | |
tree | 86502c25a79095cd4ab53db5bba2b2e6cbab4723 /doc/forum | |
parent | 547b9748e897314d8f156196a521a0e33c0f1b78 (diff) |
comment
Diffstat (limited to 'doc/forum')
-rw-r--r-- | doc/forum/Future_proofing___47___disaster_recovery_with_an_encrypted_special_remote/comment_1_c2f7542ac9a4c423c5ae06c16d42a24f._comment | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/forum/Future_proofing___47___disaster_recovery_with_an_encrypted_special_remote/comment_1_c2f7542ac9a4c423c5ae06c16d42a24f._comment b/doc/forum/Future_proofing___47___disaster_recovery_with_an_encrypted_special_remote/comment_1_c2f7542ac9a4c423c5ae06c16d42a24f._comment new file mode 100644 index 000000000..b8c9d33c2 --- /dev/null +++ b/doc/forum/Future_proofing___47___disaster_recovery_with_an_encrypted_special_remote/comment_1_c2f7542ac9a4c423c5ae06c16d42a24f._comment @@ -0,0 +1,17 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2015-12-11T14:42:32Z" + content=""" +That's what's "special" about special remotes vs regular git remotes: They +only store the content of annexed files and not the git repository. Back up +the git repository separately (and your gpg key if it's being used, and the +credentials if you didn't use embedcreds=yes) + +To use your backup, you can make a clone of the backed up git repository and +use `git annex enableremote` to enable it to use the special remote. + +See [[design/encryption]] for details of how the encryption is implemented. +I've seen people follow that and manually use the data from the git repo to +decrypt files, but I don't have a pointer to an example at the moment. +"""]] |