{
  "name": "Automated n8n workflow backup system with Google Drive and archiving",
  "nodes": [
    {
      "id": "bf1cea33-3efe-431b-a6c8-9020c0536be1",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        1460,
        460
      ]
    },
    {
      "id": "af03b7b7-88c6-46f8-978f-f68a98a7ebda",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        2560,
        460
      ]
    },
    {
      "id": "ed067034-d89b-4092-9012-3b0f5cba98fd",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1360,
        300
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "49dcc174-3a3e-4330-968a-7e1ba7dcfe6c",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2080,
        300
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "f13d2f9e-a203-4ab8-823d-be460d9d053b",
      "name": "Create to date folder",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        1840,
        460
      ]
    },
    {
      "id": "e6d9afa6-c9c8-4190-ac08-bc53083deda1",
      "name": "GET Workflows",
      "type": "n8n-nodes-base.n8n",
      "position": [
        2220,
        460
      ]
    },
    {
      "id": "9f30aaf6-2805-4971-b526-d17deca8510b",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2480,
        40
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "e8a26016-c67e-4053-a303-23703162f02b",
      "name": "Convert to JSON",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        2780,
        580
      ]
    },
    {
      "id": "d35a31b3-67d4-4d40-ad61-c4ff7829c265",
      "name": "Convert to JSON'",
      "type": "n8n-nodes-base.convertToFile",
      "position": [
        2780,
        340
      ]
    },
    {
      "id": "a3810775-cedb-4be3-9638-8db62909849e",
      "name": "Save 'ARCHIVE' Workflows",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        3100,
        340
      ]
    },
    {
      "id": "2415e60f-a43d-455a-b63f-125a635e0537",
      "name": "Save all other Workflows",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        3100,
        580
      ]
    },
    {
      "id": "4e74bd48-f91d-45d2-a692-782d0f1bb209",
      "name": "Delete 'ARCHIVE' Workflows",
      "type": "n8n-nodes-base.n8n",
      "position": [
        3420,
        340
      ]
    },
    {
      "id": "b25ffe3e-85d5-454e-8181-1cb8f7f4a615",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1500,
        -380
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "ae2f0355-af85-4397-a7ab-a0a232203c01",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1340,
        20
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "dc181336-ffad-4563-81e6-69e259598b09",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1380,
        60
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "adb0cdba-c762-418b-a077-241c65aeec6b",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        2980,
        180
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    },
    {
      "id": "dab308c4-3919-420d-9594-f2adb9e093a6",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1700,
        300
      ],
      "parameters": {
        "width": null,
        "height": null,
        "content": ""
      }
    }
  ],
  "connections": {
    "If": {
      "main": [
        [
          {
            "node": "Convert to JSON'",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Convert to JSON",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "GET Workflows": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to JSON": {
      "main": [
        [
          {
            "node": "Save all other Workflows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Convert to JSON'": {
      "main": [
        [
          {
            "node": "Save 'ARCHIVE' Workflows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Create to date folder",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create to date folder": {
      "main": [
        [
          {
            "node": "GET Workflows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Save 'ARCHIVE' Workflows": {
      "main": [
        [
          {
            "node": "Delete 'ARCHIVE' Workflows",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}