Automated Backup of n8n Workflows to Google Drive - n8n Workflow | Neura Market
Automated Backup of n8n Workflows to Google Drive
This workflow automates the backup of n8n workflows to Google Drive using the REST API. It runs daily at 2:30 AM, ensuring your workflows are regularly saved, albeit without versioning.
This workflow utilizes n8n's REST API to fetch and backup workflows to Google Drive. It triggers daily at a specified time and saves each workflow as a separate file in Google Drive. Note that this setup does not support versioning, which may lead to multiple copies being stored over time. Ensure you manage your Google Drive storage accordingly.
Platform
n8n
Category
File & Document Management
Price
Free
Creator
Lily Zhang
cron
merge
function
googleDrive
httpRequest
functionItem
manualTrigger
moveBinaryData
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.