Firefox Backup 'QuickPick' now available

Firefox, Thunderbird, SeaMonkey, Camino, Mozilla, Netscape 6/7/8/9, and all Gecko-based browsers discussion and support forum.
(MozInfo701, Netscape Browser Archive)

Moderators: Antony, Edward, profman, Ramona

Firefox Backup 'QuickPick' now available

Postby Antony » Sat 18 Mar, 2006 8:12 pm

Image
Backing up Mozilla Firefox profile data has never been easier

This Firefox Backup ‘QuickPick’ will help you making backups of Firefox bookmarks and settings. You can use this Firefox Backup ‘QuickPick’ to schedule backup frequent or even manually, and a variety of destinations for you to choose from. This Firefox Backup ‘QuickPick’ allows you to create full backup or incremental backups for saving time and space.

Download Firefox Backup ‘QuickPick’ installer and follow this simple instruction.

For more information, please see Firefox Backup ‘QuickPick’ page.

You will need Backup.app (from .Mac) to use this 'QuickPick', .Mac membership is required to activate Backup.app for the first time (free trial membership will work). You don't need .Mac membership to use continue using Backup.app.
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2
User avatar
Antony
diamond member
diamond member
 
Posts: 14343
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby DJGM » Sat 18 Mar, 2006 8:40 pm

And how about pointing out that this is for Mac OS X only?!?
:roll:

Believe it or not, as much as you wish otherwise, not everyone uses Mac OS X !
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.8.0.1) Gecko/20060130 SeaMonkey/1.0
SeaMonkey = Swiss Army Knife: It's versatile, reliable, and contains useful tools.
Windows Internet Explorer = Old Swiss Cheese: Full of holes, and it stinks!
User avatar
DJGM
diamond member
diamond member
 
Posts: 4550
Joined: Wed 19 Jun, 2002 1:03 pm
Location: Manchester, England, UK

Postby Don_HH2K » Sat 18 Mar, 2006 10:32 pm

DJGM wrote:And how about pointing out that this is for Mac OS X only?!?
:roll:

Believe it or not, as much as you wish otherwise, not everyone uses Mac OS X !


I have a similar utility for Windows available here, which is compatible with Mozilla, Seamonkey, Donzilla, Netscape, and Firefox, and will run on 95 and higher. Unlike Antony's version, it doesn't have any built-in scheduling, but it's schedule-ready: you can set up a Task Scheduler task (98 or higher) to execute profilebackup.bat at whatever interval you choose, since no user intervention is required.

The only instructions for use are to extract all the files to a directory, run [tt]profilebackup.bat[/tt] to back up a profile, and run [tt]profilerestore.bat[/tt] to restore it. The script will save any and all information under Application Data\Mozilla to a .tar.gz archive.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 Donzilla/1.1PR1 (WML/1.3)
Laptop: HP Compaq nx6325 - Turion 64 X2 @ 2GHz, 2GB DDR2, 100GB HD, ATI Radeon X300, 15" LCD, Seven Pro
Handheld: Palm Treo 650 - Intel PXA270 @ 312MHz, 10MB RAM, 32MB flash, 2.7" LCD, Palm OS 5.4
User avatar
Don_HH2K
Moderator
Moderator
 
Posts: 5112
Joined: Sun 09 May, 2004 3:59 pm

Postby Antony » Sun 19 Mar, 2006 9:22 am

DJGM wrote:Believe it or not, as much as you wish otherwise, not everyone uses Mac OS X !
I am well aware of that.

With the Backup ‘QuickPick’, you can create Full Backup and/or Incremental Backups, which means you can simply rollback to a previous date. Latest backup may not always be the best or the desired one.
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2
User avatar
Antony
diamond member
diamond member
 
Posts: 14343
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby Don_HH2K » Sun 19 Mar, 2006 3:05 pm

Antony wrote:With the Backup ‘QuickPick’, you can create Full Backup and/or Incremental Backups, which means you can simply rollback to a previous date. Latest backup may not always be the best or the desired one.


Windows has come with a backup utility since Windows NT, not to mention that it's supported incremental backups since then as well. If you have the Windows Backup utility install, just make incremental backups of your Application Data\Mozilla folder for an incremental effect.

