{
  "name": "Auto workflow backup to Google Drive – automated export of all your workflows",
  "nodes": [
    {
      "id": "8a1a1151-af5f-4143-8748-c5a7e7df41e0",
      "name": "Convert to File",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        1000,
        220
      ]
    },
    {
      "id": "2eeed47c-ab3e-4b8c-9cbc-4cbefa6fb59f",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        0,
        260
      ]
    },
    {
      "id": "9fd17067-54c0-4d59-91c1-8d69d87bae6e",
      "name": "Filter",
      "type": "n8n-nodes-base.filter",
      "position": [
        1340,
        0
      ]
    },
    {
      "id": "632da5d2-eae3-4930-8024-6875d995ac7b",
      "name": "delete folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1560,
        0
      ]
    },
    {
      "id": "23999fdb-5501-4c75-9359-a63d72036e51",
      "name": "Get folders",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1120,
        0
      ]
    },
    {
      "id": "81ad6d55-c569-42e5-93a0-9a2549080749",
      "name": "Manual trigger",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "db6e17c9-374a-4a14-9a83-97733becff11",
      "name": "Create new folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        200,
        0
      ]
    },
    {
      "id": "393ac68c-f005-443c-ac5c-69679e0e3041",
      "name": "Loop ",
      "type": "n8n-nodes-base.splitInBatches",
      "position": [
        600,
        0
      ]
    },
    {
      "id": "92f0685e-f093-40d0-ace0-523f97c4c1fe",
      "name": "Upload workflow",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1180,
        220
      ]
    },
    {
      "id": "63204c20-fb38-4459-a925-28c3cfb8bf78",
      "name": "Limit",
      "type": "n8n-nodes-base.limit",
      "position": [
        920,
        0
      ]
    },
    {
      "id": "5f6b7108-e2f6-4e83-8644-6c6f96d22964",
      "name": "Get n8n workflow",
      "type": "n8n-nodes-base.n8n",
      "position": [
        400,
        0
      ]
    },
    {
      "id": "11719b22-f8ed-45cc-946d-90393a6af706",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1840,
        -340
      ],
      "parameters": {
        "width": 1320,
        "height": 1660,
        "content": "# 🔄 Workflow Backup for n8n → Google Drive\n\nAn automated system to back up all your n8n workflows and store them as `.json` files in Google Drive.  \nPerfect for creators, teams, and agencies who want "
      }
    }
  ],
  "connections": {
    "Limit": {
      "main": [
        [
          {
            "node": "Get folders",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Loop ": {
      "main": [
        [
          {
            "node": "Limit",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Convert to File",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Filter": {
      "main": [
        [
          {
            "node": "delete folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get folders": {
      "main": [
        [
          {
            "node": "Filter",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Manual trigger": {
      "main": [
        [
          {
            "node": "Create new folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to File": {
      "main": [
        [
          {
            "node": "Upload workflow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload workflow": {
      "main": [
        [
          {
            "node": "Loop ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get n8n workflow": {
      "main": [
        [
          {
            "node": "Loop ",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Create new folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create new folder": {
      "main": [
        [
          {
            "node": "Get n8n workflow",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}