rename files containing :
This is mostly to let the repo check out on windows w/o using cygwin's git. But, bash completion is also crap with : , so ..
This commit is contained in:
parent
b02f813ed8
commit
7125a1fb27
781 changed files with 0 additions and 0 deletions
|
@ -0,0 +1,14 @@
|
|||
### Feature request
|
||||
|
||||
It is not possible to put encrypted content in place on remotes with just a
|
||||
public GPG key. You always need the private key, even for encryption. I
|
||||
guess this is because how the cipher HMAC is used for replacing file names
|
||||
with their hashes. However, if that requirement (having secret file names)
|
||||
was dropped, I assume a pubkey-only mode could be implemented?
|
||||
|
||||
My specific use case is backup archiving. I have my backups packed in
|
||||
archive files and want to use git-annex to copy the archives to offsite
|
||||
remotes (S3). In that case, I don't care much about hiding file names, but
|
||||
would appreciate the increased security of not having the secret key on the
|
||||
backup server. It would only be needed if I wanted to verify or restore
|
||||
backups.
|
Loading…
Add table
Add a link
Reference in a new issue