Automate Workflow Backups to Dropbox and Airtable - n8n Workflow | Neura Market
Automate Workflow Backups to Dropbox and Airtable
This workflow automates the backup of your n8n workflows by saving them as JSON files in Dropbox and recording them in a structured format in Airtable. It runs every 30 minutes to ensure your workflow data is consistently updated and securely stored.
The workflow periodically retrieves all n8n workflows and processes them in batches. Each workflow is saved in its raw JSON format to Dropbox for safekeeping. Simultaneously, the workflow details are formatted and either updated or appended to an Airtable base. This dual backup approach ensures that your workflow data is both accessible and secure. Note that this workflow uses the n8n REST API, which is not officially supported and may change, potentially affecting the workflow's functionality.
Platform
n8n
Category
File & Document Management
Price
Free
Creator
Dmitri Volkov
if
set
cron
noOp
dropbox
airtable
function
httpRequest
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.