Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 Is DVDRW a viable backup device?

Author  Topic 

aikea
Starting Member

3 Posts

Posted - 2009-04-01 : 15:39:49
Hard disk, tape or usb pen drive are all good backup devices, but I have never tried to use DVDRW disc. I always think DVDRW = data loss.

But I have seen someone already use rewritable CD or DVD as primary backup device. I wonder what is your expirerence? How do you overcome the data loss issue? Consider that a slightly scratch on disk can ruin the whole thing.

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-04-01 : 15:42:37
I would never use that for our backup medium. I support mission critical systems and that medium would never get approved. It is just asking for problems.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2009-04-01 : 16:00:17
quote:
usb pen drive are all good backup devices
Ummmm, no, a USB key drive should never be used for backups. In fact no USB connected device should be used for this purpose, except maybe for dire emergencies when there is absolutely no other way to get a backup.
Go to Top of Page

aikea
Starting Member

3 Posts

Posted - 2009-04-01 : 16:12:07
quote:
Originally posted by robvolk

quote:
usb pen drive are all good backup devices
Ummmm, no, a USB key drive should never be used for backups. In fact no USB connected device should be used for this purpose, except maybe for dire emergencies when there is absolutely no other way to get a backup.



Well, I wonder what the disadvantage is?

Usb pen drive or Solid state drive in general are pretty good medium in my opinion.

The data in a solid state drive can last quite long, over 10 years I think. It has better resistance to shock and almost immune to mechanical failure.

Or do you mean the "usb" interfaced deviced is not good backup device?
Go to Top of Page

robvolk
Most Valuable Yak

15732 Posts

Posted - 2009-04-01 : 16:36:43
No, they're not good backup devices. The throughput is too low, and flash memory has a limited number of writes. A USB hard drive is likely to be less reliable than a server grade drive, and since it's portable it will experience more mechanical shock. And it's easy to drop a pen drive and step on it.

The real point I'm trying to make is don't start using them now for small, unimportant databases thinking it will be OK as your databases grow and get more important. It's also a security issue to have corporate data on any portable device, especially a small one that can fit in a pocket or otherwise get lost.
Go to Top of Page

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2009-04-01 : 17:20:01
Our backup mediums are only to local disks, tape, or to a network share/server, such as a NetApp. No other mediums are approved by our Security team.

Tara Kizer
Microsoft MVP for Windows Server System - SQL Server
http://weblogs.sqlteam.com/tarad/

Subscribe to my blog

"Let's begin with the premise that everything you've done up until this point is wrong."
Go to Top of Page

aikea
Starting Member

3 Posts

Posted - 2009-04-01 : 19:20:39
quote:
Originally posted by robvolk

No, they're not good backup devices. The throughput is too low, and flash memory has a limited number of writes. A USB hard drive is likely to be less reliable than a server grade drive, and since it's portable it will experience more mechanical shock. And it's easy to drop a pen drive and step on it.

The real point I'm trying to make is don't start using them now for small, unimportant databases thinking it will be OK as your databases grow and get more important. It's also a security issue to have corporate data on any portable device, especially a small one that can fit in a pocket or otherwise get lost.



Thanks for the information. I need to be carefull now.

Most of my backup is made to the hard drive then copied to use pen drive, placed in a safe. May be I have to work out a new backup plan.
Go to Top of Page

basicconfiguration
Constraint Violating Yak Guru

358 Posts

Posted - 2010-01-15 : 16:16:15
I have use CD-R to backup mp3 files before and after the cd was stored for a year the layer on the cd started to peel off itself. What would have happened if I have used CD-R to backup a production database. It would have been really messed up.
Go to Top of Page
   

- Advertisement -