Business Process Automation
Example - Backup n8n to Nextcloud
Example - Backup n8n to Nextcloud
Manual
High
9
Nodes
Manual
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
9
Node Types
0
Workflow JSON
4.17 KB
{
"id": "5dcd71e5db772d996680f0be",
"name": "Example - Backup n8n to Nextcloud",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
240,
310
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"position": [
240,
180
],
"parameters": {
"triggerTimes": {
"item": [
{
"mode": "custom",
"cronExpression": "* */6 * * *"
}
]
}
},
"typeVersion": 1
},
{
"name": "Merge",
"type": "n8n-nodes-base.merge",
"position": [
770,
180
],
"parameters": {
"mode": "mergeByIndex"
},
"typeVersion": 1
},
{
"name": "Move Binary Data",
"type": "n8n-nodes-base.moveBinaryData",
"position": [
1070,
180
...Showing first 1000 characters. Click "Expand" to view the full JSON.