diff --git a/CHANGES b/CHANGES index e79807cf7..50b1585a7 100644 --- a/CHANGES +++ b/CHANGES @@ -2905,4 +2905,5 @@ * notifications: email notification when server reboot is required * mail: disable OCR in tika. this is too slow * mail: rebuild index script +* backups: add preserve attributes checkbox diff --git a/dashboard/public/translation/en.json b/dashboard/public/translation/en.json index e0fcef096..c2dfaa5ba 100644 --- a/dashboard/public/translation/en.json +++ b/dashboard/public/translation/en.json @@ -629,7 +629,8 @@ "cifsSealSupport": "Use seal encryption. Requires at least SMB v3", "chown": "Remote file system supports chown", "encryptedFilenames": "Encrypted filenames", - "encryptFilenames": "Encrypt Filenames" + "encryptFilenames": "Encrypt Filenames", + "preserveAttributesLabel": "Preserve file attributes" }, "check": { "noop": "Cloudron backups are disabled. Please ensure this server is backed up using alternate means. See https://docs.cloudron.io/backups/#storage-providers for more information.", diff --git a/dashboard/public/translation/nl.json b/dashboard/public/translation/nl.json index 3e4c9fb40..cfff137ef 100644 --- a/dashboard/public/translation/nl.json +++ b/dashboard/public/translation/nl.json @@ -1502,7 +1502,8 @@ "certificateRenewalFailed": "Vernieuwen certificaten mislukt", "appOutOfMemory": "App had te weinig geheugen", "appUp": "App is offline", - "appDown": "App werkt niet" + "appDown": "App werkt niet", + "rebootRequired": "Server herstart noodzakelijk" }, "settingsDialog": { "description": "Beheer hier je persoonlijke notificatie -instellingen. Cloudron zal een e-mail versturen voor de geselecteerde gebeurtenissen naar je primaire e-mailadres." diff --git a/dashboard/public/views/backups.html b/dashboard/public/views/backups.html index 23fde7687..049ad9a20 100644 --- a/dashboard/public/views/backups.html +++ b/dashboard/public/views/backups.html @@ -256,6 +256,13 @@ + +
+ +
+