Hi all,
I've just tried restoring a saved profile and faced some problems, so I'm here )
According to this: https://support.mozilla.org/en-US/kb/ba ... x-profiles, you just go to about:support, look for “Profile Folder”, click “Open Folder”, open C:\Users\%user%\AppData\Roaming\Mozilla\Firefox\Profiles\8wc1udae.default-release (the name depends on your system) and copy its content somewhere. Then, when and if your system drive fails, you install a fresh installation of Firefox, copy the content back and that's it.
What is really happens: after replacing profile folder content with your copy, you have history, bookmarks and passwords restored, yes. But all your extensions, themes and dictionaries are gone. They are presented, but not working. You have to remove them, one by one, and re-install from scratch. Since I have a lot of extensions and a lot of settings (styles for Stylus etc.), it seems too annoying.
If Mozilla creates a really portable version (like TOR Browser), that would be the best solution, but since it's just a dream, how could I make a real backup without the extension problems?
Thanks in advance.
How to backup Firefox profile correctly?
- LIMPET235
- Moderator
- Posts: 39762
- Joined: October 19th, 2007, 1:53 am
- Location: The South Coast of N.S.W. Oz.
Re: How to backup Firefox profile correctly?
Hi,
Well, I've never had a problem with either the recommended way or just using a Manual back up.
See if this KB article varies from the "official" one.
> http://kb.mozillazine.org/Profile_backup
Are you closing Firefox before performing the back up?
Well, I've never had a problem with either the recommended way or just using a Manual back up.
See if this KB article varies from the "official" one.
> http://kb.mozillazine.org/Profile_backup
Are you closing Firefox before performing the back up?
Ancient Amateur Astronomer
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.0./SnagIt-v10.0.1/MWP-7.12.125.
(Always choose the "Custom" Install.)
Win-10-H/64 bit/500G SSD/16 Gig Ram/450Watt PSU/350WattUPS/Firefox-115.0.2/T-bird-115.0./SnagIt-v10.0.1/MWP-7.12.125.
(Always choose the "Custom" Install.)
-
- Posts: 9
- Joined: March 29th, 2014, 7:56 am
Re: How to backup Firefox profile correctly?
Use Hekasoft Backup and Restore. It works very well and also has some good options.
- dickvl
- Posts: 54023
- Joined: July 18th, 2005, 3:25 am
Re: How to backup Firefox profile correctly?
It might be better to restore the profile folder to its original name as there might be files that have an absolute path in them and also the startup cache in the secondary profile location won't match the copied profile.
You would have to edit profiles.ini to reflect the changed profile path.
You may have to use "Clear the startup cache..." via the "Help -> More Troubleshooting Information" (about:support) page and possibly delete compatibility.ini to reinitialize the profile.
https://support.mozilla.org/en-US/kb/us ... ix-firefox
You would have to edit profiles.ini to reflect the changed profile path.
You may have to use "Clear the startup cache..." via the "Help -> More Troubleshooting Information" (about:support) page and possibly delete compatibility.ini to reinitialize the profile.
https://support.mozilla.org/en-US/kb/us ... ix-firefox
-
- Posts: 30
- Joined: March 17th, 2011, 5:16 am
Re: How to backup Firefox profile correctly?
Thank you all for your responses!
Yes, I closed FF. In my backup script there is a line for this:
Code: Select all
taskkill /F /IM firefox.exe /T
I'd prefer to do the task with standard tools such as files.
I guess, I'd better back up profiles.ini as well, not just the profile folder.dickvl wrote: ↑September 17th, 2023, 7:56 amIt might be better to restore the profile folder to its original name as there might be files that have an absolute path in them and also the startup cache in the secondary profile location won't match the copied profile.
You would have to edit profiles.ini to reflect the changed profile path.