Auto backup (2022-05-27T07:03:35.619Z)

This commit is contained in:
nia
2022-05-27 07:03:35 +00:00
parent 6947901454
commit e59d4db2f8
48 changed files with 31 additions and 21 deletions

21
flows/26.json Normal file → Executable file
View File

@@ -126,24 +126,24 @@
},
{
"parameters": {
"command": "git add ."
"command": "cd /home/node/.n8n/backup/ && git add ."
},
"name": "git add1",
"name": "git add2",
"type": "n8n-nodes-base.executeCommand",
"position": [
1020,
860,
620
],
"typeVersion": 1
},
{
"parameters": {
"command": "cd /home/node/.n8n/backup/ "
"command": "=cd /home/node/.n8n/backup/ && git config --global user.email \"ihor.nahornyy@gmail.com\" git config --global user.name \"nia\" git commit -m \"Auto backup ({{ new Date().toISOString() }})\""
},
"name": "git add2",
"name": "git commit1",
"type": "n8n-nodes-base.executeCommand",
"position": [
840,
1060,
620
],
"typeVersion": 1
@@ -242,7 +242,7 @@
"main": [
[
{
"node": "git add1",
"node": "git commit1",
"type": "main",
"index": 0
}
@@ -251,7 +251,10 @@
}
},
"createdAt": "2022-05-26T17:20:27.486Z",
"updatedAt": "2022-05-26T17:43:02.120Z",
"settings": {},
"updatedAt": "2022-05-27T03:45:11.487Z",
"settings": {
"saveExecutionProgress": "DEFAULT",
"errorWorkflow": "25"
},
"staticData": null
}