1
0
mirror of https://github.com/yokoffing/Betterfox.git synced 2026-06-12 15:40:48 +05:30

Updated Backup (markdown)

HJ
2023-09-08 14:56:53 -04:00
parent 49f03e04f8
commit dcf1f86525
+6 -5
@@ -1,6 +1,11 @@
## Make a backup profile
Changes caused by a `user.js` file will alter your Firefox profile.
The easiest, and most complete, way to backup is to copy your entire profile directory when Firefox is closed.
:warning: Deleting this file will NOT revert any changes. (Just because all of the changes were stored in a `user.js` file doesn't mean your profile will revert back if you delete it.)
The easiest, and most complete, way to backup is to copy your entire profile directory.
***
## Instructions
### Open the profile folder
@@ -18,8 +23,4 @@ The easiest, and most complete, way to backup is to copy your entire profile dir
7. Open the new profile folder and paste the contents into it.
8. Close the window. You now have a backup profile! :smile:
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.
:warning: Do not back up `prefs.js` by itself, as it is a runtime file that does not fully cover everything a `user.js` alters.
:stop_sign: Always make a backup!