add encryption setting to examples
This commit is contained in:
parent
f1c65404f5
commit
deddbf8a66
1 changed files with 2 additions and 2 deletions
|
@ -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=joey@kitenet.net
|
||||
# git annex initremote myrsync type=rsync rsyncurl=rsync://rsync.example.com/myrsync keyid=joey@kitenet.net 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=joey@kitenet.net
|
||||
# git annex initremote myrsync type=rsync rsyncurl=ssh.example.com:/myrsync keyid=joey@kitenet.net encryption=shared
|
||||
# git annex describe myrsync "rsync server"
|
||||
|
||||
## configuration
|
||||
|
|
Loading…
Add table
Reference in a new issue