fix example that combined encryption=shared with keyid=
This commit is contained in:
parent
1f8996614e
commit
f8b73e0286
2 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ sufficient to back that up. You can run `git annex enableremote`
|
|||
in an clone to enable an existing special remote.
|
||||
|
||||
The only catch is that, if you have chosen to initremote a special remote
|
||||
using a gpg key, with `encryption=shared keyid=whatever`, you'll of course
|
||||
using a gpg key, with `keyid=whatever`, you'll of course
|
||||
also need that gpg key to to use it. If you run `git annex info $myremote`
|
||||
it will tell you amoung other things, any gpg keys that are used by that
|
||||
remote.
|
||||
|
|
|
@ -2,12 +2,12 @@ This special remote type rsyncs file contents to somewhere else.
|
|||
|
||||
Setup example:
|
||||
|
||||
# git annex initremote myrsync type=rsync rsyncurl=rsync://rsync.example.com/myrsync keyid=id@joeyh.name encryption=shared
|
||||
# git annex initremote myrsync type=rsync rsyncurl=rsync://rsync.example.com/myrsync encryption=shared
|
||||
# git annex describe myrsync "rsync server"
|
||||
|
||||
Or for using rsync over SSH
|
||||
|
||||
# git annex initremote myrsync type=rsync rsyncurl=ssh.example.com:/myrsync keyid=id@joeyh.name encryption=shared
|
||||
# git annex initremote myrsync type=rsync rsyncurl=ssh.example.com:/myrsync encryption=shared
|
||||
# git annex describe myrsync "rsync server"
|
||||
|
||||
## configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue