backup must be stored in ext4

Other file systems like FAT/CIFS can error with cryptic error messages
when saving filenames with special characters such as ':'
This commit is contained in:
Girish Ramakrishnan
2017-11-08 12:26:23 -08:00
parent bb24d5cf9e
commit 05a67db761

View File

@@ -142,7 +142,7 @@
<input type="text" class="form-control" ng-model="configureBackup.backupFolder" id="inputConfigureBackupFolder" name="backupFolder" ng-disabled="configureBackup.busy" placeholder="Directory for backups" ng-required="configureBackup.provider === 'filesystem'">
<p class="has-error" ng-show="configureBackup.provider === 'filesystem'">
Please ensure that the backup directory is an external disk
Please ensure that the backup directory is an external ext4 disk
</p>
</div>