Tools / Backup Gitlab
Tools / Backup Gitlab
Manual
Medium
7
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
7
Node Types
0
Workflow JSON
3.15 KB
{
"id": "15",
"name": "Tools / Backup Gitlab",
"nodes": [
{
"name": "On clicking 'execute'",
"type": "n8n-nodes-base.manualTrigger",
"position": [
250,
400
],
"parameters": {},
"typeVersion": 1
},
{
"name": "Export Workflows",
"type": "n8n-nodes-base.executeCommand",
"position": [
450,
300
],
"parameters": {
"command": "npx n8n export:workflow --backup --output repo/workflows/"
},
"typeVersion": 1
},
{
"name": "Export Credentials",
"type": "n8n-nodes-base.executeCommand",
"position": [
600,
300
],
"parameters": {
"command": "npx n8n export:credentials --backup --output repo/credentials/"
},
"typeVersion": 1
},
{
"name": "git add",
"type": "n8n-nodes-base.executeCommand",
"position": [
750,
300
],
"parameters": {
"comma...Showing first 1000 characters. Click "Expand" to view the full JSON.