Use "backupInterval" to disable auto backups (#608)

Gets rid of unnecessary setting
This commit is contained in:
schroda
2023-07-22 17:41:21 +02:00
committed by GitHub
parent d4f9b0b1bc
commit 2a83f290a5
4 changed files with 3 additions and 5 deletions

View File

@@ -35,5 +35,4 @@ server.webUIUpdateCheckInterval = 24
server.backupPath = ""
server.backupTime = "00:00"
server.backupInterval = 1
server.automatedBackups = true
server.backupTTL = 14