initial version of rsync module which supports running rsynd server on top of tls
This commit is contained in:
parent
60406a69f9
commit
d49da2f96e
8 changed files with 128 additions and 0 deletions
3
roles/rsync/client/files/rsync-ssl
Executable file
3
roles/rsync/client/files/rsync-ssl
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
/usr/bin/rsync --rsh /usr/local/libexec/rsync-ssl-tunnel "$@"
|
Loading…
Add table
Add a link
Reference in a new issue