set format in the backup ui

This commit is contained in:
Girish Ramakrishnan
2017-09-25 23:49:49 -07:00
parent b0f85678d4
commit 2f6cb3e913
3 changed files with 6 additions and 3 deletions

View File

@@ -350,7 +350,8 @@ angular.module('Application').controller('SettingsController', ['$scope', '$loca
var backupConfig = {
provider: $scope.configureBackup.provider,
key: $scope.configureBackup.key,
retentionSecs: $scope.configureBackup.retentionSecs
retentionSecs: $scope.configureBackup.retentionSecs,
format: 'tgz'
};
// only set provider specific fields, this will clear them in the db