Copy has 2 stuck files

What is the problem you are having with rclone?

I'm copying 1TB of data from local storage to my Seafile Library and it is doing 4 transfers simultaneously, 2 files are stuck and have been stuck for the majority of the copy.

I feel like these 2 stuck files are slowing down the progress of the upload, for this batch its okay but I want to know what do I do in this situation? Is there a way to fix these stuck files without cancelling the whole operation? I don't want to cancel the entire operation to lose my progress and have to start all over again. What should I do in this situation where its over half way done and I want to skip or force these files through?

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


rclone v1.65.0
- os/version: Microsoft Windows 11 Education 22H2 (64 bit)
- os/kernel: 10.0.22621.2861 (x86_64)
- os/type: windows
- os/arch: amd64
- go/version: go1.21.4
- go/linking: static
- go/tags: cmount

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

Seafile

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

rclone copy -P . seafile:/

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[seafile]
type = seafile
url = XXX
user = XXX
pass = XXX
library = library

A log from the command that you were trying to run with the -vv flag

Paste  log here

welcome to the forum,

hard to know, can you post a debug log, or at least not hide the exact errors?
and please copy/paste the text from the terminal in a post,

not really.

rclone will not re-copy a source file, if it has not changed.
check the rclone docs.

use --exclude

Okay I cancelled the copy and restarted it, there seems to be another one stuck. I'm also having this issue where files say corrupted on transfer with a file size differ that is 1 number higher. Any suggestions or reasoning for these errors?

2024/01/08 14:03:35 ERROR : TEAM/YASAMAN/Email Sig/KOI | Design E-mail Yasaman.png: corrupted on transfer: sizes differ 19284 vs 19285
2024/01/08 14:09:46 ERROR : TEAM/ARMITA/MATERIAL LIBRARY/FABRICS/NIKRIS - 13990513.JPG: Failed to copy: failed to upload file: HTTP error 400 (400 Bad Request) returned body: "{\"error\": \"Bad request.\n\"}"
2024/01/08 14:17:14 ERROR : Chelé Studios/long weekend nana/_MG_2196.JPG: corrupted on transfer: sizes differ 2133856 vs 2133857
2024/01/08 14:22:45 ERROR : Chelé Studios/mobile photos/IMG_1024.JPG: corrupted on transfer: sizes differ 1288198 vs 0
2024/01/08 14:33:06 ERROR : Chelé Studios/pashacanada/IMG_2973.JPG: corrupted on transfer: sizes differ 1643967 vs 0
2024/01/08 14:34:30 ERROR : PROJECT/KOI/SOCIAL MEDIA/WEBSITE/Edits/Screenshots/Screen Shot 2020-11-02 at 9.24.19 AM.png: corrupted on transfer: sizes differ 360243 vs 360244
2024/01/08 14:34:31 ERROR : TEAM/FOJAN/2- KOI/Shooting/Casting/PHOTO-2021-09-04-16-45-29.jpg: Failed to copy: failed to upload file: HTTP error 400 (400 Bad Request) returned body: "{\"error\": \"Bad request.\n\"}"
2024/01/08 14:40:45 ERROR : Chelé Studios/pattern/i am/i am apollon men/00-Lisez-moi.pdf: Failed to copy: failed to upload file: HTTP error 400 (400 Bad Request) returned body: "{\"error\": \"Bad request.\n\"}"
2024/01/08 14:49:12 ERROR : PROJECT/CHELÉ/SPRING :SUMMER 19/Main Ref/Trendbook/Women AW 19.20/NLWW1920_Flats_/4_2_Synthie_Pop_NIGHT_FEVER/NLW1920_132_01.eps: corrupted on transfer: sizes differ 2500711 vs 2500712
2024/01/08 14:51:29 ERROR : Chelé Studios/sepisiisii:beverlly:carlaw process 2012/IMG_1957.JPG: corrupted on transfer: sizes differ 2793290 vs 2793291

If I have more stuck uploads I will kill the process again and this time start it with a log so I can upload that.

no, not yet, but then i am not very experienced with seafile.
it would be good to know if the exact same files fail each time or is it random?

the more detailed info you post, the better we can help figure this out.

about the seafile server, it is owned by you? if not, who is the provider?

Seems to be the exact same files. The seafile server is owned by me. Any more details you think could help this situation? I tried to generate log file but it seems to just output the same errors I posted above, nothing really more detailed.

ok, good.

perhaps, pick one file and copy it somwhere on the dest , something like
rclone copy ./path/to/file seafile:/path/to -vv --dump=headers --retries=1

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