This workflow automates the nightly backup of all your n8n workflows to a specified Dropbox folder, ensuring data safety and easy retrieval. It organizes backups by moving previous backups to an archive folder and optionally purges older backups.
The workflow is designed to run nightly, triggered by a schedule, to back up all n8n workflows to Dropbox. It moves the previous night's backups to an 'old' folder and renames them with the date for easy identification. You can configure it to automatically delete backups older than a specified number of days, though this feature is disabled by default for safety. To set up, you need to update Dropbox nodes with your credentials, specify the backup folder path, and optionally enable the purge fe
Platform
n8n
Category
Development & IT
Price
Free
Creator
Priya Desai
if
n8n
set
merge
filter
dropbox
dateTime
stickyNote
moveBinaryData
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.