added example fo rusing rsync over ssh
This commit is contained in:
parent
d980a55b47
commit
5201c43787
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue