convert gcrypt to new regime, including chunking
Some reorg of Remote.Rsync code to export the things gcrypt needs.
This commit is contained in:
parent
f5f961215b
commit
b35f7983ff
4 changed files with 84 additions and 96 deletions
|
@ -13,7 +13,7 @@ These parameters can be passed to `git annex initremote` to configure
|
|||
gcrypt:
|
||||
|
||||
* `encryption` - One of "none", "hybrid", "shared", or "pubkey".
|
||||
See [[encryption]].
|
||||
Required. See [[encryption]].
|
||||
|
||||
* `keyid` - Specifies the gpg key to use for encryption of both the files
|
||||
git-annex stores in the repository, as well as to encrypt the git
|
||||
|
@ -24,6 +24,8 @@ gcrypt:
|
|||
for gcrypt to use. This repository should be either empty, or an existing
|
||||
gcrypt repositry.
|
||||
|
||||
* `chunk` - Enables [[chunking]] when storing large files.
|
||||
|
||||
* `shellescape` - See [[rsync]] for the details of this option.
|
||||
|
||||
## notes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue