File copies go beyond 100%

What is the problem you are having with rclone?

In a sync operation some file copies seem to go beyond 100%

What is your rclone version (output from rclone version)

1.50.2

Which OS you are using and how many bits (eg Windows 7, 64 bit)

Ubuntu 18.04 on a VPS

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

1fichier to Onedrive

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

rclone -v sync 1fichier:crypt onedrive:crypt

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

Excerpt from output of -v (not -vv):

2020/01/02 04:50:06 INFO :
Transferred: 33.849G / 33.773 GBytes, 100%, 8.154 MBytes/s, ETA -
Errors: 0
Checks: 31 / 31, 100%
Transferred: 2 / 10, 20%
Elapsed time: 1h10m50.9s
Transferring:

  •  223.bnl/181.Uqts UwvmG/49.Njml Npofz.nlw:227% /3.647G, 3.089M/s, -
    
  • 223.bnl/20.WQOPEJ lKSA▒hu vm TFzAlyF 2008.trC: 46% /3.725G, 3.029M/s, 11m18s
  • 223.bnl/20.WQOPEJ lKSA▒mt Xmfllji Rj 4222.rpA:233% /3.950G, 2.501M/s, -
  • 223.bnl/20.WQOPEJ lKSA▒wB UCzrAsApsF 6446.AyJ:188% /3.928G, 1.850M/s, -

This is usually caused by retries - can you see retries in the log?

Thank you. I ran sync again using -vv, but this time there were no retries and no files beyond 100%.

Are there any settings that can prevent or reduce this, or is it something we have to live with?

Retries are a fact of life, alas! Stuff goes wrong between you and your cloud providers and retries are what keeps rclone reliable. Hopefully what you saw was just a transient problem and won't re-occur. If it does then post some logs and I'll investigate further.

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