azinchen / duplicacy

Automated backups with Docker and duplicacy, with backup rotation, email notifications
MIT License
31 stars 17 forks source link

Backup/scripts time out #252

Open sambartik opened 8 months ago

sambartik commented 8 months ago

Hi! Scripts that are automatically ran by the container time out, often at different points throughout the script. For example, it timed out multiple times in the middle of backup.sh script execution. Different time it timed out in the pruning part of the backup flow.

Scripts end with the following error logged in the console:

s6-rc: fatal: timed out
s6-sudoc: fatal: unable to get exit status from server: Operation timed out

I have not came across this issue despite running this container for 6+ months without any issues. I have noticed it just now, I am not sure when this started occuring. Could it be because of an updated package?

Thanks!