ninjudd / cake

A tasty build tool for Clojure.
clojure-cake.org
Eclipse Public License 1.0
171 stars 12 forks source link

rsync support in Cake deploy #109

Closed maacl closed 12 years ago

maacl commented 13 years ago

Support for rsync in addition to scp in the deploy command would be great.

ninjudd commented 13 years ago

This is a good idea. It would be ideal to be able to do the rsync over the already established SSH channel. Perhaps using rsync --server. This thread seems relevant: http://fixunix.com/tools/487977-rsync-over-stdin-stdout.html

ninjudd commented 12 years ago

Closing since we're moving to lein