mountpoint: set chown and preserveAttributes

This commit is contained in:
Girish Ramakrishnan
2021-06-22 14:29:51 -07:00
parent 1ee6560f30
commit e06400bb71
+2
View File
@@ -627,6 +627,8 @@ angular.module('Application').controller('BackupsController', ['$scope', '$locat
backupConfig.mountOptions.diskPath = $scope.configureBackup.mountOptions.diskPath;
} else if (backupConfig.provider === 'mountpoint') {
backupConfig.mountPoint = $scope.configureBackup.mountPoint;
backupConfig.chown = true;
backupConfig.preserveAttributes = true;
}
} else if (backupConfig.provider === 'filesystem') {
backupConfig.backupFolder = $scope.configureBackup.backupFolder;