diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-01-21 12:50:09 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-01-21 12:50:09 -0400 |
commit | 2f2635528d8e428e0fafaf7877a4572a397cdf52 (patch) | |
tree | aea27617e406050b507efa379ea6a1bf7497d6d3 /doc/special_remotes/rsync.mdwn | |
parent | 14a50deef7c83c104ce5e706dfb2e9887a37e663 (diff) |
update my email address and homepage url
Diffstat (limited to 'doc/special_remotes/rsync.mdwn')
-rw-r--r-- | doc/special_remotes/rsync.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/special_remotes/rsync.mdwn b/doc/special_remotes/rsync.mdwn index 628d2e8cb..2271cbc2a 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 encryption=shared + # git annex initremote myrsync type=rsync rsyncurl=rsync://rsync.example.com/myrsync keyid=id@joeyh.name 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 encryption=shared + # git annex initremote myrsync type=rsync rsyncurl=ssh.example.com:/myrsync keyid=id@joeyh.name encryption=shared # git annex describe myrsync "rsync server" ## configuration |