Wednesday, December 29, 2004

Backup your Firefox and Thunderbird Profiles

For those of you who haven't yet heard, Mozilla Firefox and Thunderbird are two first-rate programs designed to surf the world wide web, and receive and send emails from POP and IMAP email accounts. Because of their popularity a programmer has made a program called Mozbackup. Its a great little program and allows you to backup all your settings, bookmarks, emails etc. from Mozilla Suite, Firefoz and Thunderbird.

In V1.4 BETA a new feature was added which could allow automatic backup. Finding this I made a batch file (a mini program) which could then automatically backup Firefox and Thunderbird in one go which is quite time saving.

If you would like a copy of my Auto-Backup Variant of MozBackup 1.4 BETA you can download below, or just paste the following code in a text file, and then change the file type to Batch (*.bat). I hope you find it helpful.

Source:

@echo This executable is about to Backup your Firefox and Thunderbird Profiles.
@Echo _
@Echo Please ensure all programs which might alter the profiles of Firefox or Thunderbird are closed before continuing.
@Echo _
@Echo Close to cancel,

@echo off

pause

@echo _
@echo Beginning backup of Mozilla Firefox

Backup.exe -f default

@echo Firefox backup completed.

@echo _
@echo Beginning backup of Mozilla Thunderbird

Backup.exe -t default

@echo Thunderbird backup completed.

@echo _
@echo Auto-Backup Complete.
@echo _
@echo Auto-Backup will now exit,
pause


A whole zip file with everything set up is available for download as well.

If you have any suggestions, comments etc. Please email me at smith[eightyEight]at[bluebottle].com


Please Note: I am in no way endorsed or linked to the developer of MozBackup and this is an entirely unofficial package.

0 Comments:

Post a Comment

<< Home