From ed76101b4255b1f67a2359cc09fa3635bf86047c Mon Sep 17 00:00:00 2001 From: nia Date: Mon, 30 May 2022 05:52:24 +0000 Subject: [PATCH] Auto backup (2022-05-30T05:52:24.427Z) --- flows/26.json | 71 +++++++++++++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 28 deletions(-) diff --git a/flows/26.json b/flows/26.json index 6ed16fb..053ab8f 100755 --- a/flows/26.json +++ b/flows/26.json @@ -63,7 +63,7 @@ "type": "n8n-nodes-base.executeCommand", "position": [ 800, - 640 + 360 ], "typeVersion": 1 }, @@ -74,8 +74,8 @@ "name": "git commit", "type": "n8n-nodes-base.executeCommand", "position": [ - 1100, - 640 + 1180, + 320 ], "typeVersion": 1 }, @@ -86,8 +86,8 @@ "name": "git push", "type": "n8n-nodes-base.executeCommand", "position": [ - 1240, - 640 + 1360, + 380 ], "typeVersion": 1 }, @@ -99,8 +99,8 @@ "type": "n8n-nodes-base.executeCommand", "typeVersion": 1, "position": [ - 920, - 760 + 1000, + 360 ] }, { @@ -115,8 +115,8 @@ "type": "n8n-nodes-base.git", "typeVersion": 1, "position": [ - 640, - 840 + 1000, + 620 ] }, { @@ -131,8 +131,8 @@ "type": "n8n-nodes-base.git", "typeVersion": 1, "position": [ - 820, - 840 + 1160, + 620 ] }, { @@ -148,8 +148,8 @@ "type": "n8n-nodes-base.git", "typeVersion": 1, "position": [ - 1000, - 840 + 1480, + 620 ], "credentials": { "gitPassword": { @@ -168,8 +168,23 @@ "type": "n8n-nodes-base.git", "typeVersion": 1, "position": [ - 480, - 840 + 820, + 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": { - "main": [ - [ - { - "node": "Git2", - "type": "main", - "index": 0 - } - ] - ] - }, - "add username": { "main": [ [] ] @@ -260,7 +264,7 @@ "main": [ [ { - "node": "git commit", + "node": "Git4", "type": "main", "index": 0 } @@ -277,10 +281,21 @@ } ] ] + }, + "Git4": { + "main": [ + [ + { + "node": "Git2", + "type": "main", + "index": 0 + } + ] + ] } }, "createdAt": "2022-05-26T17:20:27.486Z", - "updatedAt": "2022-05-30T03:18:28.670Z", + "updatedAt": "2022-05-30T05:52:11.340Z", "settings": { "errorWorkflow": "25" },