From 408d0e74bd1699642eeaf92c483b898fa040ca67 Mon Sep 17 00:00:00 2001 From: Jean Michel Moll Date: Fri, 31 Oct 2025 10:27:08 +0100 Subject: [PATCH] Added configuration reference --- docs/reference/index.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/reference/index.md b/docs/reference/index.md index f3290a5..4cd61c2 100644 --- a/docs/reference/index.md +++ b/docs/reference/index.md @@ -539,6 +539,13 @@ The values for each key currently match its default. # you can override this default by specifying a different string value here. # BACKUP_STOP_DURING_BACKUP_LABEL="true" +# Containers or services can also be stopped for the duration of the backup +# without being restarted afterwards by applying a +# `docker-volume-backup.stop-during-backup-no-restart` label. This behaves the +# same as `docker-volume-backup.stop-during-backup` but is mutually exclusive and +# skips restarting the container or service once the backup has finished. +# BACKUP_STOP_DURING_BACKUP_NO_RESTART_LABEL="true" + # When trying to scale down Docker Swarm services, give up after # the specified amount of time in case the service has not converged yet. # In case you need to adjust this timeout, supply a duration