Auto backup (2022-05-30T03:15:13.236Z)

This commit is contained in:
nia
2022-05-30 03:15:13 +00:00
parent 1d65436b50
commit 54de507462
5 changed files with 100 additions and 9 deletions

View File

@@ -86,8 +86,8 @@
"name": "git push",
"type": "n8n-nodes-base.executeCommand",
"position": [
1260,
620
1240,
640
],
"typeVersion": 1
},
@@ -102,6 +102,61 @@
920,
760
]
},
{
"parameters": {
"operation": "addConfig",
"repositoryPath": "/home/node/.n8n/backup",
"key": "user.email",
"value": "ihor.nahornyy@gmail.com",
"options": {}
},
"name": "Git",
"type": "n8n-nodes-base.git",
"typeVersion": 1,
"position": [
640,
840
]
},
{
"parameters": {
"operation": "addConfig",
"repositoryPath": "/home/node/.n8n/backup",
"key": "user.name",
"value": "nia",
"options": {}
},
"name": "Git1",
"type": "n8n-nodes-base.git",
"typeVersion": 1,
"position": [
820,
840
]
},
{
"parameters": {
"authentication": "gitPassword",
"operation": "push",
"repositoryPath": "/home/node/.n8n/backup",
"options": {
"targetRepository": "https://lab.cynic.club/nia/n8n.git"
}
},
"name": "Git2",
"type": "n8n-nodes-base.git",
"typeVersion": 1,
"position": [
1000,
840
],
"credentials": {
"gitPassword": {
"id": "30",
"name": "Git account"
}
}
}
],
"connections": {
@@ -181,10 +236,32 @@
}
]
]
},
"Git": {
"main": [
[
{
"node": "Git1",
"type": "main",
"index": 0
}
]
]
},
"Git1": {
"main": [
[
{
"node": "Git2",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-05-26T17:20:27.486Z",
"updatedAt": "2022-05-28T02:36:31.523Z",
"updatedAt": "2022-05-30T03:15:01.196Z",
"settings": {
"errorWorkflow": "25"
},