Block 1 - Sticky Note
- Type / Role
- n8n-nodes-base.stickyNote - stickyNote
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Description This template creates a nightly backup of all n8n workflows and saves them to a Google Drive folder. Each night, the previous night's backups are moved to an “n8n old” folder and rename...
n8n-nodes-base.stickynote, n8n-nodes-base.movebinarydata, n8n-nodes-base.filter, n8n-nodes-base.googledrive, n8n-nodes-base.code, n8n-nodes-base.if, n8n-nodes-base.merge, n8n-nodes-base.itemlists
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Jeyson Orozco.
Original n8n.io sourceThis template creates a nightly backup of all n8n workflows and saves them to a Google Drive folder. Each night, the previous night's backups are moved to an “n8n_old” folder and renamed with the corresponding date.
Backups older than a specified age are automatically deleted using a precise code-based verification (this feature is active for 30 days by default, but is fully configurable).
you can delete) to accurately calculate file age before deletion, ensuring only files strictly older than 30 days are removed.n8n_backups and n8n_old folders if they are missing.If you want to configure the auto-purge (delete old backups):
const THIRTY_DAYS_IN_MS in the code if you wish to change the 30-day limit.December 2025
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 36 workflow blocks. Download the JSON for the full node graph.
| Workflow | Nightly n8n backup to Google Drive |
|---|---|
| Complexity | advanced |
| Nodes | 36 |
| Categories | DevOps |
| Author | Jeyson Orozco |
| Published | 18 Oct 2024 |
Use the JSON export at /data/workflows/2469/2469.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.
Description This template creates a nightly backup of all n8n workflows and saves them to a Google Drive folder. Each night, the previous night's backups are moved to an “n8n old” folder and rename...
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.