note about initremote --fast
This commit is contained in:
parent
4da2ae009a
commit
b7ccbfcc15
1 changed files with 5 additions and 0 deletions
|
@ -247,6 +247,11 @@ subdirectories).
|
|||
(or encryption=emailaddress) to specify a gpg key that can access
|
||||
the encrypted special remote.
|
||||
|
||||
Note that with encryption enabled, a gpg key is created. This requires
|
||||
sufficient entropy. If initremote seems to hang or take a long time
|
||||
while generating the key, you may want to ctrl-c it and re-run with --fast,
|
||||
which causes it to use a lower-quality source of randomness.
|
||||
|
||||
Example Amazon S3 remote:
|
||||
|
||||
git annex initremote mys3 type=S3 encryption=me@example.com datacenter=EU
|
||||
|
|
Loading…
Reference in a new issue