What is the problem you are having with rclone?
Issuw with modification times. Unsure where the issue lies but it propagates along the workflow.
Rclone drive is "mounted" on MacOS with Macfuse (MacOS 12.5, Macfuse 4.4).
rclone mount DB1-ENC: ~/DB1-ENC --volname "DB1-ENC" --drive-acknowledge-abuse --vfs-cache-mode full --vfs-cache-max-size 15G --verbose --tpslimit=10 --use-server-modtime
Problem is I can download a file (locally), say it has modification date 1 August. I can rename the file (either through finder or through a tool like Filebot) and it still has the original modification date rather than today's (e.g. 14 Aug).
This is creating problems when on the server trying to search by modification time.
I have also tried using --use-server-modtime as I got the impression that would "rewrite" the modification time as stored on disk. No difference.
rclone touch does not help as the files are on Dropbox and it seems that is no supported.
Run the command 'rclone version' and share the full output of the command.
Which cloud storage system are you using? (eg Google Drive)
Dropbox (with crypt)
The command you were trying to run (eg rclone copy /tmp remote:tmp)
rclone mount DB1-ENC: ~/DB1-ENC --volname "DB1-ENC" --drive-acknowledge-abuse --vfs-cache-mode full --vfs-cache-max-size 15G --verbose --tpslimit=10 --use-server-modtime```
#### The rclone config contents with secrets removed.
<!-- You should use 3 backticks to begin and end your paste to make it readable. -->
Paste config here
rclone mounts and otherwise works (whether as mount, or as copy, so backend ok)
#### A log from the command with the `-vv` flag
<!-- You should use 3 backticks to begin and end your paste to make it readable. Or use a service such as https://pastebin.com or https://gist.github.com/ -->
Can't easily log the mount as other data flows inbetween, no errors are returning in the window.```