diff --git a/CHANGES b/CHANGES index 086b97262..1c8bcc000 100644 --- a/CHANGES +++ b/CHANGES @@ -2903,4 +2903,5 @@ * mail: add ipv6 rdns check * 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 e76735064..4824b7e96 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 f4c056dd4..564e83ef6 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 @@ + +
+ +
+