Mod-time based change detection seems not work for minio -> smb and minio -> ssh

I am using rclone v1.65.2 on windows 11 to backup data between several remotes.

I use the following command to backup data for the first time several days ago to distributed data to 2 machines, one is smb and the other is ssh:

rclone copy office-minio:my-data/ office-smb:/public/my-data --verbose
rclone copy office-minio:my-data/ office-ssh:/public/my-data --verbose

And when I run the same command today I find that the log keep print existed file are overrided, but in fact data in office-minio has never been modified.

I can work around this by adding --ignore-existing, but I am still wondering why this happen? Is there anything I am doing wrong, or it is just the limitation of remotes or rclone.

Config file:

[office-ssh]
type = sftp
host = <hide>
user = <hide>
shell_type = unix
md5sum_command = md5sum
sha1sum_command = sha1sum


[office-minio]
type = s3
provider = Minio
access_key_id = <hide>
secret_access_key = <hide>
endpoint = <hide>
location_constraint = <hide>
region = <hide>

[office-smb]
type = smb
host = <hide>
user = <hide>
pass = <hide>

Please share this log then.

Here is the screenshot

welcome to the forum,

can you post a full, complete debug log?
please copy and paste the text, not post tiny, hard to read, screenshots.

copy a single file using --dry-run

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