liberodark / ODrive

Google Drive GUI for Windows / Mac / Linux
https://liberodark.github.io/ODrive/
GNU General Public License v3.0
1.16k stars 133 forks source link

Is there a way to exclude a folder? #61

Open cjnucette opened 5 years ago

cjnucette commented 5 years ago

Is there a feature like a .gitignore file for this?

liberodark commented 5 years ago

No is not implemented but is good idea.

liberodark commented 5 years ago

...much needed! Let me know if I can give you a hand on this one.

Yes would be great to make PR for help me for that thanks

timyerg commented 5 years ago

I hope you will add this feature. It would be just wonderfull. Thx.

sfatula commented 5 years ago

All of the major cloud sync apps do provide the ability to exclude folders. Would love to see this also. My use case: I use Emby for DVR. When I am out of town, I often tell emby to send various recorded videos to Google Drive since it's faster for me to download from there than from home due to internet speed. They might take all night to upload to Google, but don't care, when done I can quickly download from Drive. Well, this means it will upload to Google Drive (emby does this), which then causes a download due to the sync and inability to exclude the folder. These videos can be 8GB or more.

Just wanted to provide a specific example. Thanks for creating this, very useful app.

Duoquote commented 4 years ago

Would love to see this implementation, it's not good when sync tries to sync node_modules or .git folder. Regex should be utilized like .gitignore does, just excluding folders/files is not good enough I think. ODrive still is a good sync client and I really appreciate the effort put in it, but with minor details like this would improve it a lot. Actually it may be hard to implement as it affects file/folder structure.