From 2d1790d63609784f95b153639433c1c126ed39e9 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Fri, 25 Oct 2024 23:09:08 -0500 Subject: [PATCH] update --- defaults.inc | 2 +- nodemgmt-scripts.sh | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/defaults.inc b/defaults.inc index 910b2ca3..ea522afc 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='5.1.202-08282024' +VERS='5.1.203-10252024' NM_BETA=false noheader=' service status-check nightlyrephp7.3-fpm,new backup report check checkcerts gitea update-nodes copynpmcerts singleservercheck update-dyndns backup-offsitepfsense gui nightlyreview update log betacheck offsite-staticroute-fix ' diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 94636acc..d7ed916d 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -653,9 +653,9 @@ BACKUP_UNIFIUDM(){ mkdir ${BAKFOLDER}/${newBAKFOLDER} DOM='01' DOW='1' - DailyBackupsToKeep=14 - WeeklyBackupsToKeep=8 - MonthlyBackupsToKeep=3 + DailyBackupsToKeep=7 + WeeklyBackupsToKeep=4 + MonthlyBackupsToKeep=12 ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${UNIFIUDM_IP} tar -c -f /volume1/data_backup.tar.gz /data ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${UNIFIUDM_IP} tar -c -f /volume1/root_backup.tar.gz /root @@ -725,9 +725,9 @@ BACKUP_UNIFINVR(){ mkdir ${BAKFOLDER}/${newBAKFOLDER} DOM='01' DOW='1' - DailyBackupsToKeep=14 - WeeklyBackupsToKeep=8 - MonthlyBackupsToKeep=3 + DailyBackupsToKeep=7 + WeeklyBackupsToKeep=4 + MonthlyBackupsToKeep=12 ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${UNIFINVR_IP} tar -c -f /volume1/data_backup.tar.gz /data ssh -q -o ConnectTimeout=3 -o ConnectionAttempts=1 root@${UNIFINVR_IP} tar -c -f /volume1/root_backup.tar.gz /root