Hi! I’m playing around with the before and after scripts and I’m wondering what happens if the entire backup job (i.e. including the before and after script) doesn’t complete before the next scheduled snapshot?
I’m going for quite a blunt approach of a scheduled snapshot that:
- PRE: takes down all docker contains (except the kopia and reverse proxy)
- snapshots all the docker volumes (except for those used by kopia and reverse proxy) to the local kopia repository
- POST: starts up all the docker containers and then rclones the local kopia repository offsite
I’m planning on doing this once in the early hours. In the worst case though, what happens if the whole job takes more than 24 hours. What happens when the time to snapshot rolls around again?
Thanks!