Update nodemgmt-scripts.sh

This commit is contained in:
2023-09-04 14:09:23 -05:00
parent c472b2a0a6
commit f5cf72bd03

View File

@@ -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