workflows.fit
Back to n8n workflows
n8n templateFreeBy CryoZeroLabs

Back up workflows from multiple n8n instances to Google Drive

Back up n8n workflows to Google Drive automatically This workflow provides a robust solution for backing up your n8n workflows to Google Drive. It is designed to handle backups for multiple n8n instances centrally and...

Data & StorageCore NodesDevelopmentExecute Workflow TriggerMergeSplit OutConvert To File
Loading interactive preview...

Template notes

Back up n8n workflows to Google Drive automatically This workflow provides a robust solution for backing up your n8n workflows to Google Drive. It is designed to handle backups for multiple n8n instances centrally and leverages Google Drive's native file versioning to keep your history clean. šŸš€

✨ Key Features šŸ”„ Smart Version Control: Instead of creating a new file for every backup, this workflow checks if the file exists and updates it. This utilizes Google Drive's built-in "Manage Versions" feature, allowing you to rollback changes without cluttering your folder.

šŸŒ Multi-Instance Support: Easily backup workflows from multiple n8n servers (e.g., Development, Production) in one go.

⚔ Efficiency: Filters out inactive or archived workflows to save resources.

🧩 Self-Contained Logic: Uses a recursive design to process workflows efficiently.

āš™ļø How It Works The workflow operates in two main stages:

Fetch & Dispatch:

Run daily: The workflow triggers on a schedule.