diff options
author | Joey Hess <joey@kitenet.net> | 2011-04-29 11:16:54 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-04-29 11:16:54 -0400 |
commit | 0ea7f966dc61948d107372fac6f2ec90a1dc28f5 (patch) | |
tree | 4f54bdb91d52d022f50b0dca0c5ee4efef1d37e5 /doc/special_remotes/rsync.mdwn | |
parent | 3d22364bcbb190b12c3cf1fd01658d78f1f4b9fd (diff) |
add git annex describe to special remote setup examples
Diffstat (limited to 'doc/special_remotes/rsync.mdwn')
-rw-r--r-- | doc/special_remotes/rsync.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/special_remotes/rsync.mdwn b/doc/special_remotes/rsync.mdwn index 7a7f3ab14..90d544a1e 100644 --- a/doc/special_remotes/rsync.mdwn +++ b/doc/special_remotes/rsync.mdwn @@ -3,10 +3,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 encryption=joey@kitenet.net + # git annex describe myrsync "rsync server" Or for using rsync over SSH # git annex initremote myrsync type=rsync rsyncurl=ssh.example.com:/myrsync encryption=joey@kitenet.net + # git annex describe myrsync "rsync server" ## configuration |