Hello,
I have a Kopia server (Docker) running behind a Traefik proxy, the repository is on an S3 bucket.
With an increasing number of clients (Windows, now about 100 servers), I have recently been getting the error message “Error: snapshot task: unable to save snapshot: error putting manifest: EOF: EOF” more and more often. What can I do to find out the reason?
The problem could be that all clients are trying to create their backup at the same time via scheduling. Is there a way to add a random time (0-30min) to the schedule (currently fixed times: 0:00, 2:00, 5:00, 10:00, 15:00, 19:00, 23:00) so that the backups are not all sent to the Kopia server at the same time?
Or what possibilities do I have to analyze the cause of the error in the logs? Unfortunately, I cannot see the user/host in the error messages (email). This makes it difficult for me to identify the client and the cause.
Is the problem:
- the proxy (Traefik)?
- the Kopia server
- the connection to the S3 bucket
- possibly the general resources of the server
I would be very grateful for any information.
Tobias