Internet archive

Since I don't speak English, I'll use a translator to try to explain

I'm trying to make a copy of another user's folder, into my internet archive, so that in case he deletes it one day I have it saved

This is his folder
https://archive.org/download/sony_playstation_part3

So I just use "sony_playstation_part3"

My folder that I created to be able to copy his is "mysonyplaystationpart3"

So I did this command

rclone copy --transfers 30 --ignore-existing --progress "remote:sony_playstation_part3" "remote:mysonyplaystationpart3" -vv

But it doesn't want to copy

Right at the beginning, this error appears

C:\rclone>rclone copy --ignore-checksum --transfers 30 --ignore-existing --progress "remote:sony_playstation_part3" "remote:mysonyplaystationpart3" -vv
2025/02/23 14:41:19 DEBUG : rclone: ​​Version "v1.69.0" starting with parameters ["rclone" "copy" "--ignore-checksum" "--transfers" "30" "--ignore-existing" "--progress" "remote:sony_playstation_part3" "remote:mysonyplaystationpart3" "-vv"]
2025/02/23 14:41:19 DEBUG : Creating backend with remote "remote:sony_playstation_part3"
2025/02/23 14:41:19 DEBUG : Using config file from "C:\Users\George\AppData\Roaming\rclone\rclone.conf"
2025/02/23 14:41:26 DEBUG : Creating backend with remote "remote:mysonyplaystationpart3"
2025/02/23 14:41:29 DEBUG : J's Racin' (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : J. B. Harold - Blue Chicago Blues (Japan) (Disc 2).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : J.League Jikkyou Winning Eleven '97 (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : J.League Jikkyou Winning Eleven (Japan) (Rev 1).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : J.League Jikkyou Winning Eleven (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : J.League Jikkyou Winning Eleven 2000 (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : J.League Jikkyou Winning Eleven 2000 2nd (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG: J.League Jikkyou Winning Eleven 3 (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : J.League Soccer - Jikkyou Survival League (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : J.League Soccer - Prime Goal EX (Japan) (Lawson Station).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : J.League Virtual Stadium '96 (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : JGTC - All Japan Grand Touring Car Championship (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : Jackie Chan Stuntmaster (Europe) (Recalled).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : Jackie Chan Stuntmaster (USA).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : Jade Cocoon - Story of the Tamamayu (France).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : Jade Cocoon - Story of the Tamamayu (USA).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : Jaleco Taikenban Special (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : Jampack Vol. 1 (USA).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : Jampack Vol. 2 (USA).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : Jang Jang Koi Shimashow - Lovely Pop 2 in 1 (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG : Jang Jang Koi Shimashow Separate 1 - Jang Jang Shimashow (Japan).zip: Need to transfer - File not found at Destination
2025/02/23 14:41:29 DEBUG: Jang Jang Koi Shimashow Separate 2 - Koi Koi Shimashow (Japan).zip: Need to transfer - File not found at Destination

then it looks like this

2025/02/23 15:13:44 DEBUG : pacer: low level retry 3/10 (error HTTP error 500 (500 Internal Server Error) returned body: "<?xml version='1.0' encoding='UTF-8'?>\nInternalErrorWe encountered an internal error. Please try again.a1a41fea-9f71-485c-9430-0a9c9fd1fdf4")

It is Internet Archive server message to you. I think it is clear...

Possibly you try to do too many things at once:) remove --transfers 30 flag and try again.

I removed --transfers 30 and it still does the same thing

I believe this error is due to this specific folder, because I copied other files and it worked normally, it even copies faster due to "server side copy"

But, I don't know why the error occurs with this folder

I created a new account on the internet archive, I put it in rclone

rclone sync --ignore-checksum --transfers 30 --ignore-existing --progress "remote2:sony_playstation_part3" "remote:mysonyplaystationpart3"

remote2 to remote

it copies normally, but then the transfer is slow and it doesn't work like on the same server