Rclone checks higher than the number of files

What is the problem you are having with rclone?

rclone copy has checks higher than the number of files. The copy is done from openstack swift storage to s3 compatible storage. There are no soft links.. The initial copy is done successfully. We have reinitiated to check if all is good. The file count is around 1567829. But the number of checks done is 4655735. Please

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

rclone v1.59.2

No

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

openstack swift and s3 compatible storage

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

rclone copy --progress --transfers=10 --checkers=10  swft:folder1/   s3comp:folder1

The rclone config contents with secrets were removed.

[swft]
type = swift
user = <trunc>
key = <trunc>
auth = https://swift.test.com/auth/v1.0/


[s3comp]
type = s3
provider = Other
access_key_id = <trunc>
secret_access_key = <trunc>
region = other-v2-signature
endpoint = s3comp.test.com

A log from the command with the -vv flag

Transferred: 0 B /0 B,  -, 0 B/s, ETA -
Errors:          1 (retrying may help)
Checks: 4655735/4655735, 100%
Elapsed time: 12h47m40.5s

hi,

best to use a debug log file, as that would document the exact issue.

as i understand it,
if rclone encounters an error, then rclone will retry the command three times.
1567829 x 3 = 4703487 which is approx 4655735

Thank you... But I think it's highly unlikely to encounter issues for all the files. Let me check on the debug log.

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