Auto backup (2022-05-30T03:18:43.088Z)

This commit is contained in:
nia
2022-05-30 03:18:43 +00:00
parent 42c1177b63
commit 2c9f3f824c

View File

@@ -62,8 +62,8 @@
"name": "git add", "name": "git add",
"type": "n8n-nodes-base.executeCommand", "type": "n8n-nodes-base.executeCommand",
"position": [ "position": [
860, 800,
620 640
], ],
"typeVersion": 1 "typeVersion": 1
}, },
@@ -157,6 +157,20 @@
"name": "Git account" "name": "Git account"
} }
} }
},
{
"parameters": {
"operation": "add",
"repositoryPath": "/home/node/.n8n/backup",
"pathsToAdd": "."
},
"name": "Git3",
"type": "n8n-nodes-base.git",
"typeVersion": 1,
"position": [
480,
840
]
} }
], ],
"connections": { "connections": {
@@ -197,7 +211,7 @@
"main": [ "main": [
[ [
{ {
"node": "git add", "node": "Git3",
"type": "main", "type": "main",
"index": 0 "index": 0
} }
@@ -228,13 +242,7 @@
}, },
"add username": { "add username": {
"main": [ "main": [
[ []
{
"node": "git commit",
"type": "main",
"index": 0
}
]
] ]
}, },
"Git": { "Git": {
@@ -250,12 +258,29 @@
}, },
"Git1": { "Git1": {
"main": [ "main": [
[] [
{
"node": "git commit",
"type": "main",
"index": 0
}
]
]
},
"Git3": {
"main": [
[
{
"node": "Git",
"type": "main",
"index": 0
}
]
] ]
} }
}, },
"createdAt": "2022-05-26T17:20:27.486Z", "createdAt": "2022-05-26T17:20:27.486Z",
"updatedAt": "2022-05-30T03:16:05.998Z", "updatedAt": "2022-05-30T03:18:28.670Z",
"settings": { "settings": {
"errorWorkflow": "25" "errorWorkflow": "25"
}, },