MStadlmeier / drivesync

Google Drive synchronization for Linux
MIT License
197 stars 26 forks source link

Exceptions to blacklist #33

Open ThirteenPeeps opened 4 years ago

ThirteenPeeps commented 4 years ago

I have a directory /foo that I want drivesync to mostly ignore, but there are some subfolders /foo/bar and /foo/baz I want to still be included.

From the readme, it seems like there's no way to do this currently. If that's the case, I think it would be very helpful to add some way of doing this.

MStadlmeier commented 4 years ago

@JoeReeseVT Correct - to my knowledge, Globs do not support exceptions like that. I can see how it would be useful, though. I guess it would make sense to be able to combine a blacklist with a whitelist in order to achieve that. I'll get on that and let you know when there's an update. Thanks for the suggestion.