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
send_notification "⚠️ Backup Warning: ${HOSTNAME}""warning""${NTFY_PRIORITY_WARNING}""warning""One or more directories completed with warnings.\n\n$FINAL_MESSAGE"
966
+
send_notification "Backup Warning: ${HOSTNAME}""warning""${NTFY_PRIORITY_WARNING}""warning""One or more directories completed with warnings.\n\n$FINAL_MESSAGE"
log_message "FAILURE: One or more backups failed."; send_notification "❌ Backup FAILED: ${HOSTNAME}""x""${NTFY_PRIORITY_FAILURE}""failure""$FINAL_MESSAGE"
971
+
log_message "FAILURE: One or more backups failed."; send_notification "Backup FAILED: ${HOSTNAME}""x""${NTFY_PRIORITY_FAILURE}""failure""$FINAL_MESSAGE"
972
972
fi
973
973
974
974
echo"======================= Run Finished =======================">>"$LOG_FILE"
send_notification "⚠️ Backup Warning: ${HOSTNAME}""warning""${NTFY_PRIORITY_WARNING}""warning""One or more directories completed with warnings.\n\n$FINAL_MESSAGE"
685
+
send_notification "Backup Warning: ${HOSTNAME}""warning""${NTFY_PRIORITY_WARNING}""warning""One or more directories completed with warnings.\n\n$FINAL_MESSAGE"
log_message "FAILURE: One or more backups failed."; send_notification "❌ Backup FAILED: ${HOSTNAME}""x""${NTFY_PRIORITY_FAILURE}""failure""$FINAL_MESSAGE"
690
+
log_message "FAILURE: One or more backups failed."; send_notification "Backup FAILED: ${HOSTNAME}""x""${NTFY_PRIORITY_FAILURE}""failure""$FINAL_MESSAGE"
691
691
fi
692
692
693
693
echo"======================= Run Finished =======================">>"$LOG_FILE"
0 commit comments