Google Drive Workflow Backup Automation
detail.loadingPreview
Automates the backup of n8n workflow folders to Google Drive.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of backing up specific folders from n8n to Google Drive. It creates a new dated folder for each backup run and then moves relevant workflow files into it. After a configurable delay or condition, it cleans up older backup folders. The workflow is triggered on a schedule.
Key Features
- Scheduled execution every 4 hours.
- Dynamic folder creation in Google Drive with dated names.
- Filtering of existing workflow backups to prevent duplication.
- Deletion of old backup folders to manage storage space.
- Robust error handling for all Google Drive operations.
How To Use
- Import this workflow into your n8n instance.
- Configure the 'Google Drive account' credential with your Google Drive API access.
- Ensure the 'Workflow Backups' folder exists in your Google Drive or update the
folderIdparameter in the 'create new folder' and 'Get folders' nodes. - Adjust the
intervalin the 'Schedule Trigger' node to set your desired backup frequency.
Apps Used
Workflow JSON
{
"id": "8dc354d4-07e5-4529-9546-f87ddd63d240",
"name": "Google Drive Workflow Backup Automation",
"nodes": 0,
"category": "Cloud Storage",
"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: 8dc354d4-07e5...
About the Author
Free n8n Workflows Official
System Admin
The official repository for verified enterprise-grade workflows.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Upload File and List S3 Bucket Contents
Uploads a file to an S3 bucket and then retrieves a list of all files within that bucket.
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.
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.
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.
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.
Automated Multi-Platform Influencer Discovery & Qualification
This powerful n8n workflow automates the entire process of discovering, scoring, and qualifying ideal influencers across Instagram, TikTok, and YouTube for your marketing campaigns. Streamline your talent acquisition by leveraging custom criteria and a sophisticated scoring algorithm.