{
  "name": "Scheduled FTP/SFTP to MinIO backup with preserved folder structure",
  "nodes": [
    {
      "id": "b8e287f9-e154-4bd3-b8bd-604295a18c38",
      "name": "Sticky Note32",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        -496
      ],
      "parameters": {
        "width": 272,
        "height": 256,
        "content": "## Configure this trigger"
      }
    },
    {
      "id": "9c489554-f100-498b-8660-c13643972ee2",
      "name": "List FTP Folder contents",
      "type": "n8n-nodes-base.ftp",
      "position": [
        -640,
        -416
      ]
    },
    {
      "id": "fcafdbd0-d5a7-47b4-900e-2aad25365ef7",
      "name": "Download content",
      "type": "n8n-nodes-base.ftp",
      "position": [
        -192,
        -416
      ]
    },
    {
      "id": "8b4f3a56-3310-49f5-ae1c-a4e83c19d080",
      "name": "Create Path for MinIO",
      "type": "n8n-nodes-base.set",
      "position": [
        -416,
        -416
      ]
    },
    {
      "id": "62fb915f-fc9c-4f38-85c9-42231e94cf4d",
      "name": "Upload on MinIO with correct Path",
      "type": "n8n-nodes-base.s3",
      "position": [
        32,
        -416
      ]
    },
    {
      "id": "023cd697-fc44-4cbe-a18f-5b50258deef6",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -32,
        -496
      ],
      "parameters": {
        "width": 272,
        "height": 256,
        "content": "## Create and configure your MinIO Bucket"
      }
    },
    {
      "id": "71440038-a34a-42e2-8962-4eedfdcfc832",
      "name": "Sticky Note33",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -960,
        -816
      ],
      "parameters": {
        "width": 1200,
        "height": 304,
        "content": "## Automated FTP-SFTP to MinIO Object Backup with Scheduling \n\nWant to automatically backup Files & Folder from any FTP-SFTP Server (Like your Wordpress Website !) ? You're at the right place \n\nConfig"
      }
    },
    {
      "id": "d7aaa29e-9996-4802-a3c9-0a267dbcef85",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -864,
        -416
      ]
    }
  ],
  "connections": {
    "Download content": {
      "main": [
        [
          {
            "node": "Upload on MinIO with correct Path",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "List FTP Folder contents",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Path for MinIO": {
      "main": [
        [
          {
            "node": "Download content",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "List FTP Folder contents": {
      "main": [
        [
          {
            "node": "Create Path for MinIO",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}