Pike's Mozilla Firefox Add-ons

Get Firefox!

Bookmark Backup

Get Bookmark Backup
Version 0.4.11

Bookmark Backup is a simple add-on that helps to keep your bookmarks (and optionally other Firefox settings) safe. Each time Firefox is closed, a copy of your bookmarks file will be made to a backup location. If Firefox's bookmarks become corrupted or lost, find the most recent uncorrupted backup and copy it into your profile folder.

By default the backups can be found in the Backups folder inside Firefox's profile folder, though this location can be changed in Bookmark Backup's options dialog.

Additionally, thanks to code contributed by Nickolay Ponomarev, other files may also be backed up along with the bookmarks file. You can specify which files to backup in the options dialog. Just check the box for each type of setting you want backed up, any other files can be listed in the following text box separated by a | character. Please refer to the MozillaZine Knowledge Base for details about what data is stored in each file.

Please remember, this add-on should be used in addition to a regular profile backup not as a replacement.

Note: Firefox 1.5 (and later) makes its own backup of your bookmarks, therefore this add-on is only useful if you want to backup other settings or to control where the backups are stored.

Frequently Asked Questions (FAQ)

1. Why is the backed up copy of bookmarks.html an old file?

Firefox 3 and later store their bookmarks in a file called places.sqlite, the bookmarks.html file is no longer used. You can confirm this by checking the last modified date of the original bookmarks.html file in your profile.

2. I have lost my bookmarks, how do I restore the backup?

  1. Close Firefox.
  2. Find the Backups folder in your profile folder (or in your custom backup location, if configured).
  3. Go into the sub-folder from yesterday (don't use today's backup, it will be corrupted). Copy whichever files you wish to restore into your profile folder.
  4. Restart Firefox.

If you use Windows and don't know how to perform any of these steps please feel free to e-mail me and I'll try to walk you through them.

3. Does this add-on work on Mac OS X?

Maybe, some people say it does, other say it doesn't. I don't own a Mac so I can't confirm one way or the other.

4. Why is there a bookmarkbackups folder in my profile? How do I disable it?

The bookmarkbackups folder is created by Firefox itself (this feature was added in Firefox 1.5). The two sets of backups should not conflict, however if you wish to disable the built-in backup you can do so by setting browser.bookmarks.max_backups to 0 (this requires Firefox 2 or later).

5. Will you add support for, timestamped backups, more than seven days of backups, less than seven days of backups, scheduled backups, weekly instead of daily backups, or backing up files outside the profile?

At the moment I have no plans for any of those features.

6. Can I use wildcards in the other files box?

To a limited extent yes, you can backup a whole folder simply by typing it's name (e.g. Cache). You can backup a set of files with the same file extension by typing *.extension (e.g. *.rdf), using the * operator in any other position will not work.

7. Can I use paths in the other files box?

Bookmark Backup supports primitive relative paths, use a forward slash (/) as the path separator. There's currently no way to backup files outside the profile folder.

Contributors

Release History

0.4.11

  • Added support for the latest Firefox 4 nightlies ( and above).

0.4.10

  • Updated the list of backed up files for current trunk builds ( and above).

0.4.9

  • Added support for Firefox 3 final.

0.4.8

  • Updated the list of backed up files for current trunk builds ( and above).

0.4.7

  • Updated the list of backed up files for current trunk builds ( and above).

0.4.6

  • Updated the list of backed up files for current trunk builds ( and above).

0.4.5

  • Updated the list of backed up files for current trunk builds ( and above). Thanks Tony E.

0.4.4

  • Updated the list of backed up files for current trunk builds ( and above).

0.4.3

  • Updated the list of backed up files for Firefox 2.0.0.2 and current trunk builds (thanks Alan Baxter and Tony E).

