Updated modification time in destination part 2

What is the problem you are having with rclone?

I see this a lot, even tried --modify-window 3600s but still it's there.
When I restart my sync, files are getting this over and over again :frowning:

Just tried 36000s and 360000s, but still the same

Run the command 'rclone version' and share the full output of the command.

rclone v1.60.1

  • os/version: darwin 13.0.1 (64 bit)
  • os/kernel: 22.1.0 (x86_64)
  • os/type: darwin
  • os/arch: amd64
  • go/version: go1.19.3
  • go/linking: dynamic
  • go/tags: cmount

Which cloud storage system are you using? (eg Google Drive)

local drive via SMB

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone sync /Volumes/Kingston-2TB /Volumes/Public --include='/{stack,data}/**' --delete-during -v -P --modify-window 15s --transfers=5 --checkers=50 --copy-links --ignore-size

The rclone config contents with secrets removed.

no config in use

A log from the command with the -vv flag

2022-11-23 09:40:27 INFO  : data/GoJo/testcontainer_framework/global/consts.go: Updated modification time in destination
2022-11-23 09:40:27 DEBUG : data/GoJo/testcontainer_framework/global/consts.go: Unchanged skipping
2022-11-23 09:40:27 INFO  : data/GoJo/testcontainer_framework/global/exported.go: Updated modification time in destination
2022-11-23 09:40:27 DEBUG : data/GoJo/testcontainer_framework/global/exported.go: Unchanged skipping
2022-11-23 09:40:27 INFO  : data/GoJo/testcontainer_framework/global/unexported.go: Updated modification time in destination
2022-11-23 09:40:27 DEBUG : data/GoJo/testcontainer_framework/global/unexported.go: Unchanged skipping
2022-11-23 09:40:27 INFO  : data/GoJo/testcontainer_framework/global/global_mock.go: Updated modification time in destination
2022-11-23 09:40:27 DEBUG : data/GoJo/testcontainer_framework/global/global_mock.go: Unchanged skipping
2022-11-23 09:40:27 INFO  : data/GoJo/testcontainer_framework/global/healthchecker.go: Updated modification time in destination
2022-11-23 09:40:27 DEBUG : data/GoJo/testcontainer_framework/global/healthchecker.go: Unchanged skipping
2022-11-23 09:40:27 INFO  : data/GoJo/testcontainer_framework/global/global_test.go: Updated modification time in destination
2022-11-23 09:40:27 DEBUG : data/GoJo/testcontainer_framework/global/global_test.go: Unchanged skipping
2022-11-23 09:40:27 INFO  : data/GoJo/testcontainer_framework/global/interface.go: Updated modification time in destination
2022-11-23 09:40:27 DEBUG : data/GoJo/testcontainer_framework/global/interface.go: Unchanged skipping
2022-11-23 09:40:27 INFO  : data/GoJo/testcontainer_framework/global/readme.md: Updated modification time in destination
2022-11-23 09:40:27 DEBUG : data/GoJo/testcontainer_framework/global/readme.md: Unchanged skipping
2022-11-23 09:40:27 INFO  : data/GoJo/testcontainer_framework/global/exported_structs.go: Updated modification time in destination
2022-11-23 09:40:27 DEBUG : data/GoJo/testcontainer_framework/global/exported_structs.go: Unchanged skipping

The most baffling command, but if your goal is to not update the modtime, you need this flag

      --no-update-modtime                    Don't update destination mod-time if files identical

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.