Monitor backup and sync logs with Google Cloud Storage, GitHub, Gmail, OpenAI, and GLPI
Reliable Backup & Sync Execution Validation (Log-Driven) This workflow monitors filesystem sync and backup jobs by validating their execution logs, not by running or inspecting the jobs themselves. After purchase, you...
Template notes
Reliable Backup & Sync Execution Validation (Log-Driven)
This workflow monitors filesystem sync and backup jobs by validating their execution logs, not by running or inspecting the jobs themselves.
After purchase, you will receive a complete package including: - workflow.json – ready to be imported into n8n - Shell script templates (.sh) – reference sync job templates designed to generate structured logs fully compatible with the workflow - Complete setup documentation – step-by-step guide covering configuration, deployment, and operational requirements
How it works (high level)
Sync jobs are executed externally using standardized shell templates:
rsyncjob-Template.sh rclonejob-Template.sh Each job produces one deterministic log file per run Logs are uploaded daily to Google Cloud Storage This workflow runs on a schedule and:
Verifies that all expected logs exist for the day (UTC) Optionally inspects their contents Sends alerts if logs are missing or report failures
Key design principles