dirsync
dirsync copied to clipboard
This module help me a lot during my work. So I want to return a (small) favor. I did my best to have python27 also running, but windows was not...
Removes possibly redundant path and ancestor root slicing as mentioned in #42. Test results: Before  After 
We use dirsync in a Python script that is again a small part of the build preparation. In the absense of errors, this preparation step should be rather quiet and...
First of all, nice program. But I saw several permission errors for 'updating' from local pc to network share. The error only pops up when dealing with 'existing files' (most...
Thanks for publishing this library, Creating this Issue to add some general usage which I didn't see in the README and had to refer the codebase to understand - The...
If you use the --diff option to compare directories, it outputs the filenames "Only in dir1" twice, once correctly and then again but without the directory path and the filename...
Hey, I'm trying to use the ignore option to avoid some .log file. So i wrote this : sync("./dir1", "./dir2", "sync", ignore="*.log") but the '*' character is not recognised by...
Tried installing dirsync with pip and it threw the following exception: `C:\Project>pip install dirsync Collecting dirsync Using cached dirsync-2.2.5.tar.gz (13 kB) ERROR: Command errored out with exit status 1: command:...
Is there some documentation on the exact functionality of the exclude/include/only/ignore options? It is not immediately obvious to me what the above filters apply to, particularly in the context of...
syncer.py line 159 ``` if add_path: left.add(path) #