https://github.com/niftycode/profiles-backup
Backup Thunderbird's Profiles folder
https://github.com/niftycode/profiles-backup
backup macos thunderbird
Last synced: 10 months 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 (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-30T17:58:23.000Z (about 3 years ago)
- Last Synced: 2023-03-07T00:11:14.394Z (about 3 years ago)
- Topics: backup, macos, thunderbird
- Language: Python
- Homepage:
- Size: 83 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
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"