set format in the backup ui
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user