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...
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.