0.4.2

  • Added support for Firefox 2 final. Due to my lateness in getting the file to the translators not all locales are ready yet, if your locale is missing please check back later, I'll update the add-on and this post as locales come in. The following locales are included at the time of writing (): ca, cs-CZ, de-DE, en-US, es-ES, fr-FR, hu-HU, it-IT, ja, ko-KR, sk, th-TH, zh-CN, zh-TW.
  • Added a Korean (ko-KR) locale, contributed by Junyeob Kim of Mozilla Update Korea.

0.4.1

  • Fixed a potential backup failure when the bookmarks file can't be found.
  • Added a Brazilian Portuguese (pt-BR) locale, contributed by Pedro Failla.

0.4

  • Partially rewritten to make the add-on more reliable, additionally it now performs backups both at shutdown and every 2 hours. The backup interval can be tweaked by setting the bookmarkbackup.interval pref to a value in minutes, you can also enable/disable startup/shutdown backups with the bookmarkbackup.startupBackup and bookmarkbackup.shutdownBackup prefs.
  • Added a logging mode to help track down backup problems. To enable it set the pref bookmarkbackup.loggingEnabled to true, this will create a file named bookmarkbackup.log in your profile folder.
  • Added an icon, contributed by Thomas Bertels.
  • This add-on no longer works on older versions of Firefox, you must be using Firefox 1.5 or above.
  • Added a Catalan (ca-AD) locale, contributed by Toni Hermoso Pulido.
  • Added a Hungarian (hu-HU) locale, contributed by KAMI.

0.3.3

  • Changed the passwords checkbox in the options dialog to also backup pre-Firebird 0.7 style password files (e.g. 1234567.s) since people with old profiles may still be using that style of file.
  • Added an Italian (it-IT) locale, contributed by Giovanni Francesco Solone of eXtenZilla.it.
  • Added a Turkish (tr-TR) locale, contributed by Orçun Apaydýn.
  • Added a French (fr-FR) locale, contributed by Thomas Bertels.
  • Added a Czech (cs-CZ) locale, contributed by Petr Jirsa.
  • Added a Thai (th-TH) locale, contributed by Sampan Sittiwantana.
  • Added a Japanese (ja-JP) locale, contributed by Premier.
  • Added a Slovak (sk-SK) locale, contributed by SlovakSoft.
  • Added a Simplified Chinese (zh-CN) locale, contributed by bigbigbomb.

0.3.2

  • Fixed an issue with backing up whole folders from the profile folder.
  • Added a Traditional Chinese (zh-TW) locale, contributed by Willy Young.

0.3.1

  • The most common settings now have a checkbox in the options dialog to make it easier to specify the files to be backed up.
  • Each day's backups are now copied into a sub-folder of the Backups folder, this keeps the files for each day together and resolves the problem of files getting the wrong extension.
  • Added a German (de-DE) locale, contributed by Patrick Ruh.
  • Added a Spanish (es-ES) locale, contributed by Carlos of Proyecto Nave.
  • Removed the automatic install.rdf update link due to bandwidth constraints, from now on you'll have to manually check for updates.

0.3

  • Bookmark Backup can now optionally backup other files in your profile. Simply go to the options dialog and enter a list of extra files to be backed up (separated with the | character). Code contributed by Nickolay Ponomarev (thanks Nick).

0.2.1

  • Fixed some previously unlocalisable strings.

0.2

  • The backup location can now be specified in Bookmark Backup's options window.
  • Fixed the Linux permissions issue when creating the Backups directory.

0.1.2

  • Now supports the backup of a bookmarks file that has been moved with browser.bookmarks.file.

0.1.1

  • Bookmark backups are now stored in a sub-directory of the profile directory named Backups.

0.1

  • Initial Release.

Comments

#421 Reid Railton

Glad your site's back. I just think that Bookmark backup is excellent. Thanks

#422 Bill

i backed up cookies, logins, form history from firefox2,
i copied them to the profile of firefox3 but doesnt seem to work?

#423 Pike

@Bill

If you already have Fx3 cookies, logins and form history, then Fx3 will ignore the old Fx2 ones. So make sure you remove the existing files from your Fx3 profile first.

#424 frcan

