-
-
Notifications
You must be signed in to change notification settings - Fork 164
Backup
HJ edited this page Sep 8, 2023
·
14 revisions
The easiest, and most complete, way to backup is to copy your entire profile directory when Firefox is closed.
- To find your profile directory in Firefox, go to
about:support
. - Find the 11th item listed, Profile Folder, and select Open Folder button.
- Close Firefox. Copy the contents of the folder.
- In Explorer (Windows) or Finder (macOS), go back a page to see all the Firefox profiles.
- Create a new folder, and paste the contents into it.
- Rename your copied folder to something meaningful, and keep the original name (for an easy rollback).
- For example, if the profile folder is called
ljgba71b.default
, a backup copy might be calledljgba71b.default-backup
orljgba71b.default-pre-betterfox-userjs
.
- For example, if the profile folder is called
- Open the new profile folder and paste the contents into it.
- Close the window. You now have a backup profile! 😄
Be aware that this is your entire profile. So switching back to your old profile will not keep any new cookies, saved passwords, bookmarks, extension changes, etc.
prefs.js
by itself, as it is a runtime file that does not fully cover everything a user.js
alters.
🛑 Always make a backup!