xybu / onedrived-dev

A Microsoft OneDrive client for Linux, written in Python3.
https://github.com/xybu/onedrived-dev
MIT License
705 stars 78 forks source link

Ubuntu newbie here, trying to sync specific onedrive folders only #117

Closed sleekslayer closed 5 years ago

sleekslayer commented 5 years ago

Hello Everyone,

I am new to Linux world and have been playing around trying to mimic everything I do in my Windows 10 system. I couldn't get Onedrive for long until I got OneDriveD. It syncs perfectly fine, too perfect for my need. I need it to sync specific folders only (2-5Gb) but now it is syncing my entire drive on my system (100+Gb). Can anyone please help with instructions on how to select folders to unsync from this system? I tried doing it in various ways, and failed miserably.

Thanks,

derrix060 commented 5 years ago

You need to edit your ignore_list.txt (is the one that you configured when added the driver. By default it's in ~/.config/onedrived/ignore_v2.txt).

The ignore list follows the rules of .gitignore. Check one example here

sleekslayer commented 5 years ago

Thanks for your feedback and keeping this wonderful forum helpful.

derrix060 commented 5 years ago

It this works for you, please close the issue ;)