summaryrefslogtreecommitdiff
path: root/doc/special_remotes/rsync.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-10-02 11:30:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-10-02 11:30:19 -0400
commit87673aaf7e6afadd0d6831c7187fcbba644cfdb3 (patch)
tree12ec7ee95cc2aee8969a4d6fe09b9b4fd2ef71c4 /doc/special_remotes/rsync.mdwn
parentce97f22d319bde77ea468c4269e8beb5ed050571 (diff)
add encryption setting to examples
Diffstat (limited to 'doc/special_remotes/rsync.mdwn')
-rw-r--r--doc/special_remotes/rsync.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/special_remotes/rsync.mdwn b/doc/special_remotes/rsync.mdwn
index eb218b181..628d2e8cb 100644
--- a/doc/special_remotes/rsync.mdwn
+++ b/doc/special_remotes/rsync.mdwn
@@ -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