We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f7ce6 commit 2c90f9fCopy full SHA for 2c90f9f
web/edit/server/index.php
@@ -1330,13 +1330,7 @@
1330
}
1331
1332
if (empty($_SESSION["error_msg"])) {
1333
- if (
1334
- $v_incremental_backups["SNAPSHOTS"] != $_POST["v_snapshots"] ||
1335
- $v_incremental_backups["KEEP_DAILY"] != $_POST["v_keep_daily"] ||
1336
- $v_incremental_backups["KEEP_WEEKLY"] != $_POST["v_keep_weekly"] ||
1337
- $v_incremental_backups["KEEP_MONTHLY"] != $_POST["v_keep_montly"] ||
1338
- $v_incremental_backups["KEEP_YEARLY"] != $_POST["v_keep_yearly"]
1339
- ) {
+ if ($_POST["v_backup_incremental"] !== "yes" && $_SESSION["BACKUP_INCREMENTAL"] === "yes") {
1340
exec(HESTIA_CMD . "v-delete-backup-host-restic ", $output, $return);
1341
check_return_code($return_var, $output);
1342
unset($output);
0 commit comments