We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Did you ever figure this out?
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: