git annex pull from encrypted remote
This commit is contained in:
parent
3a11b0348c
commit
073d25bc9c
1 changed files with 13 additions and 0 deletions
13
doc/forum/pulling_from_encrypted_remote.mdwn
Normal file
13
doc/forum/pulling_from_encrypted_remote.mdwn
Normal file
|
@ -0,0 +1,13 @@
|
|||
Is there a way to pull from an encrypted remote?
|
||||
|
||||
Use case:
|
||||
1. Have annex in an encrypted public rsync remote
|
||||
2. Have USB stick with PGP keys (but not the annex repository)
|
||||
3. Get to a new computer
|
||||
4. Set up a new annex using the PGP keys I have.
|
||||
|
||||
1-3 work fine :) However, 4'th is the issue:
|
||||
|
||||
How would I do `git pull <remote>` for an encrypted remote? Is it possible?
|
||||
|
||||
Thanks
|
Loading…
Reference in a new issue