LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 09-19-2008, 08:12 PM   #1
jgz
LQ Newbie
 
Registered: Jan 2008
Posts: 16

Rep: Reputation: 0
How do you backup Firefox bookmarks history and add ons


I am looking for a way to backup my Firefox bookmarks history and add ons so I can have the same set up on different computers, or being able to apply to new operating system installation. In Evolution they have a one click backup which is very nice. Is their anything similar in Firefox.
 
Old 09-19-2008, 08:18 PM   #2
Lsatenstein
Member
 
Registered: Jul 2005
Location: Montreal Canada
Distribution: Fedora 31and Tumbleweed) Gnome versions
Posts: 311
Blog Entries: 1

Rep: Reputation: 59
Go to Firefox and download the foxmarks addon. This free service allows you to store your firefox bookmark on the foxmarks server. Then, from anywhere, add the foxmarks addon and download/synchronize the bookmarks.

Works fantastically. (I synchronize 5 systems)
 
Old 09-19-2008, 08:22 PM   #3
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
Very easily. Just copy your .mozilla directory:

Main computer:
# cd ~
# tar -cjvf mozilla_bkp.tar.bz2 ~/.mozilla

Copy 'mozilla_bkp.tar.bz2' to the user directory on the new computer:
And decompress it:
# cd ~
# tar -xjvf mozilla_bkp.tar.bz2

This preserves EVERYTHING (bookmarks, history, cookies, extensions, etc...)

Last edited by mjmwired; 09-19-2008 at 08:23 PM.
 
Old 09-19-2008, 10:17 PM   #4
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
a "tar.bz2" nice simple no fuss on mess ,I like it
 
Old 09-20-2008, 06:13 AM   #5
harry2006
Member
 
Registered: Aug 2006
Location: /hawaii/honolulu/downtown
Distribution: Fedora 10[Cambridge] and Ubuntu 9.04[Jaunty]
Posts: 201

Rep: Reputation: 30
if you want it to access from anywhere in the globe, then in my opinion the best option is to use "Foxmarks" addon in mozilla, creating a new accoutn wont take much time, simple 2/3 steps and its not taht you can access it from mozilla only , just goto www.foxmarks.com and login to your account and then you can do whatever you like i.e add/change bookmarks ... i've using it for last 2/3 yrs...
its really nice...
 
Old 09-20-2008, 06:40 AM   #6
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Quote:
Originally Posted by harry2006 View Post
if you want it to access from anywhere in the globe, then in my opinion the best option is to use "Foxmarks" addon in mozilla, creating a new accoutn wont take much time, simple 2/3 steps and its not taht you can access it from mozilla only , just goto www.foxmarks.com and login to your account and then you can do whatever you like i.e add/change bookmarks ... i've using it for last 2/3 yrs...
its really nice...
Maybe, but I am usually not happy about throwing my personal data and passwords into a remote server which I do not control. If I need to access anything from anywhere I can put it on my home server which I trust, no need for a 3rd party one.
 
Old 09-20-2008, 08:36 AM   #7
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,884
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
FEBE
http://customsoftwareconsult.com/ext...febe/febe.html

FEBE allows you to quickly and easily backup your Firefox extensions. In fact, it goes beyondjust backing up -- It will actually rebuild your extensions individually into installable .xpi files. Now you can easily synchronize your office and home browsers.

FEBE backs up and restores your extensions, themes, and (optionally) your bookmarks, preferences, cookies. and much more.
 
Old 09-21-2008, 07:29 PM   #8
Lsatenstein
Member
 
Registered: Jul 2005
Location: Montreal Canada
Distribution: Fedora 31and Tumbleweed) Gnome versions
Posts: 311
Blog Entries: 1

Rep: Reputation: 59
Foxmarks gets marks

Foxmarks allows for firefox bookmark synchronisation. You may set it up as automatic, or for manual control.

What I like about it is that I do a cleanup of a bookmark, and replace a bookmark, and I can ask Foxmark to update it's copy. I can also have Foxmark do the update before exiting, or on first starting firefox.

