From 6ba7534f97ff9dbe8f95c5d1c7119bee44d8aa99 Mon Sep 17 00:00:00 2001 From: Robin Kluth Date: Wed, 11 Jan 2023 18:37:27 +0100 Subject: [PATCH] =?UTF-8?q?###2023.01.11=20-=20=F0=9F=9A=80=20Happy=20new?= =?UTF-8?q?=20year!=20-=20Added=20an=20option,=20to=20disable=20backup=20e?= =?UTF-8?q?rror=20detection.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ca.backup2.plg | 8 ++- .../emhttp/plugins/ca.backup2/Backup.page | 12 ++++- .../plugins/ca.backup2/scripts/backup.php | 49 ++++++++++++------- 3 files changed, 47 insertions(+), 22 deletions(-) diff --git a/ca.backup2.plg b/ca.backup2.plg index a862e94..2d25edb 100644 --- a/ca.backup2.plg +++ b/ca.backup2.plg @@ -2,8 +2,8 @@ - - + + @@ -14,6 +14,10 @@ "); $("#hideDockerWarning").val(""); $("#separateArchives").val(""); + $("#ignoreBackupErrors").val(""); if ( "" != "true" ) { $("#updateApps").prop("disabled",true); @@ -569,13 +571,21 @@ function toggleDockerStop(el) { - Verify Backups? + Verify Backups?
This can lead to broken backups - Only enable if you know what you do! + + Ignore errors during backup?
This can lead to broken backups - Only enable if you know what you do! + + + Create separate archives (one per folder)?