Why use disk-based backup instead of tape?

Why use disk-based backup instead of tape?

What reasons, if any, do you see for going with disk-based backup over tape?

    Requires Free Membership to View

    When you register for SearchDataBackup.com, you’ll also receive targeted emails from my team of award-winning editorial writers. Because your job never seems to get any easier, it’s our goal to keep you up-to-date on the latest backup tips, trends and technologies that will help you get the job done.

    Rich Castagna, Editorial Director

    By submitting your registration information to SearchDataBackup.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchDataBackup.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

There are a number of compelling arguments in favor of disk-based backups. Performance is one, considering some 2 GB FC hard drives offer performance exceeding 200 MBps versus 40 MBps for some of the fastest tape devices. However, data access mode is where disk-based backup appeals to many. Tape is a sequential access device; data is written one block after another until end-of-tape (EOT) is reached. When a tape is mounted for a read operation, there is a delay for seek time as the tape must be forwarded to the correct location. In contrast, a disk is a random access device. This means that data can be written or read without having to forward to the location, simply by repositioning the head.

Because of the random access nature of disk devices, it also enables multiple concurrent write (backup) sessions. While this is also possible with tape devices, it often involves "data interleaving", which can introduce a performance penalty during subsequent read (restore) sessions.

The introduction of lower cost disk technology (i.e.: SATA) is also making disk-based backups increasingly popular. Of course, these are only some of the advantages. There are also disadvantages to disk-based backups. As mentioned on numerous occasions, offsite storage represents one of the biggest challenges facing disk-based backup users.

This was first published in October 2004