In NT/2000/XP you can script the process using the [tt]ntbackup[/tt] command:
Code: Select all
ntbackup backup "%APPDATA%\Mozilla" /j "Mozilla Profile Backup" /f ".\backup.bkf" /m incremental

...which will append your profile on an incremental basis to [tt]backup.bkf[/tt] in the current folder whenever you run it. You can also load it into Task Scheduler and have it run automatically.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 Donzilla/1.1PR1 (WML/1.3)
Laptop: HP Compaq nx6325 - Turion 64 X2 @ 2GHz, 2GB DDR2, 100GB HD, ATI Radeon X300, 15" LCD, Seven Pro
Handheld: Palm Treo 650 - Intel PXA270 @ 312MHz, 10MB RAM, 32MB flash, 2.7" LCD, Palm OS 5.4
User avatar
Don_HH2K
Moderator
Moderator
 
Posts: 5112
Joined: Sun 09 May, 2004 3:59 pm

Postby Antony » Sun 19 Mar, 2006 4:44 pm

Backup utility included in Windows can be launched from
Start > Programs > Accessories > System Tools > Backup

You don't need to use the ugly command lines.

Simply select
[tt]C:\Documents and Settings\(user name)\Application Data\Mozilla\Firefox[/tt] as the source, and you will be able to make a more portable Backup file.

To my knowledge, in order to make Incremental backups with Windows Backup utility, all backups must be in the same file. This is unlike .Mac's Backup utility.
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2
User avatar
Antony
diamond member
diamond member
 
Posts: 14343
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby Don_HH2K » Sun 19 Mar, 2006 4:59 pm

It's utlimately a matter of personal preference whether to use a UI or a command-line. I prefer using the command line backup system, since I find it to be more convenient, and furthermore, I can schedule it to run. For the most part, I prefer using command-line apps to their bloated UI-based counterparts anyway: [tt]tar -xvzf (filename)[/tt] is a whole lot easier than opening up WinRAR and navigating through a few dialogs.

The command I gave above will still start the UI and proceed from there; the nice thing is that I can just tell it what to do outright instead of having to click through a ton of menus.

Incremental backups do not have to be in the same file. You can select to make a master copy, and then dump the changed incremental backups into different files
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 Donzilla/1.1PR1 (WML/1.3)
Laptop: HP Compaq nx6325 - Turion 64 X2 @ 2GHz, 2GB DDR2, 100GB HD, ATI Radeon X300, 15" LCD, Seven Pro
Handheld: Palm Treo 650 - Intel PXA270 @ 312MHz, 10MB RAM, 32MB flash, 2.7" LCD, Palm OS 5.4
User avatar
Don_HH2K
Moderator
Moderator
 
Posts: 5112
Joined: Sun 09 May, 2004 3:59 pm

Postby Antony » Sun 19 Mar, 2006 5:07 pm

Don_HH2K wrote:[tt]tar -xvzf (filename)[/tt] is a whole lot easier than opening up WinRAR and navigating through a few dialogs.
When did Windows start to include [tt]tar[/tt] utility?
UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2
User avatar
Antony
diamond member
diamond member
 
Posts: 14343
Joined: Tue 18 Jun, 2002 11:36 pm
Location: Sydney, Australia

Postby Don_HH2K » Sun 19 Mar, 2006 5:09 pm

It doesn't. I'm just saying that command-line [tt]tar[/tt] seems eons easier to use than WinRAR or another TAR-enabled GUI-based opener.
UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060130 Donzilla/1.1PR1 (WML/1.3)
Laptop: HP Compaq nx6325 - Turion 64 X2 @ 2GHz, 2GB DDR2, 100GB HD, ATI Radeon X300, 15" LCD, Seven Pro
Handheld: Palm Treo 650 - Intel PXA270 @ 312MHz, 10MB RAM, 32MB flash, 2.7" LCD, Palm OS 5.4
User avatar
Don_HH2K
Moderator
Moderator
 
Posts: 5112
Joined: Sun 09 May, 2004 3:59 pm


Return to Firefox, SeaMonkey and Netscape

Who is online

Registered users: Exabot [Bot], Google [Bot], Yahoo [Bot]