boto_rsync icon indicating copy to clipboard operation
boto_rsync copied to clipboard

Added --exclude argument to exclude subdirectories from syncing.

Open NotDaveLane opened this issue 13 years ago • 5 comments

Hello,

I've added the --exclude argument to be in line with the rsync --exclude=PATTERN argument: http://ss64.com/bash/rsync.html

It doesn't support actual patterns, just path and file names (relative or absolute).

Thank you for making such a useful tool!

NotDaveLane avatar Mar 19 '12 19:03 NotDaveLane

Hey Dave, thanks for the req. I'll try to get this in the next update.

seedifferently avatar Mar 19 '12 20:03 seedifferently

Hi Peter,

Until my pull request is accepted, you can install boto_rsync from my fork. If you have git installed on your machine, you can use the following pip command for a one-step install:

pip install -e git+git://github.com/NotDaveLane/boto_rsync.git#egg=boto_rsync

Hope that helps!

NotDaveLane avatar Feb 20 '13 01:02 NotDaveLane

As you guys can see this project has taken the back-burner for me. Thanks Dave for helping out here.

I still have plans to update and refactor this tool a bit, but it just may be a while.

seedifferently avatar Feb 21 '13 16:02 seedifferently

Hi. If you do not have the time to update this project, I could step in. If you would like I can work with these pull requests from my own repository, or if you trust me you could add me as a contributor. I am a contributor to open source GIS projects GDAL and QGIS. cheers!

etiennesky avatar Oct 25 '13 17:10 etiennesky

FYI I have merged @NotDaveLane 's addition of --exclude and @cleverdevil 's fix for ascii characters issue. Currently working great for me. https://github.com/squarecandy/boto_rsync

petertwise avatar Dec 04 '14 00:12 petertwise