Realiza un respaldo automático de tu instancia Ghost y lo guarda en tu cuenta de Google Drive.
Creado: 2025-03-25
9 nodos
Instrucciones
Editar Workflow
Visualización del Workflow
{
"name": "Backup Ghost",
"nodes": [
{
"parameters": {
"assignments": {
"assignments": [
{
"id": "2fae7616-6b31-4276-9747-2550b9c32070",
"name": "url",
"value": "https://tuservidorghost.com",
"type": "string"
},
{
"id": "e2a1ece2-d85f-4087-9452-2c7c8ede22b1",
"name": "email",
"value": "[email protected]",
"type": "string"
},
{
"id": "aa6d217d-5cb6-4ef9-abe0-a5a2b0d192eb",
"name": "password",
"value": "Tucontrase\u00f1a",
"type": "string"
},
{
"id": "806b05e8-3599-4e35-a44b-65eaa6a57f59",
"name": "backup_dir",
"value": "backup-ghost",
"type": "string"
}
]
},
"options": {}
},
"type": "n8n-nodes-base.set",
"typeVersion": 3.4,
"position": [
-2020,
-385
],
"id": "957b60d4-b9d7-4b69-8b63-9f58da652a18",
"name": "Config"
},
{
"parameters": {
"method": "POST",
"url": "={{ $json.url }}/ghost/api/admin/session ",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "X-Ghost-Version",
"value": "5.109"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "username",
"value": "={{ $json.email }}"
},
{
"name": "password",
"value": "={{ $json.password }}"
}
]
},
"options": {
"response": {
"response": {
"fullResponse": true
}
}
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-1800,
-385
],
"id": "74cc3ea8-7163-45b6-b654-00a43f50ae3d",
"name": "CreateSession"
},
{
"parameters": {
"url": "={{ $('Config').item.json.url }}/ghost/api/admin/db ",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "X-Ghost-Version",
"value": "={{ $('CreateSession').item.json.headers['content-version'] }}"
},
{
"name": "cookie",
"value": "={{ $('CreateSession').item.json.headers['set-cookie'][0] }}"
}
]
},
"options": {
"response": {
"response": {
"responseFormat": "file",
"outputPropertyName": "backup.json"
}
}
}
},
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
-920,
-460
],
"id": "0a5c830c-6a26-4dab-a3d0-0c2e60da0fb5",
"name": "Download Ghost Backup"
},
{
"parameters": {
"resource": "fileFolder",
"queryString": "={{ $('Config').item.json.backup_dir }}",
"filter": {
"folderId": {
"mode": "list",
"value": "root",
"cachedResultName": "/ (Root folder)"
}
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
-1580,
-385
],
"id": "2b27b378-a083-4f41-a037-763dc56e560e",
"name": "Buscar Carpeta",
"alwaysOutputData": true,
"credentials": {
"googleDriveOAuth2Api": {
"id": "kkUKUPjPqG6ENSMu",
"name": "Google [email protected]"
}
},
"onError": "continueRegularOutput"
},
{
"parameters": {
"rules": {
"values": [
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 2
},
"conditions": [
{
"leftValue": "={{ $json.name }}",
"rightValue": "={{ $('Config').item.json.backup_dir }}",
"operator": {
"type": "string",
"operation": "equals"
},
"id": "ba7722f4-515d-414d-ab54-c7e2bd3974ec"
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "existe"
},
{
"conditions": {
"options": {
"caseSensitive": true,
"leftValue": "",
"typeValidation": "strict",
"version": 2
},
"conditions": [
{
"id": "a547f9e2-7bdf-4a42-8e6e-457b099fc8b1",
"leftValue": "={{ $json.id }}",
"rightValue": "",
"operator": {
"type": "string",
"operation": "empty",
"singleValue": true
}
}
],
"combinator": "and"
},
"renameOutput": true,
"outputKey": "no existe"
}
]
},
"options": {
"fallbackOutput": "extra"
}
},
"type": "n8n-nodes-base.switch",
"typeVersion": 3.2,
"position": [
-1360,
-385
],
"id": "9dd9e173-771b-4239-b962-b90523f6a9b5",
"name": "\u00bfExiste?"
},
{
"parameters": {
"resource": "folder",
"name": "={{ $('Config').item.json.backup_dir }}",
"driveId": {
"__rl": true,
"mode": "list",
"value": "My Drive"
},
"folderId": {
"__rl": true,
"mode": "list",
"value": "root",
"cachedResultName": "/ (Root folder)"
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
-1120,
-320
],
"id": "133b49f8-c865-4ec8-beb2-25f37d67a475",
"name": "Crear Carpeta",
"credentials": {
"googleDriveOAuth2Api": {
"id": "kkUKUPjPqG6ENSMu",
"name": "Google [email protected]"
}
}
},
{
"parameters": {
"inputDataFieldName": "backup.json",
"name": "={{ 'Ghost-' + $('Config').item.json.url.replace(/^https?:\\/\\//, '') + '-' + $now.format('yyyy-MM-dd') + '.json'}}",
"driveId": {
"__rl": true,
"value": "My Drive",
"mode": "list",
"cachedResultName": "My Drive",
"cachedResultUrl": "https://drive.google.com/drive/my-drive"
},
"folderId": {
"__rl": true,
"value": "={{ $('\u00bfExiste?').item.json.id || $('Crear Carpeta').item.json.id }}\n",
"mode": "id"
},
"options": {}
},
"type": "n8n-nodes-base.googleDrive",
"typeVersion": 3,
"position": [
-700,
-460
],
"id": "8d170cee-af39-4033-9917-af83804f27c4",
"name": "Subir Backup",
"credentials": {
"googleDriveOAuth2Api": {
"id": "kkUKUPjPqG6ENSMu",
"name": "Google [email protected]"
}
}
},
{
"parameters": {},
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
-1120,
-140
],
"id": "35fad2b3-eb2f-4027-ad9d-4e492353b940",
"name": "No Operation, do nothing"
},
{
"parameters": {
"rule": {
"interval": [
{}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
-2240,
-385
],
"id": "dd58304f-ae5d-49fe-98c9-b91121d72c36",
"name": "Schedule Trigger"
}
],
"pinData": {},
"connections": {
"Config": {
"main": [
[
{
"node": "CreateSession",
"type": "main",
"index": 0
}
]
]
},
"CreateSession": {
"main": [
[
{
"node": "Buscar Carpeta",
"type": "main",
"index": 0
}
]
]
},
"Buscar Carpeta": {
"main": [
[
{
"node": "\u00bfExiste?",
"type": "main",
"index": 0
}
]
]
},
"\u00bfExiste?": {
"main": [
[
{
"node": "Download Ghost Backup",
"type": "main",
"index": 0
}
],
[
{
"node": "Crear Carpeta",
"type": "main",
"index": 0
}
],
[
{
"node": "No Operation, do nothing",
"type": "main",
"index": 0
}
]
]
},
"Crear Carpeta": {
"main": [
[
{
"node": "Download Ghost Backup",
"type": "main",
"index": 0
}
]
]
},
"Subir Backup": {
"main": [
[]
]
},
"Download Ghost Backup": {
"main": [
[
{
"node": "Subir Backup",
"type": "main",
"index": 0
}
]
]
},
"Schedule Trigger": {
"main": [
[
{
"node": "Config",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "082efad4-297a-4489-938e-099a309c6739",
"meta": {
"instanceId": "33738330930e3881dd5571eca013f36ddf8aab20e4ea5c1f2ebaf4a2b4668ac6"
},
"id": "gmxrMw674c9fVMdF",
"tags": []
}