Copy with tar files works fine too, except that you have to email it to a server such as google, yahoo, hotmail or other. And you have to manually force synchronisation.

I'll stick to foxmark.
 
Old 09-21-2008, 07:51 PM   #9
billymayday
LQ Guru
 
Registered: Mar 2006
Location: Sydney, Australia
Distribution: Fedora, CentOS, OpenSuse, Slack, Gentoo, Debian, Arch, PCBSD
Posts: 6,678

Rep: Reputation: 122Reputation: 122
Quote:
Originally Posted by i92guboj View Post
Maybe, but I am usually not happy about throwing my personal data and passwords into a remote server which I do not control. If I need to access anything from anywhere I can put it on my home server which I trust, no need for a 3rd party one.
Foxmarks only stores bookmarks, nothing else (at least that's the intent).

Great app - makes life a lot easier, especially when you run several distros on on computer
 
Old 09-21-2008, 08:15 PM   #10
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
Quote:
Originally Posted by Lsatenstein View Post
Copy with tar files works fine too, except that you have to email it to a server such as google, yahoo, hotmail or other. And you have to manually force synchronisation.
Look into 'rsync'.
# man rsync
 
Old 09-22-2008, 08:49 PM   #11
Lsatenstein
Member
 
Registered: Jul 2005
Location: Montreal Canada
Distribution: Fedora 31and Tumbleweed) Gnome versions
Posts: 311
Blog Entries: 1

Rep: Reputation: 59
MjM If you are going linux to linux where both systems are up 24/7, then you can do what you want. Rsync is the hammer to kill a fly.

With the foxmarks free facility, I can synchronize my XP system as well as my three linux systems, all in different offices and all not online at the sametime.

And it is dynamic. I can receive updates and delete bookmarks and at the end of the day, my system is synchronized.

With RSYNC, I can only send an update from a single source to a single target. Foxmarks allows a many to many.

I know I am unable to convince you, but if the only tool you have is a hammer, all solutions look like nails.
 
Old 09-22-2008, 09:20 PM   #12
mjmwired
Member
 
Registered: Apr 2004
Distribution: CentOS6, CentOS5, F16, F15, Ubuntu, OpenSuse
Posts: 620

Rep: Reputation: 39
Quote:
Originally Posted by Lsatenstein View Post
MjM If you are going linux to linux where both systems are up 24/7, then you can do what you want. Rsync is the hammer to kill a fly.

With the foxmarks free facility, I can synchronize my XP system as well as my three linux systems, all in different offices and all not online at the sametime.

And it is dynamic. I can receive updates and delete bookmarks and at the end of the day, my system is synchronized.

With RSYNC, I can only send an update from a single source to a single target. Foxmarks allows a many to many.

I know I am unable to convince you, but if the only tool you have is a hammer, all solutions look like nails.
Hmmm...
The OP said nothing of Windows XP. It simply stated to backup for new installs, which included "bookmarks history and add ons". I just answered the question.

However as you stated "Copy with tar files works fine too, except that you have to email it to a server such as google, yahoo, hotmail or other." I don't know why anyone would want to transfer files like that over hotmail or the likes. So I merely offered 'rsync' as a friendly alternative to transfer files over email.

If whatever you have works, more power to you.

You have to trust Foxmarks to some degree, which I guess is no big deal (for bookmarks), but like someone else stated it only does bookmarks, which is not a complete Firefox profile. Furthermore if it is only bookmarks you are interested in, I recommend the delicious extension, which also works very well across platforms.

I don't know much about hammers, nails and flies.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
LXer: Firefox Security add-ons LXer Syndicated Linux News 1 01-08-2008 09:32 AM
LXer: Power browsing with five top Firefox add-ons LXer Syndicated Linux News 0 12-27-2007 02:21 AM
Firefox Add-ons install but don't show up after restart, 'preferences' not working mbvpixies78 Linux - Software 4 12-07-2007 02:11 AM
firefox add-ons asif2k General 1 09-21-2007 07:41 PM
LXer: Firefox Add-ons: Coding in a Tunnel LXer Syndicated Linux News 0 06-26-2007 12:46 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:30 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration