https://github.com/niftycode/profiles-backup
Backup Thunderbird's Profiles folder
https://github.com/niftycode/profiles-backup
backup macos thunderbird
Last synced: 28 days ago
JSON representation
Backup Thunderbird's Profiles folder
- Host: GitHub
- URL: https://github.com/niftycode/profiles-backup
- Owner: niftycode
- License: mit
- Created: 2021-02-19T13:15:30.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T17:58:23.000Z (over 3 years ago)
- Last Synced: 2025-06-12T18:03:51.825Z (11 months ago)
- Topics: backup, macos, thunderbird
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License
Awesome Lists containing this project
README
# profiles-backup
**This program is under development. Most features are not implemented yet. So, use this program on your own risk.**
## About
Use this program to backup or restore your Thunderbird's default profile folder. This is the folder with the '.default-release' suffix located in
~/Library/Thunderbird/Profiles
Note: Only **macOS** is currently supported.
Run the program with
$ python3 profiles-backup.py
## Requirements
* Python >= 3.7
* psutil >= 5.7.2
## Changelog
* May 1st, 2020: First commit, Version 0.0.1
* August 28th, 2020: Check if Thunderbird is running
* February 19th, 2021: Rename project to "profiles-backup"