diff --git a/defaults.inc b/defaults.inc index f9f4bd13..21d8cd67 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='5.1.79-01202024' +VERS='5.1.80-01202024' 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 ' diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 0f327b50..0f3910c2 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -509,7 +509,6 @@ BACKUP_OFFSITEPFSENSE(){ if [ "$(CHECK_HOST ${OFFSITE_PFSENSE_IP})" != "false" ]; then if [ ! -f ${BAKFOLDER}/mounted ]; then - umount ${BAKFOLDER} mount -a sleep 2s if [ ! -f ${BAKFOLDER}/mounted ]; then @@ -576,12 +575,11 @@ BACKUP_OFFSITEPFSENSE(){ } BACKUP_UNIFIUDM(){ - BAKFOLDER=/mnt/Veam-UniFi-UDM_Backups + BAKFOLDER=/mnt/Veeam-UniFi-UDM_Backups UNIFIUDM_IP='10.5.1.1' if [ "$(CHECK_HOST ${UNIFIUDM_IP})" != "false" ]; then if [ ! -f ${BAKFOLDER}/mounted ]; then - umount ${BAKFOLDER} mount -a sleep 2s if [ ! -f ${BAKFOLDER}/mounted ]; then @@ -649,12 +647,11 @@ BACKUP_UNIFIUDM(){ } BACKUP_UNIFINVR(){ - BAKFOLDER=/mnt/Veam-UniFi-NVR_Backups + BAKFOLDER=/mnt/Veeam-UniFi-NVR_Backups UNIFINVR_IP='10.10.70.1' if [ "$(CHECK_HOST ${UNIFINVR_IP})" != "false" ]; then if [ ! -f ${BAKFOLDER}/mounted ]; then - umount ${BAKFOLDER} mount -a sleep 2s if [ ! -f ${BAKFOLDER}/mounted ]; then