feat: add multiple backup rescued mode for scheduled mode

This commit is contained in:
2025-01-26 13:43:39 +01:00
parent 661702a97e
commit fc028a2c55
8 changed files with 75 additions and 26 deletions

View File

@@ -42,6 +42,7 @@ var (
usingKey = false
backupSize int64 = 0
startTime = time.Now()
backupRescueMode = false
)
// dbHVars Required environment variables for database