jstaf / onedriver

A native Linux filesystem for Microsoft OneDrive
GNU General Public License v3.0
1.88k stars 92 forks source link

Syncing hidden files #276

Open ivancarlosti opened 1 year ago

ivancarlosti commented 1 year ago

Usually file sync services does not sync hidden files, it happens to avoid configuration files, recycle bin or any other unusual files to be sotred online or sent to other devices. Onedriver syncs hidden files including .Trash-1000, .xdg-volume-info I ask to fix this issue just implementing to not sync any file started with dot (.*) Thanks a lot

jstaf commented 1 year ago

I am planning to implement a way to ignore different files, but the .xdg-volume-info and .Trash files are important- you will never be allowed to ignore them: https://github.com/jstaf/onedriver/issues/102#issuecomment-886063762

ivancarlosti commented 1 year ago

I am planning to implement a way to ignore different files, but the .xdg-volume-info and .Trash files are important- you will never be allowed to ignore them: #102 (comment)

It's important for the system, not for the OneDrive. So you can have them on system, just don't need to sync them