I am running the AppImage on current Linux Mint with cinnamon desktop and syncing dotfiles/-folders enabled.
Recently I have discovered that every folder may contain a .Trash folder, this led to syncing additional 200GiB of data to my cloud.
In the blacklist there is a regexp for .Trash-* (I am assuming this is for mac).
Changing this regexp to .Trash* would eradicate the issue for me.
Technically this is not a bug but an inconvenience.
I am running the AppImage on current Linux Mint with cinnamon desktop and syncing dotfiles/-folders enabled.
Recently I have discovered that every folder may contain a
.Trashfolder, this led to syncing additional 200GiB of data to my cloud.In the blacklist there is a regexp for
.Trash-*(I am assuming this is for mac).Changing this regexp to
.Trash*would eradicate the issue for me.Technically this is not a bug but an inconvenience.