In: Categories » Computers and technology » MAC » Choose Your Backup Software
When is a backup program not a backup program? A lot of software that calls itself "backup software" does not actually perform backups in the sense we're discussing here. That is to say, some backup programs do not create additive incremental archives, some do not create duplicates, and some do neither!
Unfortunately, because software developers use terms such as "incremental," "archive," and "backup" differently, you may think you're getting certain capabilities when you buy a product that later turn out to be missing. Thus it is extremely important that you read the fine print, and understand exactly what it is you're looking for.
Duplication Features
Many different applications have the ability to create a bootable backup. This entails copying all the files (including hidden files) on your hard disk to another volume while preserving Unix ownership, permissions, and symbolic links. Assuming you use the correct settings, such applications can also update a duplicate incrementally (rather than recopy every single file each time).
However, you should consider a few other things when looking at a duplication program:
- Can it create a bootable duplicate directly onto a hard disk (as opposed to an intermediate disk image or optical media)? If you have an extra hard drive available, you'll want this capability.
- Conversely, can it create a restorable duplicate onto optical media or a disk image? Sometimes this feature is useful, other times not.
- Can it automatically update the duplicates on a schedule?
- When updating a duplicate incrementally, can it also delete files that were deleted on the source volume? If not, your duplicate may include extraneous files that you don't want. (Of the software discussed here that offers both duplication and archiving features, only Personal Backup X lacks the ability to synchronize deletions when updating duplicates.)
- Does it have any other features you might use, such as file and folder synchronization?
Retrospect Desktop vs. Retrospect Express
EMC Insignia's Retrospect software comes in several different editions, including Retrospect Desktop ($129) and Retrospect Express. The two applications are quite similar, the main differences being that Retrospect Express does not support tape drives or client-server backups and that its facility for selecting or excluding files is more primitive. You can find a list of differences, as well as the features of Retrospect's Workgroup and Server editions, at www.emcinsignia.com/en/products/mac_compare.dtml. One important issue not on that list: technical support. No matter which version you have, free support is limited to the FAQs, knowledgebase, and community forums on the EMC Web site. Paid support is available for both products, however; EMC charges $40 per incident for Retrospect Express and $70 per incident for Retrospect Desktop.
In this article, when I refer to "Retrospect" (without any other qualifiers), I mean that the features in question apply to all editions of the program. If a feature is applicable only to a particular edition, I specify "Retrospect Desktop" or "Retrospect Express."
Archiving Features
Among applications that provide archiving features, there's a huge range of variation in how they workand how easy they make it to restore your work later. The fact that an application stores multiple revisions of each backed-up file does not, by itself, make it good for creating archives.
Archive Varieties
First, there's an important distinction to make: true archives versus rotating backups. In a true archivethat is, an additive incremental archiveevery version of every file you designate is saved, but identical files are never duplicated. In a rotating backup, the program creates a complete, separate copy of all your files every daybasically a non-incremental archive. Then, after a certain number of days (specified by the user), the program erases the oldest backup and adds a new one. Rotating backups, because they copy every single file each day, take longer to perform and require more storage space. If you've got room and time, there's nothing wrong with that approach, and it removes the need for a snapshot list (since all the files are there). However, because you're erasing files older than a certain date, you're restricting your restoration ability. If you keep, say, 5 days worth of rotating backups and find you need a file you deleted a week ago, you're out of luck.
A few applications offer the best of both worlds: rotating archives. Like a conventional archive, new files are added to the backup incrementally (without overwriting older versions). However, to conserve space, you can opt to erase the oldest versions of selected files at the same timefor example, all versions older than 30 days, or versions copied more than 30 sessions ago.
Warning! Not every program uses the same criteria to determine when a file should be added to an incremental archive. Some rely exclusively on modification dates, which is an error-prone method. For instance, simply changing the name of a file does not change its modification date. And some applications do not correctly set the modification date each time you save a file.
- Most backup software is intelligent enough to figure out when a file has changed, regardless of its modification dateor at least provide an option to check other criteria. But some is not. Worse, unless you carefully crosscheck archived files against the originals, you may not notice such an error until it's too late.
- The best way to guard against this problem (apart from buying high-quality backup software) is to spot-check the modification dates of files from applications you use frequently to be sure they were correctly updated the last time you saved them.
- If you encounter files that do not reflect the correct modification dates, try downloading the free (donations accepted) contextual menu plug-in TouchCM. After installing the plug-in, select the files in question, Control-click (or right-click), and choose Touch from the contextual menu to set the modification date to the current time and date (www.exittoshell.com/products/touch.shtml).
File Format, Compression, and Encryption
To oversimplify somewhat, most software employs one of two basic methods to copy files when performing a backup. One way is to copy each file in a stand-alone Finder-readable format, so that the backed-up files look exactly like the originals. Another way is to copy all the files into a single, larger file (sometimes called an archive file or a backup set). Each approach has advantages and disadvantages.
Finder-format copies can be restored without the use of a backup programjust drag and drop. Some people also feel more secure knowing they can get at their files easily even if their backup software goes south. Of course, the backed-up files generally take up exactly as much space as the originals (see just ahead for a discussion of RsyncX, which changes this equation somewhat).
Archive files can be compressed as they're stored, potentially saving a large amount of hard disk space. They can also be encrypted, so that if your backup media were lost or stolen, no one could read your files without knowing your passphrase. And unlike Finder copies, which normally take as their owner the user name of the person currently logged in, archive files can preserve original Unix ownership and permissions. Of course, you will need the backup software to restore files, and you could have a slightly higher risk of data loss due to file corruption (since all the data is stored in a single file)but most backup software has verification mechanisms to compensate for this.
Note
Not all programs that offer compression or encryption copy data into a single archive file. A few can compress or encrypt individual files, such that they can be moved or copied (but not opened) in the Finder. You must still use the backup software to restore them to their original state.
RsyncX (based on the open-source command-line program rsync) deserves special mention here. Its unique copying method produces space-saving incremental archives that nevertheless look and act like complete Finder-readable copies. Here's how it works: When you perform your first archive backup, RsyncX makes a complete copy of the selected fileswith Unix ownership and permissions intact. When the next incremental backup runs, the program creates a new folder that appears to contain another complete copy of all your files. In reality, only modified files are copied; for files that have not changed, RsyncX uses a Unix trick to create a link to the original copy that appears in the Finder to be an ordinary file. This link functions somewhat like an alias in that it takes up virtually no space and merely points to another file. But when you copy this special link to another volume (when restoring files, say), you automatically copy the entire file. The upshot of this technique is that RsyncX comes quite close to offering the best of both worlds: Finder-readable files that require no more space than an archive file.
However, you should also be aware of another option: disk images. Some backup software, at least when backing up to a hard disk, stores files in a disk image. (Apple Backup 3 uses this technique, although its disk images are hidden inside packages that look like ordinary files.) Like an archive file, a disk image is a single file that contains all your other filesand can optionally be compressed, encrypted, or both. The difference is that you can double-click a disk image, and after supplying the passphrase (if necessary) it will mount on the Desktop as a regular volumeafter which you can read and copy files using the Finder. Sounds great, doesn't it? It can be, but keep in mind that in most cases, each incremental archive backup is stored on a separate disk image, so without a snapshot or file list provided by the backup software, restoration can be quite involved.
When making a duplicate onto another hard disk, Finder copies are obviously mandatory. For archives, though, I strongly prefer a format that offers both compression and encryptionand in this respect, archive files are generally more elegant and convenient than disk images.
Note
Maxtor OneTouch drives include software with a feature called DiskLock, which prevents access to the drive's contents unless you enter a password. DiskLock does not encrypt the drive's contents, thoughit merely hides them. This feature may protect your data from a casual snoop, but it won't stop a determined hacker nearly as effectively as encryption will.
Snapshots and File Lists
When it comes time to restore files from an archive, you must be able to locate the versions you're looking for quickly and easily. Some backup programs facilitate such restorations by offering snapshotslists of all the files on your computer as they existed at the time of each backup, even if they were already present in the archive and therefore not copied during that particular session. Suppose you want to restore all the files on your machine as they existed last Tuesday. Having a list of all the files as they appeared on Tuesdayand an automated way to restore themcan be extremely valuable.
On the other hand, imagine that you want to look back at every version of just one particular file as it existed over the past month. In this case, you don't want to wade through snapshotsyou simply want a list (sorted by file name or dateor better yet, searchable) of each version of the file in the archive, from which you can choose just the ones you want. Without either a snapshot or a file list, you'll need to locate each version of the file manuallyoften in a series of dated folders. This makes for a long and tedious restoration process.
Sources and Destinations
The volume from which you back up files is known as the source; the volume to which you back them up is known as the destination (or target). Be sure the software you select can accommodate the sources and destinations you wish to use.
All backup programs can copy data from your startup disk. Most can also copy data from other attached hard drives, network volumes (including AppleShare volumes, FTP servers, and iDisks mounted in the Finder). And usually you can select arbitrary folders or files anywhere on those volumes to be backed up. However, there are exceptions. Backup Simplicity, for example, supports only your startup volume.
Note
Even if your backup software supports copying files from a mounted network server, you will generally be unable to make a bootable backup of a network volume.
In most cases, your range of destination options also includes any Finder-mountable volume. (So, theoretically you could even back up one network volume to a different network volume if you wanted to.) If you wish, you can even back up your files onto a disk image. Most programs require that you manually create the disk image yourself using Disk Utility and mount it in the Finder before you can use it as a backup destination.
A similar issue comes into play with optical media. A backup program can support recordable CDs and DVDs as a destination in either of two senses:
- You pop a blank disc into your drive, give it a name, and allow it to mount in the Finder. The backup software sees the disc as a possible destination like any other volume. After running the backup program, you then return to the Finder to manually burn and eject the disc.
- The backup program itself asks for blank media when needed, writing to it directly without the intervention of the Finder.
The first way of supporting optical media is trivially easy for software developers to implement, so that is how many backup programs work. But this approach does have some problems. First, it requires much more human interventionperforming manual steps despite the fact that the backup itself runs automatically on a schedule. Second, it eliminates the possibility of multisession recording (the ability to record additional chunks of information on a partially used disc after the initial write session) since the Finder does not include this feature. This is a problem because without multisession capability, you will use a much larger number of discsincreasing not only media cost, but inconvenience. (Note, however, that some applications, including Retrospect, use a packet-writing technique to add data to partially used optical discs. This is even more efficient than multisession support, but it means that only the application used to record the discs can read them later.) Therefore, if you need to record backups onto optical media, I strongly recommend using an application with multisession (or packet-writing) support.
A related issue is what I'm going to call media spanning. Suppose you have more data than will fit on a single CD or DVDor even that you have a single file that's too large to fit on a single disc. Some backup programs intelligently manage backups that span multiple discs, prompting you for new media when required during a backup (splitting files if necessary), and asking for the proper discs when restoring files (rejoining split files). Although the need for media spanning could affect those backing up onto hard drives as well, it's most crucial for those using optical media. Only a few backup programs offer media spanning, and even fewer include both media spanning and multisession or packet-writing support.
Selectors and Exclusions
Selective archive backups do not include every file on your hard disk. But archiving even your entire home folder may be overkill, since it includes things like cache files, which serve no useful purpose in the context of a backup, and digital media files (such as MP3s ripped from your CD collection), which, because they change infrequently, are adequately backed up by your duplicates. So instead of selecting one or more folders to archive, you may wish to explicitly include or exclude certain types of files.
Some backup programs include user-definable criteria specifying which files should be included (selectors) or excluded (exclusions) from a particular folder or volumeand a few programs offer both. Depending on the program, these criteria may include file names, sizes, Finder labels, extensions, modification dates, and any number of other factors.
In general, I find exclusions more useful than selectors, though I would not generally consider either an absolute must in a backup program. Your mileage, of course, may vary.
Ease of Restoration
No matter how easy it is to back up your hard disk, if your software makes it difficult to restore files, you're going to be unhappy with it. After all, a backup that you can't restore is worthless. Backup programs typically offer one of three main approaches to restoration:
- Finder restoration: The backup program has no Restore command; to restore files, you drag them manually from the backup volume onto your hard disk. This is fine if you're restoring an entire folder, but if you've done an additive incremental archive, you may have to sort through dozens or hundreds of folders to locate the right versions of each of your files.
- Reverse backup: In this scheme, the backup program once again does not offer a Restore command, instead it expects that you'll swap the source and destination locations and perform your backup againin reverse. While this may reduce manual effort somewhat, it's still going to be a hassle when restoring versioned files from an archive (except, perhaps, in the case of RsyncX, as I discussed previously). And even in the best cases, a reverse backup can be confusing and stressful, because it's easy to get the source and destination mixed up when their contents are so similar.
- A Restore command: The backup program (usually) keeps track of all the files you backed up during each session, allowing you to copy them back to their proper locationsor another destination of your choicewith a few clicks. In most cases, before starting the restoration, you can choose a subset of the files, or even pick out one version of a single file if that's all you need. Restore commands and snapshots tend to appear together.
It probably goes without saying that I prefer applications with a Restore commandthey make the restoration quicker and easier. Of course, the presence of a Restore feature does not, by itself, mean the process will be easy, but it's a hopeful sign.
Restoring a Full Archive as a Bootable Volume
If you choose to perform a full (rather than selective) archive, bear in mind that not all backup software can restore your archive from an arbitrary point to a blank disk in such a way that the resulting volume will be bootable. In order for a restored full archive to be bootable, several things must be true:
- All files needed for your Mac to start upincluding a great many hidden filesmust be included in the backup and restored afterward.
- The backup software must preserve Unix ownership, permissions, and symbolic links during the backup process and the restoration process; doing so requires that you enter an administrator's password.
- When restoring the files, the destination disk must not contain any extraneous files that could interfere with booting; normally, this implies erasing the disk before restoring the archive.
Most backup software that provides both duplication and archiving features also enables you to restore a full archive as a bootable volume, assuming that you set it up properly. Some programs, however (notably Synchronize Pro X), can restore a bootable volume only from a duplicate, not from an archive. A few applications permit full archives to be restored as bootable volumes, but lack a snapshot featuremeaning you must manually locate and copy a large number of documents to return your disk to the state you wish to recreate.
Unfortunately, most backup software does not explicitly state whether or not it can restore a full archive as a bootable volume, and of the programs that do, some are more reliable in this regard than others. This may be a good reason to consider performing selective backups instead; on the other hand, if full archives are important to you, I recommend using Retrospect.
Ease of Use
In addition to ease of restoration, an application's overall ease of use is also important. The interface should be self-explanatoryideally, clear enough that you can figure out how to perform a basic backup and restoration without ever looking at a manual.
If your backup software is difficult to learn or set up, you're less likely to use it. So you want an application you can configure in an hour or sonot something that takes you an entire day to figure out. You also want your backup software to perform its duties on a schedule with as little interruption to your routine as possible. The best backup software would be completely invisible, working silently behind the scenes until you needed it.
Even so, don't underestimate the importance of good documentation. A well-written manual can be a godsend when trying to comprehend the minutiae of rotating archives or client-server configuration.
Support and Reputation
Some backup software is published by individuals who like to program in their spare time. At the other end of the spectrum, some backup software is published by large corporations with a small army of programmers and a full-time, paid technical support staff. Ironically, I've often received better and quicker technical support from individual authorseven those who give away their applications for freethan big companies. On the other hand, if you're entrusting all the data on the computers in your home or small office to a backup application, you may feel more comfortable knowing that a professional staff stands behind the product.
legal notice
Our website is not responsible for the information contained by this article. Web-articles is a free articles resource.
Suggestion: If you need fresh, daily updated content for your website, feel free to use our service. Click here for more information.
Useful tools and features
related articles
The term "cruft" is hacker slang for digital detritusobsolete, extraneous, or otherwise useless files that have accumulated on your disk over time and now do nothing but take up space. By removing cruft, you can recover valuable disk space, increase the speed of backups, file searches, upgrades, and disk diagnostics, and reduce the chance of software conflicts. If you have a brand-new Mac, this step may not apply to you, but even a few months of use can generate a surprising amount of cruft. Determining which files you...
2. Run Apple Hardware Test
Create a Backup System No amount of maintenance can guarantee that your hard drive will never crash, that your Mac will never be stolen, or that lightning will never hit your house. Any number of catastrophes could potentially imperil your computerand its data. Of course, you can replace a computer, but what about your email, photographs, music collection, tax records, and all the other important information on your hard disk? To keep your data safe, you need good backups. If you've never taken the time to set up a proper backu...
3. Use a Surge Protector
If that AC cord coming out of your computer goes directly into a wall socket, you're putting your Mac at the mercy of the power company, your home's wiring, and all the things that can go wrong in between: brownouts, voltage spikes, lightning, you name it. Your Mac's power supply is pretty robust, but a single random power surge can still fry its circuits. Even when the electricity appears to be flowing correctly, imperceptible fluctuations in the current can cause computer components to deteriorate more quickly than normal. So p...
4. Use MAX OS X Software Update to Install Apple Software Updates
Software Update checks for new versions of any Apple software you have installed and (if you set it to do so) downloads them automatically. However, as I mentioned in Download Software Updates , you may wish to hold off on installing the downloaded updates until you have more free time and have checked to make sure they contain no serious flaws. When you're ready to install the updates, follow these steps: 1. Choose Software Update from the Apple menu. Software Update checks for updates and displays a list of any it finds...
5. Why Do Disk Errors Occur
Use Disk Utility's Repair Disk Feature Earlier, I suggested using Disk Utility's Repair Disk feature to preemptively check for and eliminate common disk gremlins (see Run Disk Utility). Because disk errors do creep in during ordinary computer use (seemingly of their own accord), I suggest running Disk Utility and using its Repair Disk command once a month. Why Do Disk Errors Occur? In addition to Disk Utility, numerous third-party utilities check for, and attempt to repair, a wide range of disk errors. I'v...
6. Make Archival Backups to DVD
By now, regular backups are a normal part of your routine: your backup software automatically updates your archives every day and your duplicates once a week, and you diligently rotate backup media offsiteright? Even so, I recommend adding one final element to your backup regimen: archival DVDs. If you've followed my advice, you already have archives of all your important filesgoing back several months or moreon each of two or more hard drives. You also have one or more complete, bootable copies of your main hard di...
7. When Apple Releases a New Version of Mac OS X
As you use your computer, your files gradually become fragmented into smaller segments scattered across your disk. Some people consider this a serious problem and go to great lengths (and expense) to correct it. Before worrying about fragmentation, you should understand how and why it happensand what the real-world consequences are. Pretend, for the sake of illustration, that your hard disk consists of exactly ten blocks, and that initially, your disk contains five small files (A, B, C, D, and E), each of which t...
8. Decide on a Backup Strategy on MAC OS
Most modern hard drives have built-in sensors and monitoring circuitry that form a system called S.M.A.R.T. (Self-Monitoring Analysis and Reporting Technology). The idea of S.M.A.R.T. is to detect the warning signs of potential problems before they occur. Although S.M.A.R.T. cannot detect every possible drive problem, it can provide one very valuable warning: "Your drive is about to have problems, so back it up and repair (or replace) it now!" What does it work with? As of mid 2006, Disk Utility's S.M.A.R.T. indicator works wit...
9. Backing Up a Small Network with MAC OS X
Some backup programs distinguish between incremental and differential archiving schemes. Although not all software uses the terms in exactly the same way, the difference is typically that in an incremental backup, only the files changed or added since the last time the backup ran are added to the archive. With a differential backup, all the files changed or added since the initial full backup are added to the archive. Thus, differential backups take longer to run than incremental backups. This distinction is important when backi...
