Ensure encryption property on backup config always exists

This commit is contained in:
Johannes Zellner
2020-05-14 20:22:10 +02:00
parent 4faf880aa4
commit f52c16b209
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -144,6 +144,7 @@ let gDefaults = (function () {
provider: 'filesystem',
backupFolder: '/var/backups',
format: 'tgz',
encryption: null,
retentionSecs: 2 * 24 * 60 * 60, // 2 days
intervalSecs: 24 * 60 * 60 // ~1 day
};