IndigoUnited / automaton

Task automation tool built in JavaScript
http://indigounited.com/automaton
MIT License
214 stars 10 forks source link

Task: rsync #43

Open marcooliveira opened 11 years ago

marcooliveira commented 11 years ago

Should we provide an rsync task? Ideally, this would be a pure JS implementation, not requiring rsync to be installed, although I'm not sure it is possible. If not, and we decide to go through with this, there is a wrapper module for rsync, https://npmjs.org/package/rsyncwrapper.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/98445-task-rsync?utm_campaign=plugin&utm_content=tracker%2F39683&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F39683&utm_medium=issues&utm_source=github).
marcooliveira commented 11 years ago

By the way, note that this can, of course, be done using the run command already, although this could make the command much more readable and configurable in run-time.