{
  "name": "Automated credentials backup to Google Drive via SSH and Docker",
  "nodes": [
    {
      "id": "ebaa3433-1ac7-48c1-85b9-ba540704e1b5",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -256,
        -352
      ],
      "parameters": {
        "width": 655,
        "height": 356,
        "content": "## Export All Credentials From n8n Docker Container\n* Setup your variables first\n* Connect to the host using SSH or your details\n* Executing Docker command to backup credentials\n* Read the file from t"
      }
    },
    {
      "id": "5e66dcb1-d8a1-4b7e-a5fa-b88a2a2c0d7c",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        496,
        -352
      ],
      "parameters": {
        "width": 311,
        "height": 356,
        "content": "## Google Drive Folder\n* Setup your Google Drive credentials\n* Upload credentials from n8n to Google Drive selected folder"
      }
    },
    {
      "id": "692a1d86-c53f-4b05-b29f-dfeed1ea1b50",
      "name": "Execute a command",
      "type": "n8n-nodes-base.ssh",
      "position": [
        16,
        -192
      ]
    },
    {
      "id": "fb1ec45f-6ec9-4857-825d-9a10508735f0",
      "name": "Variables",
      "type": "n8n-nodes-base.set",
      "position": [
        -208,
        -192
      ]
    },
    {
      "id": "c591352b-20f5-46a6-ad6e-f614c200d802",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1328,
        -464
      ],
      "parameters": {
        "width": 768,
        "height": 672,
        "content": "## Backup Credentials to Drive for **n8n 2.x.x**\n\nThis solution will work with the n8n version 2.x.x and 1.x.x.\nIt is not used CLI commands what are not working in NEW n8n version.\n\n\n**NOTE** This sol"
      }
    },
    {
      "id": "972b8628-c987-4256-aa15-6d5ac6f7d224",
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -432,
        -304
      ]
    },
    {
      "id": "54925466-eafa-41f0-b049-6f224bc987de",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -432,
        -112
      ]
    },
    {
      "id": "eb8bc7aa-8970-4df7-ae1a-78bab54c2ed5",
      "name": "Read File",
      "type": "n8n-nodes-base.readWriteFile",
      "position": [
        240,
        -192
      ]
    },
    {
      "id": "24c469f0-76b9-48a6-a5c6-34ccb4017993",
      "name": "Google Drive Upload File",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        608,
        -192
      ]
    }
  ],
  "connections": {
    "Read File": {
      "main": [
        [
          {
            "node": "Google Drive Upload File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Variables": {
      "main": [
        [
          {
            "node": "Execute a command",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Execute a command": {
      "main": [
        [
          {
            "node": "Read File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Variables",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}