The closest post I found was this: Upload speed decreasing until Failed - #8 by saspus
However, the issue above seems to have been caused by limited ram. I have 128gb of ram on this server.
I just started using Duplicacy. I’m testing using it to backup many terabytes of data to AWS S3. My first test is backing up my photos folder. It’s about 6 terabytes. When starting the backup, Duplicacy takes a few hours to complete the indexing step. From what I understand, indexing only takes this long the first time. After the first complete backup, it should take less time?
The issue comes shortly after Duplicacy starts sending data over the wire to S3. It seemed to freeze, so I discovered clicking on the progress bar in the webui opens a new window showing the console output. The last message before the upload froze was: ERROR UPLOAD CHUNK Failed to upload..RequestError: send request failed caused by: Put <bucket url> write tcp <my ip> -> <aws ip>: use of closed network connection.
I didn’t cancel the job, but eventually it quit and the ui said failed. So I restarted the job, and it seems to have begun indexing from scratch. Is the indexing progress not saved anywhere? I know one of the features of Duplicacy is “databaseless” design, so maybe not keeping a cache of the index is on purpose?
I have a 1g down/500mb up internet connection that is usually pretty stable. The server is a supermicro 4u with 4x xeon processors and 128g of ram. The OS is unraid and Duplicacy is running in a container. The data being backed up is stored on a zfs pool of 4x 2tb nvme drives. I guess my questions are:
- Was this just a internet blip that caused a dropped connection?
- Is this a common error?
- I’m assuming there is no way to save the indexing progress in case of a restart?
- Is there any tips for completing this first backup?
Thanks! Hopefully I can get this resolved and continue using Duplicacy!