From f5cf72bd03ee69792b7a16bedfbd33f33eb20e84 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 4 Sep 2023 14:09:23 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 191b47e0..be67acf9 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -583,7 +583,7 @@ BACKUP_OFFSITEPFSENSE(){ if [ "$(date +%u)" == "1" ]; then cp -r ${newBAKFOLDER} ${newBAKFOLDER/-D/-W} fi - if [ "$(date +%d)" == "1" ]; then + if [ "$(date +%d)" == "04" ]; then cp -r ${newBAKFOLDER} ${newBAKFOLDER/-D/-M} fi