rclone
may produce or something that's being uploaded and persisted to remote storage.
Mount cache mode
to Full
?
We've noticed in recent versions that it's actually much slower when different caching mode is used.cp
in the CLI. I guess either the pending MacOS played not so nicely into the system's stability or a missing reboot after the S3Drive installation.
The only thing that I still could observe - but was confirmed from your side - the App and Fuse mount aren't immediately in-sync. But I guess this is okay. As a result of the Fuse mount internals, one can copy files, but the real upload kicks in much later, after the copy job has been done (observed by monitoring bandwidth and traffic, which started to increase way after the copy job.
Does this mean:
--cache-dir string Directory rclone will use for caching.
I can find out exactly what path is that on macOS.
rclone
limitation which corresponds to limitations of most remote back-ends where folder timestamps aren't supported.
On S3 for instance, folders are just emulated prefixes of the underlying paths and don't hold any metadata.
Maybe in the future there will be consensus what hacky approach to use to store timestamp on the folder level.
Related: https://forum.rclone.org/t/need-to-persist-dates-for-directories-with-dropbox-how/39675/15