backups: add preserve attributes checkbox

(cherry picked from commit 837d5803c8)
This commit is contained in:
Girish Ramakrishnan
2025-01-24 13:41:54 +01:00
parent fb2ec52464
commit 51ed5b78f2
6 changed files with 22 additions and 3 deletions

View File

@@ -256,6 +256,13 @@
</label>
</div>
<!-- CIFS/mountpoint -->
<div class="checkbox" ng-show="configureBackup.provider === 'mountpoint' || configureBackup.provider === 'cifs'">
<label>
<input type="checkbox" ng-model="configureBackup.preserveAttributes">{{ 'backups.configureBackupStorage.preserveAttributesLabel' | tr }}</input>
</label>
</div>
<!-- mountpoint -->
<div class="checkbox" ng-show="configureBackup.provider === 'mountpoint'">
<label>