-
-
Notifications
You must be signed in to change notification settings - Fork 121
Description
Is your feature request related to a problem? Please describe.
I have a docker compose for immich and I've added docker-volume-backup for each of the services that bind to my host filesystem. My photo data is around 80GiB. All the smaller service backup to my Azure storage container successfully, but the larger one does not. It is really hard to debug where the problem is as it takes a long time to get the error
Describe the solution you'd like
I think it would be a good idea to be able to see the progress of the compression and transmission in the console. This could be every minute or so. The goal would be to confirm that progress is being made.
Describe alternatives you've considered
I've not considered any alternatives. I'm trying to debug my implementation by messing with the lock timeout (which is probably the root issue)
Additional context
This is a pretty cool service and I love how easy it is to backup each volume as part of the docker compose.