Hey,
I want to run rsync in ruby while the source is the remote server and the destination is the local server.
as I saw in the code the only way I can run rsync is with destination as remote and local as source:
https://github.com/jbussdieker/ruby-rsync/blob/master/lib/rsync.rb#L16
how can I run rsync while the source files is in the remote server?
Thanks
Hey,
I want to run rsync in ruby while the source is the remote server and the destination is the local server.
as I saw in the code the only way I can run rsync is with destination as remote and local as source:
https://github.com/jbussdieker/ruby-rsync/blob/master/lib/rsync.rb#L16
how can I run rsync while the source files is in the remote server?
Thanks