import: diskPath not sent when importing from xfs and ext4

This commit is contained in:
Girish Ramakrishnan
2022-10-02 10:09:08 +02:00
parent 68c60bf1b7
commit b2e4dc059e
7 changed files with 41 additions and 18 deletions

View File

@@ -367,7 +367,7 @@
<div class="checkbox" ng-show="configureBackup.password !== '' && configureBackup.format === 'rsync'">
<label>
<input type="checkbox" ng-model="configureBackup.encryptedFilenames">{{ 'backups.configureBackupStorage.encryptedFilenames' | tr }}</input>
<input type="checkbox" ng-model="configureBackup.encryptedFilenames">{{ 'backups.configureBackupStorage.encryptFilenames' | tr }}</input>
<sup><a ng-href="https://docs.cloudron.io/backups/#filenames" class="help" target="_blank"><i class="fa fa-question-circle"></i></a></sup>
</label>
</div>