{
  "name": "Automatic FTP file backup to Google Drive with scheduled sync",
  "nodes": [
    {
      "id": "c973768c-211d-4222-bb78-184616c0506e",
      "name": "Start: Every Hour",
      "type": "n8n-nodes-base.cron",
      "position": [
        -96,
        -32
      ]
    },
    {
      "id": "5aba0708-72a9-4abe-b76d-15f656fda507",
      "name": "FTP: List Files",
      "type": "n8n-nodes-base.ftp",
      "position": [
        176,
        -32
      ]
    },
    {
      "id": "a448e878-9029-451e-b340-73a3a04d00f1",
      "name": "FTP: Download File",
      "type": "n8n-nodes-base.ftp",
      "position": [
        416,
        -32
      ]
    },
    {
      "id": "6dab0201-c99f-4f73-bcf1-f6b659e162b4",
      "name": "Google Drive: Upload",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        656,
        -32
      ]
    },
    {
      "id": "93ec351a-3bd8-4199-83ba-556c73213cf7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -656,
        -336
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "FTP: List Files": {
      "main": [
        [
          {
            "node": "FTP: Download File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Start: Every Hour": {
      "main": [
        [
          {
            "node": "FTP: List Files",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "FTP: Download File": {
      "main": [
        [
          {
            "node": "Google Drive: Upload",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}