cjnaz / rclonesync-V2

A Bidirectional Cloud Sync Utility using rclone
MIT License
355 stars 39 forks source link

Ignore OneNote Notebooks #13

Closed modelmat closed 5 years ago

modelmat commented 5 years ago

Similar to with Google docs & https://github.com/ncw/rclone/issues/211 can we ignore onenote notebooks?

cjnaz commented 5 years ago

My read of the #211 thread is that rclone doesn't have any special handling for Onedrive document files, and that ncw doesn't know what to code. Are documents created on Onedrive with Office365 saved in a special format? If the files are just normal files then you can add them in your filters file so that they are not synch'd by adding - *.one and - *.onetoc2 for your specific case for Onenote files. Is that sufficient?

modelmat commented 5 years ago

Yes, it is sufficient for me (I have everything in one Notebook directory) but it would be nice to be able to not have to do an exclusion filter for this.

cjnaz commented 5 years ago

I don't think it is appropriate to hard code or to add switches for specific file types. Google docs are an exception since these files cannot be handled as normal files.