Automate Backup of Self-Hosted n8n Workflows to Google Drive with Version Control - n8n Workflow | Neura Market
Automate Backup of Self-Hosted n8n Workflows to Google Drive with Version Control
This workflow automates the backup of workflows from a self-hosted n8n instance to Google Drive, ensuring version control and easy recovery in case of accidental modifications or deletions.
The workflow runs on a scheduled basis, fetching all workflows from your self-hosted n8n instance. It detects changes to avoid duplicate backups, creates dedicated folders in Google Drive for each workflow, and uploads new or updated workflow files in JSON format. This setup maintains a version history organized by date, allowing for easy restoration by importing backed-up JSON files into n8n.
Platform
n8n
Category
Development & IT
Price
Free
Creator
Chloe Dubois
if
n8n
set
code
stickyNote
googleDrive
googleSheets
splitInBatches
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.