Cloud Task (rclone) with Sharepoint Errors

nathank1989

Contributor
Joined
Aug 29, 2016
Messages
103
I have set up a Cloud Sync task to my Sharepoint Document site and so far it seemed everything was uploaded. After letting it run, I noticed about 25gb worth of data missing and saw a log of errors. Below is a sample of the errors that cause rclone to fail

How can I fix this?

Code:
2019/02/04 12:01:02 INFO : Transferred: 0 / 0 Bytes, -, 0 Bytes/s, ETA - Errors: 0 Checks: 13 / 13, 100% Transferred: 0 / 0, - [20787 more lines]
2019/02/04 12:26:19 INFO : Work Documents/SITE1/DMO/packages/ULs/Print Drivers/RICOH MP 301SPF/PCL6 V4 UP/disk1/README.html: Removing failed copy 2019/02/04 12:26:19 ERROR : One drive root '': not deleting files as there were IO errors
2019/02/04 12:26:19 ERROR : One drive root '': not deleting directories as there were IO errors
2019/02/04 12:26:19 ERROR : Attempt 3/3 failed with 435 errors and: corrupted on transfer: sizes differ 21200 vs 21416
2019/02/04 12:26:19 Failed to sync: corrupted on transfer: sizes differ 21200 vs 21416


Downloading the full logfile shows hundreds of similar errors for various file types. At first I thought some were quirky and needed to be renamed or removed (like *.ini files)

Cursory google searching brought me to the Github for rclone where people said that --ignore-checksum (?) switch needed to be added to forgo this error and force the sync anyway.
 
Last edited:
Joined
Jan 27, 2021
Messages
1
I have this problem, could someone help me? how could I put the "--ignore-checksum" option in the cloud sync task?
 

Tetz95

Cadet
Joined
Mar 19, 2017
Messages
1
Same issue here. This seems to be only happening with Office files. Maybe sharepoint is indexing them and adding information to or modifying the files?
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,703
If folks are finding it problematic, perhaps somebody who cares enough about it should open a feature request in Jira so that there's a chance something will change.

Other than that, you can run rclone as a cron task instead, which allows the use of all switches you want.
 
Top