Hi,
I’ve been googling and searching like crazy to find a solution to this. But basically, I have my Duplicacy on UnRaid and an offsite Minio S3 bucket I want to back up to.
Every time I try and backup I get the same errors.
Running backup command from /cache/localhost/0 to back up /tobackup/docker
Options: [-log backup -storage bta-s3 -threads 4 -stats]
2024-08-05 14:09:49.770 INFO REPOSITORY_SET Repository set to /tobackup/docker
2024-08-05 14:09:49.771 INFO STORAGE_SET Storage set to minio://region@url/unraid-backups
2024-08-05 14:09:49.833 INFO BACKUP_START No previous backup found
2024-08-05 14:09:49.835 INFO INCOMPLETE_LOAD Previous incomplete backup contains 4 files and 37 chunks
2024-08-05 14:09:49.835 INFO BACKUP_LIST Listing all chunks
2024-08-05 14:09:49.855 INFO BACKUP_INDEXING Indexing /tobackup/docker
2024-08-05 14:09:49.856 INFO SNAPSHOT_FILTER Parsing filter file /cache/localhost/0/.duplicacy/filters
2024-08-05 14:09:49.856 INFO SNAPSHOT_FILTER Loaded 0 include/exclude pattern(s)
2024-08-05 14:09:51.037 ERROR UPLOAD_CHUNK Failed to upload the chunk 6be72dd6b49dfe3c46ace92aa87937c6c9f01d976be575eef88942d9dc19093d: RequestError: send request failed
caused by: Put “/unraid-backups/chunks/6b/e72dd6b49dfe3c46ace92aa87937c6c9f01d976be575eef88942d9dc19093d”: read tcp Container_IP:48276->S3_IP:9050: read: connection reset by peer
2024-08-05 14:09:51.056 INFO INCOMPLETE_SAVE Incomplete snapshot saved to /cache/localhost/0/.duplicacy/cache/bta-s3/incomplete_snapshot
Failed to upload the chunk 6be72dd6b49dfe3c46ace92aa87937c6c9f01d976be575eef88942d9dc19093d: RequestError: send request failed
Anyone able to offer any advice?
I have 3 backups, docker, USB and AppData. USB works fine, the other 2 fail 100% of the time. I just tried creating a new S3 bucket and totally wiped and reinstalled Duplicacy. I have tried playing with threads and tried at least 100x on each of the failed backups.
I can connect to and control Minio just fine. Is the issue with Duplicacy or Minio? Seems odd that 1/3 works.
Cheers!