Auto backup (2022-05-27T07:03:35.619Z)
This commit is contained in:
21
flows/26.json
Normal file → Executable file
21
flows/26.json
Normal file → Executable 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
|
||||
}
|
||||
Reference in New Issue
Block a user