Firefox Backup 'QuickPick' now available

You are here:  SillyDog701 > Message Centre > Firefox, SeaMonkey and Netscape > [sdt=11081]
SillyDog701 Forums
Author Message
Antony
Site Admin


Joined: 18 Jun 2002
Posts: 11706
18 Mar, 2006 7:12 pm Firefox Backup 'QuickPick' now available [sdp=71678]  


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

Back to top profile website
DJGM
diamond member


Joined: 19 Jun 2002
Posts: 4338
Location: Manchester, England, UK
18 Mar, 2006 7:40 pm [sdp=71680]  

And how about pointing out that this is for Mac OS X only?!?
Rolling Eyes

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

Mozilla = Swiss Army Knife: It's versatile, reliable, and contains useful tools.
Microsoft Internet Explorer = Old Swiss Cheese: Full of holes, and it stinks!
Back to top profile website
Don_HH2K
Moderator


Joined: 09 May 2004
Posts: 4434
18 Mar, 2006 9:32 pm [sdp=71697]  

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

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 profilebackup.bat to back up a profile, and run profilerestore.bat 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)

Main rig: Turion64X2 @ 2GHz, 2GB DDR2-667, 100GB HD, Radeon X300, 15" LCD, Vista Ultimate x64
Server: P2 @ 233MHz, 192MB PC66, 20GB HD, 13.3" LCD, Windows Server 2003
Back to top profile website
Antony
Site Admin


Joined: 18 Jun 2002
Posts: 11706
19 Mar, 2006 8:22 am [sdp=71709]  

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

Back to top profile website
Don_HH2K
Moderator


Joined: 09 May 2004
Posts: 4434
19 Mar, 2006 2:05 pm [sdp=71723]  

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 ntbackup command:
Code:
ntbackup backup "%APPDATA%\Mozilla" /j "Mozilla Profile Backup" /f ".\backup.bkf" /m incremental

...which will append your profile on an incremental basis to backup.bkf 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)

Main rig: Turion64X2 @ 2GHz, 2GB DDR2-667, 100GB HD, Radeon X300, 15" LCD, Vista Ultimate x64
Server: P2 @ 233MHz, 192MB PC66, 20GB HD, 13.3" LCD, Windows Server 2003
Back to top profile website
Antony
Site Admin


Joined: 18 Jun 2002
Posts: 11706
19 Mar, 2006 3:44 pm [sdp=71729]  

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
C:\Documents and Settings\(user name)\Application Data\Mozilla\Firefox 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

Back to top profile website
Don_HH2K
Moderator


Joined: 09 May 2004
Posts: 4434
19 Mar, 2006 3:59 pm [sdp=71732]  

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: tar -xvzf (filename) 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)

Main rig: Turion64X2 @ 2GHz, 2GB DDR2-667, 100GB HD, Radeon X300, 15" LCD, Vista Ultimate x64
Server: P2 @ 233MHz, 192MB PC66, 20GB HD, 13.3" LCD, Windows Server 2003
Back to top profile website
Antony
Site Admin


Joined: 18 Jun 2002
Posts: 11706
19 Mar, 2006 4:07 pm [sdp=71734]  

Don_HH2K wrote:
tar -xvzf (filename) is a whole lot easier than opening up WinRAR and navigating through a few dialogs.
When did Windows start to include tar utility?

UserAgent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/417.9 (KHTML, like Gecko) Safari/417.9.2

Back to top profile website
Don_HH2K
Moderator


Joined: 09 May 2004
Posts: 4434
19 Mar, 2006 4:09 pm [sdp=71735]  

It doesn't. I'm just saying that command-line tar 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)

Main rig: Turion64X2 @ 2GHz, 2GB DDR2-667, 100GB HD, Radeon X300, 15" LCD, Vista Ultimate x64
Server: P2 @ 233MHz, 192MB PC66, 20GB HD, 13.3" LCD, Windows Server 2003
Back to top profile website
Display posts from previous:   
Reply to topic    Forum Index > Firefox, SeaMonkey and Netscape All times are CST (GMT -6)
page 1 of 1
To add your questions, comments, and for more features and more, please join SillyDog701 Message Centre. It's free! This is SillyDog 701 Message Centre (SD701 Forums).
discounted Harley parts - shop online for harley davidson parts & accessories at 20% discount.
Buy Text Links - buy and/or sell text link ads.

Michael Jackson Thriller 25 iTunes .Mac

*Search | FAQ | Rules and Policies | MozInfo701 - Mozilla Information Centre | SD701 Open Directory | Message Board Map | download Netscape