Skip to main content

Airtable base backups to S3

Workflow preview

Workflow preview
100%
Airtable base backups to S3 preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow exports every table in a base as its own CSV, saves the files in a time stamped folder in Amazon S3, pings you on Slack, and optionally prunes older copies. You get an automated weekl...

Best for

  • File Management automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.airtable, n8n-nodes-base.splitinbatches, n8n-nodes-base.set, n8n-nodes-base.converttofile, n8n-nodes-base.awss3, n8n-nodes-base.scheduletrigger, n8n-nodes-base.if, n8n-nodes-base.slack

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Autonomous Work.

Original n8n.io source

1.1 Workflow description

Title
Airtable base backups to S3
Workflow name
Airtable base backups to S3

This workflow exports every table in a base as its own CSV, saves the files in a time-stamped folder in Amazon S3, pings you on Slack, and optionally prunes older copies. You get an automated weekly backup that is easy to inspect or re-import as needed. You can easily swap the S3 node for the storage provider of your choice.

++How it works++

Weekly Backup

  • Schedule trigger fires weekly
  • Sets and formats the week ex. [2025-W12]
  • Create a folder in S3 bucket with the week
  • Loops through all tables in Airtable base creating CSVs and uploading to the new path
  • Slack message is sent on completion

Monthly Prune

  • Schedule trigger fires weekly
  • Sets a cut-off date 4 weeks in the past
  • Lists folders in S3
  • Deletes all folders > 4 weeks old

++Setup Steps++

  1. Clone workflow
  2. Swap credentials for Airtable, AWS, and Slack
    • Ensure AWS credential has appropriate IAM policy to manage bucket & objects
  3. Set workflow to "Active"

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Airtable

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 2 - Loop Over Items

Type / Role
n8n-nodes-base.splitInBatches - splitInBatches
Config choices
Version 3

Block 3 - Create Table Metadata

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 4 - Pull Records

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 5 - Convert to File

Type / Role
n8n-nodes-base.convertToFile - convertToFile
Config choices
Version 1.1

Block 6 - AWS S3

Type / Role
n8n-nodes-base.awsS3 - awsS3
Config choices
Version 2

Block 7 - Monthly Prune

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 8 - Set Timestamps

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 9 - If

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 10 - Delete File

Type / Role
n8n-nodes-base.awsS3 - awsS3
Config choices
Version 2

Block 11 - Create Folder

Type / Role
n8n-nodes-base.awsS3 - awsS3
Config choices
Version 2

Block 12 - List Folders

Type / Role
n8n-nodes-base.awsS3 - awsS3
Config choices
Version 2

Block 13 - Set Week

Type / Role
n8n-nodes-base.set - set
Config choices
Version 3.4

Block 14 - Weekly Backup

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 15 - Slack

Type / Role
n8n-nodes-base.slack - slack
Config choices
Version 2.3

Block 16 - No Operation, do nothing

Type / Role
n8n-nodes-base.noOp - noOp
Config choices
Version 1

Block 17 - Sticky Note1

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 18 - Sticky Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 19 - Aggregate

Type / Role
n8n-nodes-base.aggregate - aggregate
Config choices
Version 1

3. Summary Table

Workflow Airtable base backups to S3
Complexity advanced
Nodes 19
Categories File Management
Author Autonomous Work
Published 22 May 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/4302/4302.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Airtable base backups to S3 do?

This workflow exports every table in a base as its own CSV, saves the files in a time stamped folder in Amazon S3, pings you on Slack, and optionally prunes older copies. You get an automated weekl...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your File Management use case.