Block 1 - Get a list of objects
- Type / Role
- n8n-nodes-base.googleCloudStorage - googleCloudStorage
- Config choices
- Version 1
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...
n8n-nodes-base.googlecloudstorage, n8n-nodes-base.stickynote, n8n-nodes-base.code, n8n-nodes-base.set, n8n-nodes-base.gmail, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.github
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Paolo Ronco.
Original n8n.io sourceThis 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.sh) – reference sync job templates designed to generate structured logs fully compatible with the workflowSync jobs are executed externally using standardized shell templates:
rsync_job-Template.sh
rclone_job-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
Each log file must contain the following lifecycle events, in order:
event=STARTevent=RSYNC_END or event=RCLONE_ENDevent=SUMMARYevent=ENDIf the END event is missing, the job is considered failed or interrupted.
Expected jobs and log filenames are defined in sync-jobs.json.
This workflow only validates presence and state of logs — it never assumes job success.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 43 workflow blocks. Download the JSON for the full node graph.
| Workflow | Monitor backup and sync logs with Google Cloud Storage, GitHub, Gmail, OpenAI, and GLPI |
|---|---|
| Complexity | advanced |
| Nodes | 43 |
| Categories | DevOps, AI Summarization |
| Author | Paolo Ronco |
| Published | 21 Jan 2026 |
Use the JSON export at /data/workflows/12880/12880.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps, AI Summarization use case.