Displaying 1 result from an estimated 1 matches for "ssync".
Did you mean:
sync
2005 Aug 25
0
A new extension/subsystem for openssh???
Howdy,
A while ago it occurred to me that adding a little "glue"
subsystem one could make life much easier for all those
people who often need to combine ssh & rsync to update or
mirror something efficiently and securely over the net.
So, I came up with three little programs
- ssync-server - an sshd subsystem running rsync in server mode
- ssync-client - an ssh wrapper that gets ssh options right
- ssync - an rsync wrapper which launches rsync -e ssync-client
The latter two could probably be combined in one ssync binary,
but it seemed to be easier to manage the argument...