Rsync: pure Ruby implementation?
Posted
by
peter
on Stack Overflow
See other posts from Stack Overflow
or by peter
Published on 2012-11-29T21:38:20Z
Indexed on
2012/12/13
17:03 UTC
Read the original article
Hit count: 346
I have a Rsync program Deltacopy with an executable as client and server but would like to replace this if possible with a pure Ruby implementation of Rsync. I found gems like six-rsync and rsync-update but they seem to be no general implementations. I'm looking for a pure Ruby solution, so no executables involved and preferably runnable on multiple OS. If possible a simple sample would be great.
I only look for Rsync, no other transfer or backup solutions please.
© Stack Overflow or respective owner