From deddbf8a66f1f5ff55af35ab6e4713eea3d9638f Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 2 Oct 2014 11:30:19 -0400 Subject: [PATCH] add encryption setting to examples --- doc/special_remotes/rsync.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/special_remotes/rsync.mdwn b/doc/special_remotes/rsync.mdwn index eb218b181a..628d2e8cbf 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