In: Root » 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! Duplication FeaturesMany 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).
Retrospect Desktop vs. Retrospect ExpressEMC 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. Archiving FeaturesAmong 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 VarietiesFirst, 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.
File Format, Compression, and EncryptionTo 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.
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.
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. Sources and DestinationsThe 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.
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.
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. Selectors and ExclusionsSelective 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. Ease of RestorationNo 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:
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 VolumeIf 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:
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. Ease of UseIn 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. Support and ReputationSome 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 disclaimer
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.
related articles
Whether you've just unpacked a shiny new Mac or you're hoping to get an older machine into shape, your first step should be to perform some initial cleanup and preparation tasks. These steps will help your Mac run better right now, and will make ongoing maintenance tasks easier. Install the Latest Version of Mac OS X If your Mac is already running the latest and greatest version of Mac OS X, good for you! Skip to the next section. If not, your first step should be to upgrade. Every release of Mac OS X includes d...
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...
3. 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...
4. 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...
5. 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...
6. 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...
7. 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...
8. 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...
9. 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...










