Added --exclude argument to exclude subdirectories from syncing.#3
Added --exclude argument to exclude subdirectories from syncing.#3NotDaveLane wants to merge 1 commit intoseedifferently:masterfrom
Conversation
|
Hey Dave, thanks for the req. I'll try to get this in the next update. |
|
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: Hope that helps! |
|
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. |
|
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! |
|
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 |
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!