⚡ Only 300 spots remaining • Closes in 2d 14h 32m
Multi-cloud redundancy. This workflow monitors a Dropbox folder for new file uploads. Whenever a file is added, it is automatically downloaded and re-uploaded to a mirrored folder in Microsoft OneDrive. Ideal for critical business backups.
This workflow is pre-configured and ready for deployment. Simply import the JSON template into your n8n instance and configure your credentials.
This is an exclusive blueprint. Copy the JSON below to use it.
PRO TIP
Always test your workflow in a development environment before pushing to production.
{
"nodes": [
{
"parameters": {
"path": "/Work/Backups"
},
"name": "Dropbox Trigger",
"type": "n8n-nodes-base.dropboxTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"path": "={{$node[\"Dropbox Trigger\"].json[\"path_display\"]}}"
},
"name": "Download from Dropbox",
"type": "n8n-nodes-base.dropbox",
"typeVersion": 1,
"position": [450, 300]
},
{
"parameters": {
"fileName": "={{$node[\"Dropbox Trigger\"].json[\"name\"]}}",
"path": "/Backups"
},
"name": "Upload to OneDrive",
"type": "n8n-nodes-base.microsoftOnedrive",
"typeVersion": 1,
"position": [650, 300]
}
],
"connections": {
"Dropbox Trigger": {
"main": [
[
{
"node": "Download from Dropbox",
"type": "main",
"index": 0
}
]
]
},
"Download from Dropbox": {
"main": [
[
{
"node": "Upload to OneDrive",
"type": "main",
"index": 0
}
]
]
}
}
}To use this, copy the JSON above and paste it directly onto your n8n canvas.
Join the elite marketers who have offloaded their entire backend to n8n. Get direct support and custom builds in our private forum.