diff options
-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: |