AutomationFlowsGeneral › Automatic FTP File Backup to Google Drive with Scheduled Sync

Automatic FTP File Backup to Google Drive with Scheduled Sync

ByZiad Adel @ziadadel on n8n.io

This workflow automatically downloads files from an FTP folder and uploads them to Google Drive. It’s useful for backup, reporting, or syncing data between systems. Cron Trigger runs on a schedule (default: every hour). FTP List node checks the specified folder on your FTP…

Cron / scheduled trigger★★☆☆☆ complexity5 nodesFtpGoogle Drive
General Trigger: Cron / scheduled Nodes: 5 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #7604 — we link there as the canonical source.

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "id": "c973768c-211d-4222-bb78-184616c0506e",
      "name": "Start: Every Hour",
      "type": "n8n-nodes-base.cron",
      "position": [
        -96,
        -32
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "5aba0708-72a9-4abe-b76d-15f656fda507",
      "name": "FTP: List Files",
      "type": "n8n-nodes-base.ftp",
      "position": [
        176,
        -32
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "a448e878-9029-451e-b340-73a3a04d00f1",
      "name": "FTP: Download File",
      "type": "n8n-nodes-base.ftp",
      "position": [
        416,
        -32
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "6dab0201-c99f-4f73-bcf1-f6b659e162b4",
      "name": "Google Drive: Upload",
      "type": "n8n-nodes-base.googleDrive",
      "position": [
        656,
        -32
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "id": "93ec351a-3bd8-4199-83ba-556c73213cf7",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -656,
        -336
      ],
      "parameters": {
        "content": ""
      },
      "typeVersion": 1
    }
  ],
  "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
          }
        ]
      ]
    }
  }
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow automatically downloads files from an FTP folder and uploads them to Google Drive. It’s useful for backup, reporting, or syncing data between systems. Cron Trigger runs on a schedule (default: every hour). FTP List node checks the specified folder on your FTP…

Source: https://n8n.io/workflows/7604/ — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

General

This template creates a nightly backup of all n8n workflows and saves them to a Google Drive folder. Each night, the previous night's backups are moved to an “n8n_old” folder and renamed with the corr

Move Binary Data, Google Drive, Item Lists +1
General

Code Itemlists. Uses stickyNote, moveBinaryData, googleDrive, itemLists. Scheduled trigger; 33 nodes.

Move Binary Data, Google Drive, Item Lists +1
General

This workflow is perfect for n8n users who want to automatically backup all their workflows 💾 to Google Drive with zero manual effort. Perfect for teams managing multiple workflows or anyone who value

n8n, Google Drive
General

Import Odoo Product Images from Google Drive. Uses googleDrive, scheduleTrigger, summarize, googleChat. Scheduled trigger; 19 nodes.

Google Drive, Google Chat, Odoo
General

Imagine the sinking feeling: hours, weeks, or even months of meticulous work building your n8n workflows, suddenly gone. A server crash, an accidental deletion, data corruption, or an unexpected platf

Google Drive, n8n, Move Binary Data