diff --git a/config/instance.go b/config/instance.go index 7164e50..05afefb 100644 --- a/config/instance.go +++ b/config/instance.go @@ -48,6 +48,7 @@ func InstanceConfig() *Instance { } func initInstanceConfig(file *os.File, cfgInstance *Instance) error { + cfgInstance.VacuumCnf.CheckBackup = true if strings.HasSuffix(file.Name(), ".toml") { _, err := toml.NewDecoder(file).Decode(cfgInstance) return err