jerrysu / gulp-rsync

Gulp plugin for deploying files via rsync
119 stars 51 forks source link

Can you rsync from remote to local? #43

Open henrypenny opened 7 years ago

henrypenny commented 7 years ago

Can you have a remote source and a local destination?

iskrisis commented 7 years ago

I am interested in this aswell.

markstos commented 5 years ago

The rsync binary supports options for a pull syntax, so it should be possible to add here. (I'm not a gulp-rsync maintainer, though).

mvdve commented 3 years ago

Does somebody find a solution? I would like to sync uploaded images from remote to local. Also looked at Rsync but is does not support custom ports. Looks like it will the exec again.