This is exactly what I want, although your example doesnât match my experiences.
I run thisâŚ.. in rclone-v1.72
rclone copy -v "localpath\folder\subfolder" "remote:\folder\subfolder"
rclone lsd -v "remote:\folder"
Then the result is that the date for âsubfolderâ on the remote is in 2026 and the date for âsubfolderâ locally is 2021.
In other words, your example I donât see how the lsd returns anything at all?
rclone lsd -v "remote:\folder\subfolder"
has an output of nothing at all, and this appears to be the case with your zork example, hmm.
EDIT: in your zork examples you appear capable of making the remote date update to match your source local date, butâŚ. I keep running the command in any which way i can think of and I donât obtain the same results as you do apparently, hmm.
EDIT2: This time it just magically worked. Hmm. Your example doesnât seem to work, but with another example it appears that it did work. As far as I can tell it only works to fix things like in your zork example if I am copyâing a subfolder that contains other subfolders. Otherwise if my chosen test case is a subfolder with files in it and no more layers of subfolders it doesnât workâŚ. This makes no sense I feel like I must be doing something wrong on my end.
EDIT3: So, your zork example does not work for me, but this does:
if subfolder in this case contains a bunch more subsubfolders
rclone copy -v "localpath\folder\subfolder" "remote:\folder\subfolder"
then
rclone lsd -v "remote:\folder\subfolder"
Will correctly show I have now set all the dates to my local dates.
But it appears to fail if â\folder\subfolderâ contains nothing but files.
EDIT4: My only conclusion is that the behavior is inconsistent, depending on the nature of subfolders that do not contains more folders. Which might be a bug? Or more likely this is a quirk of running rclone copy commands where you know youâll be seeing â2026/02/03 17:23:16 INFO : There was nothing to transferâ and maybe those usage cases arenât important enough for inconsistent behavior to count as a bug.
TLDR: The newest zork example is what I want, but I do not find the behavior consistently reliable outside of very specific scenarios. To clarify. It ALWAYS works reliably and consistently for files, but the behavior of directories is frustrating.