this post was submitted on 06 May 2025
9 points (84.6% liked)

Firefox

19538 readers
33 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 5 years ago
MODERATORS
 

I'm sorry to those that seen this from asklemmy comm. Didn't read the rules. Reposting here.

Both are Windows machines. I know, don't need to preach about it.

I like how I set up the Firefox install on my PC and getting around to using it again for work because of multi account containers. Did the testing on my personal PC in case some things break with the hardening I chose for my threat model.

I just don't want to repeat the steps again, even if I already know what worked for me.

I found online that I could just copy the Firefox profile folder. Is that just it?

If it's the copy profile way, is the profile from a base Firefox compatible for other forks? If it's not the profile copying way, is the other ways compatible moving from base firefox to its forks?

TIA

top 11 comments
sorted by: hot top controversial new old
[–] glitching@lemmy.ml 1 points 10 hours ago* (last edited 10 hours ago) (2 children)

if you trust mozilla, firefox sync handles most of that - bookmarks, history, passwords, extensions and some of their settings, etc; cookies and localstorage aren't copied over, for e.g. logged-in sites and such.

[–] MangoPenguin@lemmy.blahaj.zone 1 points 4 hours ago

Sync is mostly for bookmarks, history related stuff, and a few sparse settings. But it doesn't sync a ton of stuff like customization, addon settings, and so on.

[–] JayGray91@piefed.social 1 points 8 hours ago

Eh, I've had lukewarm luck that Firefox sync works for it over the years I flip flop around browsers and installs.

I'd rather do it right the first time than flipping a coin that it works this time.

[–] 001Guy001@lemm.ee 7 points 16 hours ago (2 children)

Copying the profile folder should do it

You should also copy profiles.ini (which indicates the path of the working/available profiles)

Generally speaking, this should also work for other forks, but it might depend on which versions the forks are based on. If they are too behind the version that the profile is from then there might be "forwards compatibility" issues, for example in the way specific files/databases are structured (but maybe not, this is just a guess).

Also note that since forks tend to have different default values for some settings then if you didn't explicitly set them through a user.js file or directly in prefs.js (or another method) then you would get the default from the fork instead of the one from the main version.

[–] simon@slrpnk.net 3 points 15 hours ago (1 children)

Will this copy saved passwords as well? They might not want saved personal passwords to go on the work computer.

[–] 001Guy001@lemm.ee 7 points 14 hours ago (1 children)

Yes, it will copy everything related to that profile. The passwords are stored in the key4.db file so it shouldn't be copied in that situation.

https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data#w_what-information-is-stored-in-my-profile

Then there's also the sync feature which might import the passwords even if the file has been deleted, so the sync needs to be disabled on the work pc.

[–] simon@slrpnk.net 2 points 11 hours ago

Cool, didn't know where they were stored exactly. Thanks for investigating :)

[–] JayGray91@piefed.social 3 points 16 hours ago (1 children)

Copying the profile folder should do it

You should also copy profiles.ini (which indicates the path of the working/available profiles)

I see, thank you. That seems to be what I found out when I researched this as well.

If they are too behind the version that the profile is from then there might be "forwards compatibility" issues

Good point. I'm still using Mozilla's firefox, but am planning to try out Zen Browser, or go with Waterfox if Zen's Arc Browser style isn't up to my needs. For example, I'm very happy with the sideberry add-on on firefox.

[–] Blisterexe@lemmy.zip 1 points 9 hours ago (1 children)

Waterfox is always out of date (and isn't great imo), but zen is quite nice and as a bonus is always on the latest version of ff

[–] JayGray91@piefed.social 1 points 8 hours ago

Oh that's a shame. Well I guess I'll try Zen then

[–] 001Guy001@lemm.ee 3 points 14 hours ago

see simon's comment under my original comment and my reply, regarding passwords/sync