Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)