You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "Last backup on `hostname` was at $YEAR-$MONTH-$DAY $HOUR:$MIN:$SEC" | Mail -r "root@$(hostname -f)" -s "*** Backup warning for `hostname` ***" $MAILNAME
fi
else
echo "Error retrieving borg backups on `hostname`" | Mail -r "root@$(hostname -f)" -s "*** Backup warning for `hostname` ***" $MAILNAME