Ensure format is set in backupConfig

This commit is contained in:
Girish Ramakrishnan
2017-09-21 09:49:10 -07:00
parent 7e4ff2440c
commit 21c534c806
2 changed files with 6 additions and 3 deletions

View File

@@ -209,6 +209,7 @@ if [[ -z "${dataJson}" ]]; then
"provider": "filesystem",
"backupFolder": "/var/backups",
"key": "${encryptionKey}",
"format": "tgz",
"retentionSecs": 172800
},
"updateConfig": {