The Best MTB (Mozilla Thunderbird Backup) Strategies for 2026

How to Create a Complete MTB — Mozilla Thunderbird Backup Guide

Overview

A complete MTB (Mozilla Thunderbird Backup) saves your emails, address books, calendars, account settings, filters, and add‑ons by backing up the Thunderbird profile folder. This guide shows three reliable methods (built‑in Export, manual profile copy, and automated/scheduled backups) and how to restore or verify backups. Assume a modern Thunderbird (post‑2022) on Windows, macOS, or Linux.

Quick checklist (do this before backing up)

  • Close Thunderbird before copying files for a consistent backup.
  • Know your profile location: Help > More Troubleshooting Information > Profile Folder > Open Folder.
  • Decide where to store backups: external drive, other partition, or cloud (prefer encrypted storage for sensitive accounts).

1 — Fast: Thunderbird built‑in Export (ZIP)

Best for most users and simplest.

Steps:

  1. Open Thunderbird. Go to ≡ (menu) > Tools > Export.
  2. Click Export, choose a destination and filename (example: Thunderbird_profile_backup_2026-02-08.zip).
  3. Save. Thunderbird creates a ZIP containing the entire profile (accounts, mail, address book, settings).

Notes:

  • Thunderbird’s Export tool currently supports ZIPs up to 2 GB. For larger profiles, use the manual copy method or split archives with 7‑Zip.

2 — Full control: Manual profile copy (recommended for large profiles)

Works across all OS and handles profiles >2 GB.

Steps:

  1. In Thunderbird: Help > More Troubleshooting Information > Profile Folder > Open Folder.
  2. Close Thunderbird.
  3. In your file manager, navigate one level up to the profile directory (folder named like xxxxxxxx.default-release).
  4. Copy the entire profile folder contents (select all files/folders inside that profile folder) to your backup location. Do not copy a running profile.
  5. Verify by browsing the copied folder — you should see files like prefs.js, mail/ (or imapmail/), abook.mab or address books, and extensions/.

Where profile folders live (typical):

  • Windows: %APPDATA%\Thunderbird\Profiles\xxxxxxxx.default-release
  • macOS: ~/Library/Thunderbird/Profiles/xxxxxxxx.default-release
  • Linux: ~/.thunderbird/xxxxxxxx.default-release or ~/.mozilla/thunderbird/

3 — Automated/scheduled backups

Use if you want continuous protection.

Options:

  • Use system backup tools (Windows File History, macOS Time Machine, Linux rsync) configured to back up the profile folder when Thunderbird is closed.
  • Use third‑party backup software (e.g., Duplicati, Borg, Restic) to schedule regular encrypted backups of the profile folder.
  • For Windows: schedule a PowerShell script that stops Thunderbird (if running), copies the profile, then restarts Thunderbird if desired.

Example minimal PowerShell approach (Windows):

  • Stop Thunderbird process, copy profile folder to target with robocopy, then exit. (Keep credentials secure; run as user.)

Important: ensure backups are created when Thunderbird is not running or use a tool that can handle open files.

Verifying backups

  • For Export ZIP: open the ZIP and confirm expected files/folders (prefs.js, mail/, abook files).
  • For manual copies: open a test copy and check messages stored as mbox files (no extension or .msf alongside) and address book files.
  • Test restore: on a spare profile or different machine, import the ZIP (Tools > Import) or replace a freshly created profile folder with the backup and start Thunderbird.

Restoring a backup

Method A — From Export ZIP:

  1. Open Thunderbird > Tools > Import > Import from a file > Choose ZIP file > Continue > select items to import > Start Import.

Method B — Manual profile restore:

  1. Install Thunderbird and run once, then close it (creates a default profile).
  2. Open profile folder for the new profile and delete its contents. Copy contents from your backed up profile into this folder (copy the files inside the backup profile, not the outer folder).
  3. Start Thunderbird — your accounts, mail, and settings should appear.

Alternative: Use Thunderbird Profile Manager (thunderbird -p) to create a new profile that points directly to your backup folder.

Special cases and tips

  • IMAP accounts: messages may live on the server; profile still contains caches, filters, and local copies. Back up if you use Local Folders or have large cached mail.
  • Large attachments and big profiles: use manual copy and consider compressing with 7‑Zip (split archives) or incremental backup tools.
  • Address books and calendars: included in the profile, but you can also export contacts as CSV/LDIF and calendars as ICS for extra redundancy.
  • Add‑ons: profile copy preserves installed extensions and their settings.
  • Security: store backups encrypted (use VeraCrypt container, encrypted archive, or encrypted cloud storage) if backups may contain sensitive mail.

Troubleshooting

  • If restore leaves Thunderbird confused (missing accounts or errors), try creating a fresh profile and copy backup contents into it, or use Profile Manager to point to the restored folder.
  • If a direct copy fails because Thunderbird was running during backup, redo after closing Thunderbird.

Minimal maintenance plan (recommended)

  1. Weekly: automatic incremental backup of profile (if you receive frequent mail).
  2. Monthly: manual Export ZIP stored offsite (external drive or encrypted cloud).
  3. Quarterly: test-restore to ensure backups work.

Useful links

  • Mozilla Support — Export your Thunderbird Profile (follow Thunderbird’s official Export/Import instructions).

Follow these steps to create a complete MTB that’s restorable and verifiable. If you want, I can generate OS‑specific commands or a PowerShell/rsync script for automated scheduled backups—tell me which OS you use.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *