Auto backup (2022-05-30T05:52:24.427Z)

This commit is contained in:
nia
2022-05-30 05:52:24 +00:00
parent 4ae64a7668
commit ed76101b42

View File

@@ -63,7 +63,7 @@
"type": "n8n-nodes-base.executeCommand", "type": "n8n-nodes-base.executeCommand",
"position": [ "position": [
800, 800,
640 360
], ],
"typeVersion": 1 "typeVersion": 1
}, },
@@ -74,8 +74,8 @@
"name": "git commit", "name": "git commit",
"type": "n8n-nodes-base.executeCommand", "type": "n8n-nodes-base.executeCommand",
"position": [ "position": [
1100, 1180,
640 320
], ],
"typeVersion": 1 "typeVersion": 1
}, },
@@ -86,8 +86,8 @@
"name": "git push", "name": "git push",
"type": "n8n-nodes-base.executeCommand", "type": "n8n-nodes-base.executeCommand",
"position": [ "position": [
1240, 1360,
640 380
], ],
"typeVersion": 1 "typeVersion": 1
}, },
@@ -99,8 +99,8 @@
"type": "n8n-nodes-base.executeCommand", "type": "n8n-nodes-base.executeCommand",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
920, 1000,
760 360
] ]
}, },
{ {
@@ -115,8 +115,8 @@
"type": "n8n-nodes-base.git", "type": "n8n-nodes-base.git",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
640, 1000,
840 620
] ]
}, },
{ {
@@ -131,8 +131,8 @@
"type": "n8n-nodes-base.git", "type": "n8n-nodes-base.git",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
820, 1160,
840 620
] ]
}, },
{ {
@@ -148,8 +148,8 @@
"type": "n8n-nodes-base.git", "type": "n8n-nodes-base.git",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
1000, 1480,
840 620
], ],
"credentials": { "credentials": {
"gitPassword": { "gitPassword": {
@@ -168,8 +168,23 @@
"type": "n8n-nodes-base.git", "type": "n8n-nodes-base.git",
"typeVersion": 1, "typeVersion": 1,
"position": [ "position": [
480, 820,
840 620
]
},
{
"parameters": {
"operation": "commit",
"repositoryPath": "/home/node/.n8n/backup",
"message": "=Auto backup ({{ new Date().toISOString() }})",
"options": {}
},
"name": "Git4",
"type": "n8n-nodes-base.git",
"typeVersion": 1,
"position": [
1320,
620
] ]
} }
], ],
@@ -230,17 +245,6 @@
] ]
}, },
"git commit": { "git commit": {
"main": [
[
{
"node": "Git2",
"type": "main",
"index": 0
}
]
]
},
"add username": {
"main": [ "main": [
[] []
] ]
@@ -260,7 +264,7 @@
"main": [ "main": [
[ [
{ {
"node": "git commit", "node": "Git4",
"type": "main", "type": "main",
"index": 0 "index": 0
} }
@@ -277,10 +281,21 @@
} }
] ]
] ]
},
"Git4": {
"main": [
[
{
"node": "Git2",
"type": "main",
"index": 0
}
]
]
} }
}, },
"createdAt": "2022-05-26T17:20:27.486Z", "createdAt": "2022-05-26T17:20:27.486Z",
"updatedAt": "2022-05-30T03:18:28.670Z", "updatedAt": "2022-05-30T05:52:11.340Z",
"settings": { "settings": {
"errorWorkflow": "25" "errorWorkflow": "25"
}, },