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

Drone plugin for syncing files and directories to remote servers

Results 8 drone-rsync issues
Sort by recently updated
recently updated
newest added

Permitirá tener una mayor descripción de los pasos ejecutados y en caso de falla obtener mayor visibilidad

Please release a new Version on Docker Hub. The last one is two years old! Thanks

Can we have support for multiple source directories ? Something like: ``` source: - libs/ - bin/ ```

Add the support of local scripts, that could be run on local server before rsync to remote server. This is required by my project because when target server got lower...

Hello, I couldn't find any info on that, but I'm curious. Is there a way to transfer a file from remote to local using this plugin?

The `-r` option doesn't do anything because you're using `-a` which implies `-r`. From the rsync man page: -a, --archive archive mode; equals -rlptgoD (no -H,-A,-X) This means you can...

I'm having issues utilizing the `script` area and using an environment variable within. I'm trying to use my `TARGET` variable which I have set and using for this plugin. I...

This plugin is great, it works well with ssh key. Will plan to support the option `--password-file` ?