Dear,
after years using Nextcloud (since V14 now V23) I in the progress to migrate to Seafile.
Setup:
VM1: Devuan Linux Chimera for Seafile 9.0.6
VM2: Devuan Linux Chimera for MySQL
Everything works (Android and iOS clients, HTTPS with Apache proxy, new libraries etc.).
However syncing my data from my Nextcloud VM using rclone 1.56.1 like
rclone sync -i Collection\ -\ Software wolke8:"Collection - Software"
where “Collection - Software” is the local directory holding the SOURCE data on an error-free ext4 filesystem and “Wolke 8” is my new Seafile server gives me reproduceable errors:
2022/07/27 17:44:40 ERROR : 01 Software Archiv/05 Anwendungen/Konz - 1000 legale Steuertricks/Bin/Data/Images/Tip_S/T0263S.jpg: corrupted on transfer: sizes differ 2836 vs 2837
2022/07/27 17:44:48 ERROR : 01 Software Archiv/05 Anwendungen/Konz - 1000 legale Steuertricks/Bin/Data/Images/Tip_S/T0630S.jpg: corrupted on transfer: sizes differ 2836 vs 2837
2022/07/27 17:44:55 ERROR : 01 Software Archiv/05 Anwendungen/Konz - 1000 legale Steuertricks/Bin/Data/Images/Tip_S/T0830S.jpg: corrupted on transfer: sizes differ 2836 vs 2837
2022/07/27 17:45:03 ERROR : 01 Software Archiv/05 Anwendungen/Konz - 1000 legale Steuertricks/Bin/Data/Images/Tip_S/T0886S.jpg: corrupted on transfer: sizes differ 2836 vs 2837
2022/07/27 17:38:25 ERROR : TO SORT/064/ALPHA/PROFEXT.DL_: corrupted on transfer: sizes differ 7001 vs 7002
2022/07/27 17:38:39 ERROR : TO SORT/064/PPC/MDMVAYRS.IN_: corrupted on transfer: sizes differ 2906 vs 2907
2022/07/27 17:38:49 ERROR : TO SORT/064/ALPHA/8514FIXG.FO_: Failed to copy: failed to upload file: HTTP error 400 (400 Bad Request) returned body: “{“error”: “Bad request.\n”}”
2022/07/27 17:38:51 ERROR : TO SORT/064/I386/DISKPERF.SY_: Failed to copy: failed to upload file: HTTP error 400 (400 Bad Request) returned body: “{“error”: “Bad request.\n”}”
I have synced about 2.5 TByte with rclone so far. Large files work great. Many small files not as good (reaaally slow). However these errors like above are the same, regardless if I restart the VM or the services (including Apache and memcached). And it’s a just one-byte bug (which is suspicious).
After like 200 tries some files might be copied. But for most it does not work using rclone. If I try to copy the failed files using the web frontend they will fail with “Network errors” as well - so it’s not based on rclone.
Any ideas/suggestions?
Thanks, -MN