Simplest n8n Workflow Backup to Google Drive
detail.loadingPreview
Automate the backup of your n8n workflows to Google Drive.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of backing up your n8n workflows. It schedules a backup, retrieves all n8n workflows, formats them as JSON, and then uploads them to a specified folder in Google Drive. This is a simple yet effective way to ensure your workflow data is securely stored.
Key Features
- Scheduled workflow backups
- Retrieval of all n8n workflows via API
- JSON data formatting for backup
- Uploads backups to Google Drive
- Configurable backup directory via environment variables
How To Use
- Import this workflow into your n8n instance.
- Configure the 'n8n account' credentials for accessing your n8n API.
- Set the
WEBHOOK_URLenvironment variable in your n8n configuration to your n8n instance's webhook URL. - Ensure your Google Drive credentials are set up and accessible.
- Adjust the
Parametersnode'sdirectoryandparentdriveassignments if you wish to use a different drive or a specific subfolder within your drive. - Set the schedule in the 'Schedule Trigger' node to your desired backup frequency.
Apps Used
Workflow JSON
{
"id": "e6efadea-ae7d-41fc-9547-0bbc623a7f64",
"name": "Simplest n8n Workflow Backup to Google Drive",
"nodes": 0,
"category": "Backup & Automation",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: e6efadea-ae7d...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Visualize Your n8n Workflows: Interactive Dashboard with Mermaid.js
Gain unparalleled visibility into your n8n automation landscape. This workflow transforms your n8n instance into a dynamic, interactive dashboard, leveraging Mermaid.js to visualize all your workflows in one accessible place.
Telegram Profanity & Toxicity Filter
This n8n workflow automatically monitors incoming Telegram messages for profanity and toxic language. It leverages Google's Perspective API to analyze message content, and if a message is deemed inappropriate, the workflow sends an automated warning response back to the sender.
Robust Concurrency Control for n8n Workflows with Redis
Prevent simultaneous execution of critical n8n workflows or tasks using a centralized, Redis-backed locking mechanism. This reusable utility workflow ensures data integrity and resource management by allowing other workflows to acquire, check, and release locks.
Automated Multi-Platform Social Media Publisher
Streamline your social media content creation and publishing with this n8n workflow. Simply fill out a web form with your caption, media (image or video), and target platforms, and let n8n automate the posting process across multiple social networks.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
Convert Any Webpage to PDF and Save Locally
This n8n workflow provides a simple way to convert any public webpage URL into a PDF document. Once converted, the PDF file is automatically saved to your local disk, making it easy to archive or share web content offline.