Check size and time only

there are a lot of files with very small differences in timestamps.

Modification times differ by -31ns

Would that be a cause of the issue?

what is the make and model of the nas?
is it that pi?

Yes it's a pi 4 booted from an ssd with another ssd used for the samba share.

so you are running rclone on your laptop?
and you are running your nas on a pi.
both linux?

Yep, pi is running raspbian

so is there a reason to use smb between two linux devices?

I use it for access from some other windows computers I use. I also occasionally switch back to windows as dual boot so it's a convenient shared folder.

You would want to add --modify-window 2s as it doesn’t seem the cifs mount is giving you the proper time back so you are recopying a lot back.

2 Likes

perhaps --modify-window=2s

https://rclone.org/docs/#modify-window-time

That finally fixed it! Thank you!

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