On my side, since on Firefox 3 the extension doesn't back up the .json bookmark file. Any idea why?

#425 Frcan

Oops! Forgot to mention that it's FF3 on Ubuntu here. Could make a difference, maybe....

#426 Pike

@Frcan

Bookmark Backup has never backed-up backups.

#427 frcan

My bad :oops: Since file names changed in FF3, I wasn't sure it was working right on my side. It IS working as it should.

Sorry for the confusion :?

#428 squaredancer

pikey, melad

are you following the mozilla.support.firefox NG ?? I've just posted there that "it seems" that there is an extensions update bug, as the FF3 update manager doesn't find version 0.4.9 to update from the installed vers 0.3.3
screenshot at ImageShack:
<http://img380.imageshack.us/my.php?image=noupdatehv4.jpg>

btw - re: FAQ 6) above
I have pathed my backups to all over the place, including an external HD. At the moment, they go to C:/FF3 BM-Backups without a wimp!

reg

#429 Pike

@squaredancer

No, I only follow the dev newsgroups.

The lack of automatic updates is not a bug in Firefox. I don't offer automatic updates to my extensions anymore. I used to but my webhost complained that the updates file was getting too many connections so I removed it. :(

#430 Albrecht Querfurth

Bookmark Backup für Firefox 3 funktioniert nicht. Wenn ich
in der Lesezeichenverwaltung die HTML-Datei wieder hochladen will, kommt nur ein kleiner Teil meiner Lesezeichen zum
Vorschein. Schade, eigentlich gehörte BookmarkBackup zu meinen
wichtigsten Erweiterungen. Ich hoffe doch, daß bald ein
Update kommt.
Was ist eigentlich json ?

Mit freundlichen Grüßen
Albrecht Querfurth
Templiner Str. 8
D-99091 Erfurt
albrecht.querfurth@gmx.de

#431 Pike

@Albrecht

I'm afraid I can't read German. :(

#432 Carlos Passos

My Mozilla Firefox stopped working after download of latest update

#433 Wendy

I've spent more than 1 hour trying to solve the problems by following help pages about lost bookmarks and other troubles I'm experiencing, but nothing seems to work. Although I have bookmarks backups IN MY PROFILE they cannot be loaded and I cannot make any new bookmarks. Also, history and back/forward buttons are not working.
My Firefox browser is completely blocked!

PLEASE HELP!!!!!

#434 Wendy

I forgot to add this: EACH TIME I start Firefox the same message appears - that Firefox has crashed during last session, and the window gives me the option to restore or start a new session

#435 Pike

@Wendy

My first guess would be that you have a corrupted localstore file, see below for instructions on how to fix it (doing so will have the unfortunate side effect of resetting all your windows and toolbars to default).

http://kb.mozillazine.org/Corrupt_localstore.rdf

Please let me know if this fixes anything.

#436 jo

I started up my computer and my homepage had been changed to firefox and my bookmarks were all gone- I am not a techie and I don't have time to start all over...

#437 Pike

@jo

You need to find your profile folder (instructions: http://support.mozilla.com/en-US/kb/Profiles) then look to see if you have any backups of your bookmarks (look for a sub-folder called either bookmarkbackups or Backups). If you do have backups you can import them into Firefox by going to:

Bookmarks->Organize Bookmarks->File->Import...->from File

You can find more information about lost bookmarks here:

http://kb.mozillazine.org/Lost_bookmarks

#438 Mike

Been using Bookmarkbackup and popup count for quite a while, thanks for your nice work!

#439 Dafan

Thanks for the extension!

#440 Walter

I have the same problem as our german friend Albrecht.
Bookmark Backup is my favorite extension. Unfortunately since Firefox 3, the 'saved' bookmarks.html does no longer represent my current bookmarks (looks like the default you get when installing firefox). And even the modification date of this bookmarks.html on the daily folder is always the same. I observed this problem on 2 different workstations using XP & Vista.

Post Comment

Add your comment in the box below (you may use Quake-style colour codes in your name).

Back to the index page