Everything in this post is about google drive.
Is there anyway to force my remote to accept the modification time of the local files? Because when setdirmodtime was added as a feature I didn't bother to add --no-update-dir-modtime and I wish I had.
In rclone 1.63 my remote always just kept the directory modification time of whatever the local directory I was copying to the remote had. When I updated to rclone 1.72 however the directory modification time became the time of the upload I was making via rclone. I am much more concerned with the times of the real files being preserved than keeping track of the times I chose to execute rclone.
In theory I could just start using --no-update-dir-modtime
but I don’t actually want to not update the directory modtime, what I want to do is uh, set the remote directory’s metadata so that it’s modification time matches whatever the local modification time for that directory was.
Is this possible?
Only thing I can think to even try would be to go back to an older version of rclone but I do not think that will work, it will consider the newer directory modtimes on the remote “superior” most likely and not overwrite them.
TLDR: I want rclone to work so that if I copy a folder from my local hdd to the remote, then copy it back to another different hdd the modification time of the folder does not change. This is how rclone worked in 1.63 but in 1.72 by default it set all my directory’s modification times to today instead of whatever years old date they actually should’ve had. As far as I can tell it is too late to just use --no-update-dir-modtime as I need it to use setdirmodtime again only this time set the time to match the local directory’s modtime instead of whatever the current time is.