Make path to local source changeable (#626)

This commit is contained in:
schroda
2023-07-30 16:29:09 +02:00
committed by GitHub
parent f0a190e8d2
commit 5a913fdfbb
4 changed files with 10 additions and 1 deletions
@@ -42,3 +42,6 @@ server.backupPath = ""
server.backupTime = "00:00" # range: hour: 0-23, minute: 0-59 - default: "00:00" - time of day at which the automated backup should be triggered
server.backupInterval = 1 # time in days - 0 to disable it - range: 1 <= n < ∞ - default: 1 day - interval in which the server will automatically create a backup
server.backupTTL = 14 # time in days - 0 to disable it - range: 1 <= n < ∞ - default: 14 days - how long backup files will be kept before they will get deleted
# local source
server.localSourcePath = ""