Third party profile backup software and services: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(verb is "back up". noun and adjective is "backup"; other minor stuff)
m (more backup -> back up and other minor stuff)
Line 23: Line 23:
None of these services understand Mozilla profiles, its just a bunch of files to them.
None of these services understand Mozilla profiles, its just a bunch of files to them.


In order to use the service you have to install client software that you can configure to periodically, automatically backup any modified files to the online storage they provide.  Mozilla applications typically write to several configuration files (for example [[prefs.js]]) when exiting to guarantee that the file is in sync with whats in memory, even if nothing has changed. If the backup software just checks whether the time/date stamp has changed, it will unnecessarily backup those files.  
In order to use the service you have to install client software that you can configure to periodically, automatically back up any modified files to the online storage they provide.  Mozilla applications typically write to several configuration files (for example [[prefs.js]]) when exiting to guarantee that the file is in sync with what's in memory, even if nothing has changed. If the backup software just checks whether the time/date stamp has changed, it will unnecessarily back up those files.  


If you're using SeaMonkey or Thunderbird you should consider telling it to exclude any *.msf files. Those files can be recreated by SeaMonkey and Thunderbird. You should also consider avoiding very large folders - split them into multiple folders. The backup software is smart enough not to backup a mbox file (the file used to store all of the messages in a specific folder) if its already backed up, but its not smart enough to only upload the changes to a file. For example, if you move a 10KB new message to a 1GB folder it will backup the entire 1GB file.
If you're using SeaMonkey or Thunderbird you should consider telling it to exclude any *.msf files. Those files can be recreated by SeaMonkey and Thunderbird. You should also consider avoiding very large folders - split them into multiple folders. The backup software is smart enough not to back up a mbox file (the file used to store all of the messages in a specific folder) if it's already backed up, but its not smart enough to only upload the changes to a file. For example, if you move a 10KB new message to a 1GB folder it will back up the entire 1GB file.


==Online file storage==
==Online file storage==


[http://www.xdrive.com/ Xdrive], [http://skydrive.live.com/ Microsoft Skydrive], [http://briefcase.yahoo.com/bc//home Yahoo Briefcase] and the upcoming [http://online.wsj.com/article/SB119612660573504716.html?mod=hps_us_whats_news Google My Stuff] provide free password protected file storage, but no automated backup. How you backup your profile depends upon how they integrate uploading. Xdrive for example integrates into Windows Explorer. but since its storage doesn't emulate a drive you can't use a regular file backup program with it.  
[http://www.xdrive.com/ Xdrive], [http://skydrive.live.com/ Microsoft Skydrive], [http://briefcase.yahoo.com/bc//home Yahoo Briefcase] and the upcoming [http://online.wsj.com/article/SB119612660573504716.html?mod=hps_us_whats_news Google My Stuff] provide free password protected file storage, but no automated backup. How you back up your profile depends upon how they integrate uploading. Xdrive for example integrates into Windows Explorer. but since its storage doesn't emulate a drive you can't use a regular file backup program with it.  


[http://www.amazon.com/gp/browse.html?node=16427261 Amazon Simple Storage Service (S3)] is another alternative, though its not free.
[http://www.amazon.com/gp/browse.html?node=16427261 Amazon Simple Storage Service (S3)] is another alternative, though its not free.


One factor to consider when choosing a online file storage is whether they're likely to go out of business, and if they do how much time do you have to move your files. Xdrive has gone out of business once already.
One factor to consider when choosing online file storage is whether they're likely to go out of business, and if they do, how much time do you have to move your files. Xdrive has gone out of business once already.


==See also==
==See also==

Revision as of 02:16, 2 January 2009

File backup

Only Mozilla-aware file backup programs and add-ons are listed.

  • FEBE: Firefox extension. Selective, full profile, and scheduled backup. Rebuilds backed up extensions as installable .xpi files. (Windows, Linux, Mac OS X)
  • TEBE beta: Thunderbird extension.
  • KLS Mail Backup: Thunderbird aware.
  • Gspace: Firefox extension to store files in a Gmail account. It makes the Gmail account look like a FTP host.
  • Jaback : A file backup utility for Windows or Mac OS X that supports scheduling and email notification of task failures. The main downside is that it's not Mozilla aware, so you have to understand the profile layout if you don't want to back up the whole profile.

Profile-aware backup

  • MozBackup is the most common way to back up a profile for Mozilla Suite, Firefox, and Thunderbird. The main drawback is it only supports Windows and you can't schedule a backup.
  • BackupFox: Back up your profiles of Firefox and Thunderbird. (Windows)
  • Email backup: Profile backup utility for Thunderbird (Mac OS X)

Ezbackup Ultimate and Thunderbird Backup are commercial programs to back up a profile to a directory, CD/DVD, or FTP server, and schedule a automated backup.

Automated online backup

Mozy, Carbonite and Idrive are the most well known commercial services for automated online backup of files. Mozy is the most frequently recommended, and has a free version that provides 2GB of online storage. Some others are Egnyte, Steekr, and Yuntaa. Many of these services offer 1GB of free space, with the option to pay for more storage.

None of these services understand Mozilla profiles, its just a bunch of files to them.

In order to use the service you have to install client software that you can configure to periodically, automatically back up any modified files to the online storage they provide. Mozilla applications typically write to several configuration files (for example prefs.js) when exiting to guarantee that the file is in sync with what's in memory, even if nothing has changed. If the backup software just checks whether the time/date stamp has changed, it will unnecessarily back up those files.

If you're using SeaMonkey or Thunderbird you should consider telling it to exclude any *.msf files. Those files can be recreated by SeaMonkey and Thunderbird. You should also consider avoiding very large folders - split them into multiple folders. The backup software is smart enough not to back up a mbox file (the file used to store all of the messages in a specific folder) if it's already backed up, but its not smart enough to only upload the changes to a file. For example, if you move a 10KB new message to a 1GB folder it will back up the entire 1GB file.

Online file storage

Xdrive, Microsoft Skydrive, Yahoo Briefcase and the upcoming Google My Stuff provide free password protected file storage, but no automated backup. How you back up your profile depends upon how they integrate uploading. Xdrive for example integrates into Windows Explorer. but since its storage doesn't emulate a drive you can't use a regular file backup program with it.

Amazon Simple Storage Service (S3) is another alternative, though its not free.

One factor to consider when choosing online file storage is whether they're likely to go out of business, and if they do, how much time do you have to move your files. Xdrive has gone out of business once already.

See also