Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

What are the minimum files I need to recreate a user profile?

  • 4 отговора
  • 1 има този проблем
  • 1 изглед
  • Последен отговор от Ben

more options

What is the minimum set of files that I can recreate a TB user profile from?

For example, the official docs say to backup/migrate a user profile by copying the whole directory, but the `ImapMail/` directory can be dropped as it will automatically be recreated and any emails re-downloaded.

I remember seeing a post in an old support thread a while ago that said only a few files were needed (off the top of my head, possibly `cert9.db`, `extensions.json` and `prefs.js`), but I can't find it again now to double-check.

So, what files do I need to copy over to a new user profile to retain my:

  1. extensions and their preferences
  2. preferences
  3. email account settings
  4. calendar account details
What is the minimum set of files that I can recreate a TB user profile from? For example, the [[Profiles - Where Thunderbird stores your messages and other user data|official docs]] say to backup/migrate a user profile by copying the whole directory, but the `ImapMail/` directory can be dropped as it will automatically be recreated and any emails re-downloaded. I remember seeing a post in an old support thread a while ago that said only a few files were needed (off the top of my head, possibly `cert9.db`, `extensions.json` and `prefs.js`), but I can't find it again now to double-check. So, what files do I need to copy over to a new user profile to retain my: # extensions and their preferences # preferences # email account settings # calendar account details

Променено на от Ben

Избрано решение

I could create a fresh user profile and manually set the extensions/bookmarks/preferences up again,

While this is a real pain, it's what I'd do though.

if possible I would like to copy across the minimal config details and let Firefox handle everything else.

I don't think it's that simple. Basically the entire configuration is in the file prefs.js. But it's not enough to just copy over the file, you'd also need to replicate the directory structure of e.g. the 'ImapMail' directory. So I'd not recommend doing it this way, you're likely to end up with more work and time to get it right. And you'd still have a prefs.js file with a lot of dead wood in there.

Even though this article is slightly outdated, it should help to determine what to carry over to the new profile. https://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Thunderbird

Прочетете този отговор в контекста 👍 0

Всички отговори (4)

more options

What are you trying to achieve in the first place? What's wrong with copying the entire profile directory?

more options

christ1 said

What are you trying to achieve in the first place? What's wrong with copying the entire profile directory?

I've been using this user profile for a long time, across various systems and Thunderbird versions. It's gathered a lot of cruft over this time and I've noticed I keep having to repair folders, so I would like to refresh the account.

I could create a fresh user profile and manually set the extensions/bookmarks/preferences up again, but if possible I would like to copy across the minimal config details and let Thunderbird handle everything else. This would also make backups simpler to handle (and smaller, but the vast majority of the size is `ImapMail/` and I already know I can ditch that).

Променено на от Ben

more options

Избрано решение

I could create a fresh user profile and manually set the extensions/bookmarks/preferences up again,

While this is a real pain, it's what I'd do though.

if possible I would like to copy across the minimal config details and let Firefox handle everything else.

I don't think it's that simple. Basically the entire configuration is in the file prefs.js. But it's not enough to just copy over the file, you'd also need to replicate the directory structure of e.g. the 'ImapMail' directory. So I'd not recommend doing it this way, you're likely to end up with more work and time to get it right. And you'd still have a prefs.js file with a lot of dead wood in there.

Even though this article is slightly outdated, it should help to determine what to carry over to the new profile. https://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Thunderbird

Променено на от christ1

more options

christ1 said

Even though this article is slightly outdated, it should help to determine what to carry over to the new profile. https://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Thunderbird

That's looks like exactly what I'm after, thanks!