gulp-rsync icon indicating copy to clipboard operation
gulp-rsync copied to clipboard

Gulp plugin for deploying files via rsync

Results 36 gulp-rsync issues
Sort by recently updated
recently updated
newest added

Tested on: Manjaro Linux On our project we have filenames like "!$xyz.png". This is due internal requirements in the "RPG Maker MV" game engine. Normal rsync command on bash does...

Can you have a remote source and a local destination?

Hi everybody! Maybe I'm too stupid to read the docs, but is it possible to rsync just the files from a directory 'dist/*.*' to a destination without the directory itself?...

`gulp-rsync` does not seem to honor the `times` configuration option. **To replicate:** 1. Set the `command` option to true for debugging 2. Set the `silent` option to false for debugging...

it'd be used like this: ```js rsyncConf = { progress: true, incremental: true, relative: true, emptyDirectories: true, recursive: true, clean: true, exclude: [], remoteRsyncPath: "/home/user/bin/rsync" }; ``` It could be...

As described [here](https://superuser.com/questions/1432412/rsync-installed-but-still-getting-an-error-command-not-found) it would be helpfull set this info on the parameters.

This plugin crashes if at least one filename contains round brackets. `gulp-rsync: /bin/sh: 1: Syntax error: "(" unexpected `

gulp-util is now deprecated. A guide to replace it can be found at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5

Hey, I have set gulp-rsync to to sync a selection of files over to a server with the clean option enabled. If I delete a file then then run my...

I can rsync (using the same key I use to ssh), like this from the command line: `rsync -r -a -v -e "ssh -i ~/.ssh/my-key-local-dev" & etc` How would I...