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",
"type": "n8n-nodes-base.executeCommand",
"position": [
860,
620
800,
640
],
"typeVersion": 1
},
@@ -157,6 +157,20 @@
"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": {
@@ -197,7 +211,7 @@
"main": [
[
{
"node": "git add",
"node": "Git3",
"type": "main",
"index": 0
}
@@ -228,13 +242,7 @@
},
"add username": {
"main": [
[
{
"node": "git commit",
"type": "main",
"index": 0
}
]
[]
]
},
"Git": {
@@ -250,12 +258,29 @@
},
"Git1": {
"main": [
[]
[
{
"node": "git commit",
"type": "main",
"index": 0
}
]
]
},
"Git3": {
"main": [
[
{
"node": "Git",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-05-26T17:20:27.486Z",
"updatedAt": "2022-05-30T03:16:05.998Z",
"updatedAt": "2022-05-30T03:18:28.670Z",
"settings": {
"errorWorkflow": "25"
},