mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-27 18:55:36 +02:00
Timeout when scaling down services should be configurable
This commit is contained in:
@@ -38,6 +38,7 @@ type Config struct {
|
||||
BackupPruningLeeway time.Duration `split_words:"true" default:"1m"`
|
||||
BackupPruningPrefix string `split_words:"true"`
|
||||
BackupStopContainerLabel string `split_words:"true" default:"true"`
|
||||
BackupStopServiceTimeout time.Duration `split_words:"true" default:"5m"`
|
||||
BackupFromSnapshot bool `split_words:"true"`
|
||||
BackupExcludeRegexp RegexpDecoder `split_words:"true"`
|
||||
BackupSkipBackendsFromPrune []string `split_words:"true"`
|
||||
|
||||
Reference in New Issue
Block a user