Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonswine/rsync-via-net-ssh
rsync via ruby's net/ssh
https://github.com/simonswine/rsync-via-net-ssh
Last synced: 27 days ago
JSON representation
rsync via ruby's net/ssh
- Host: GitHub
- URL: https://github.com/simonswine/rsync-via-net-ssh
- Owner: simonswine
- Created: 2014-05-09T14:37:42.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T14:38:44.000Z (over 10 years ago)
- Last Synced: 2023-03-11T19:37:09.990Z (almost 2 years ago)
- Language: Ruby
- Size: 121 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# rsync via ruby's net/ssh
## usage* configure dest host in `drb_server.rb`
* run rsync `rsync -e './drb_wrapper.rb' -av root@dev-stage1:/tmp/ /tmp/test_dev1_root`## state
WiP
## links
* [man rsync](http://manpages.ubuntu.com/manpages/trusty/man1/rsync.1.html)
* [net/ssh](http://net-ssh.github.io/net-ssh/)
* [Drb](http://www.ruby-doc.org/stdlib-2.1.1/libdoc/drb/rdoc/DRb.html)