Block 1 - Schedule Trigger
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
Click here to access this Workflow for free . Automatically save and archive your workflows This workflow pr...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.stickynote, n8n-nodes-base.googledrive, n8n-nodes-base.n8n, n8n-nodes-base.converttofile
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Theo Marcadet.
Original n8n.io sourceClick here to access this Workflow for free.
This workflow provides a fully automated system for backing up your n8n workflows to Google Drive. It runs on a schedule (which you can customize) and saves each workflow as a .json file, named after the workflow itself. All active workflows are backed up by default and stored in a specified Google Drive folder of your choice.
A special feature of this workflow is its ability to archive and clean up old workflows. If you tag a workflow with ARCHIVE (case-sensitive), the workflow will be backed up into a designated Archive subfolder inside your main Google Drive folder — and then automatically deleted from your n8n instance. This keeps your workspace clean and reduces clutter while ensuring everything is safely stored.
ArchiveArchive.Once configured, the workflow will:
ARCHIVE:Archive subfolderThe workflow ensures your automation logic is safely versioned, with optional cleanup for outdated or unused flows.
You can modify the schedule to run daily, weekly, or at any custom interval using the built-in Cron node.
You can also change the folder structure or naming conventions in the Google Drive nodes to match your personal or team preferences.
Workflows are archived only if they are explicitly tagged with ARCHIVE — this tag is case-sensitive.
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.
| Workflow | Automated n8n workflow backup system with Google Drive and archiving |
|---|---|
| Complexity | advanced |
| Nodes | 17 |
| Categories | DevOps |
| Author | Theo Marcadet |
| Published | 15 Apr 2025 |
Use the JSON export at /data/workflows/3559/3559.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.
Click here to access this Workflow for free . Automatically save and archive your workflows This workflow pr...
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 use case.