Skip to main content
Question

Base Redundancies/Backups

  • September 1, 2026
  • 3 replies
  • 91 views

e2laurel
Forum|alt.badge.img+8

Hi, I’m trying to set up data backups/redundancies in case of emergencies. I already regularly download CSVs of my base, but want to find a good way to back up my base structure. Is there a way to duplicate a base to an external workspace? Would like to have formulas/fields backed up somewhere in case we lose access to our account.

3 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • September 1, 2026

You can copy your bases to another Airtable workspace, but you can’t copy a base out of the Airtable platform.

There are a few backup solutions for Airtable that will backup all of your data — along with some of the metadata: On2Air BackupsProBackup.io, and Backup 247.

- ScottWorld, Expert Airtable Consultant


Forum|alt.badge.img
  • New Participant
  • September 2, 2026

To back up your base structure to an external account, generate a read-only shared link of your base with the "Allow viewers to copy data" option enabled, open that link while logged into your secondary account, and duplicate it directly into that separate workspace. This creates an exact structural snapshot—including all custom field types, linked table relationships, and complex formula logic—safely stored under completely independent account credentials. For a fully automated off-site backup of your architecture, you can also use Airtable's Metadata API to export your entire base schema as a JSON file to a secure cloud drive, ensuring you retain a blueprint to rebuild your setup even if total platform access is lost. 


Willem_Dewulf
Forum|alt.badge.img+9
  • Known Participant
  • September 8, 2026

Thanks for the mention ​@ScottWorld 

To add to the two answers above: the CSVs you're already downloading only cover record data. Field types, formulas, and linked-record relationships live in the base schema, which CSV exports drop entirely. Thomas's shared-link trick does copy the schema, but it's manual, so the copy goes stale the moment you edit the base.

One honest limitation to be aware of whichever tool you pick: Airtable's API doesn't expose automations or interfaces, so no external backup (ProBackup included) can restore those. For that part, ​@ThomasBehne  periodic duplicate is still the only real option. A lot of our customers combine the two: automated backups for data and schema, an occasional manual duplicate for the rest.