A C# WinForms application for backing up and restoring Firefox, Thunderbird, and other Mozilla-based browser profiles on Windows.
An AI-generated port of the original MozBackup tool — fully rewritten in C# using AI, not manually translated line by line.
- Backup & Restore your browser profiles to a
.pcvor.zipfile - Two password protection modes — Classic ZIP (ZipCrypto, compatible with original MozBackup) or AES (MozBackupSharp's own secure container)
- Supports many browsers — Firefox, Thunderbird, SeaMonkey, Waterfox, LibreWolf, Floorp, Pale Moon, and more
- Choose what to back up — bookmarks, passwords, cookies, extensions, mail folders, and more
- Portable browser support — manually select a profile folder for Tor Browser, Mullvad Browser, etc.
- Extensible — add custom browser profile paths via
ProfileLocations.ini
- Windows
- .NET Framework 4.5
- Visual Studio 2015 (to build from source)
- Close your browser before running a backup or restore.
- Open the app and select your browser and profile.
- Choose Backup or Restore and follow the prompts.
- Pick the data you want to include (bookmarks, passwords, extensions, etc.).
- Optionally set a password to encrypt the backup file.
- Clone this repository.
- Open
MozBackupSharp.slnin Visual Studio 2015. - Build using
Debug|Any CPUorRelease|Any CPU.
- No password: the
.pcvfile is a standard ZIP archive (openable in 7-Zip or Windows Explorer). - Classic ZIP (ZipCrypto): password-protected using the same format as the original MozBackup — compatible with other ZIP tools and the original app.
- AES (MozBackupSharp): a more secure encrypted container. Only MozBackupSharp can restore these files.
Tip: Use Classic ZIP mode if you need compatibility with the original MozBackup or standard ZIP tools. Use AES mode for stronger encryption.
| Family | Browsers |
|---|---|
| Firefox | Firefox, Waterfox, LibreWolf, Floorp, Zen Browser, Pale Moon, Basilisk, GNU IceCat, and more |
| Thunderbird | Thunderbird, Betterbird |
| SeaMonkey | SeaMonkey |
| Portable | Tor Browser, Mullvad Browser (via manual profile folder selection) |
Licensed under MPL 2.0, consistent with the upstream MozBackup project. Please retain all original license notices when distributing.


