diff options
author | https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo <Justin@web> | 2011-04-28 13:45:32 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-04-28 13:45:32 +0000 |
commit | 5201c43787e2c712a3917c418228c2fd8feca9ae (patch) | |
tree | d40a8ea68199eed6363f3363dba75460d196e039 /doc/special_remotes | |
parent | d980a55b47136eb313ceecc6f18f82fb2e3cdbf5 (diff) |
added example fo rusing rsync over ssh
Diffstat (limited to 'doc/special_remotes')
-rw-r--r-- | doc/special_remotes/rsync.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/special_remotes/rsync.mdwn b/doc/special_remotes/rsync.mdwn index b13f9ace7..7a7f3ab14 100644 --- a/doc/special_remotes/rsync.mdwn +++ b/doc/special_remotes/rsync.mdwn @@ -4,6 +4,10 @@ Setup example: # git annex initremote myrsync type=rsync rsyncurl=rsync://rsync.example.com/myrsync encryption=joey@kitenet.net +Or for using rsync over SSH + + # git annex initremote myrsync type=rsync rsyncurl=ssh.example.com:/myrsync encryption=joey@kitenet.net + ## configuration These parameters can be passed to `git annex initremote` to configure rsync: |