newhinton / Round-Sync

An android cloud file manager, powered by rclone. Visit https://roundsync.com for more information!
https://roundsync.com
GNU General Public License v3.0
1.05k stars 39 forks source link

Preserve Full Metadata #222

Open HandaArchitect opened 5 months ago

HandaArchitect commented 5 months ago

After syncing gigabytes of data, I went to check several files for their metadata. It turns out, they have lost their original metadata. Could you please add a feature to preserve metadata of files?

Mondei1 commented 4 months ago

I've also observed this behaviour. This scrambles my file order around. It would be even better if metadata preservation is supported by client-side encryption (using the crypt layer).

newhinton commented 4 months ago

rclone's --metadata flag should be sufficient. I will check it!