LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 03-23-2010, 07:10 PM   #1
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,373

Rep: Reputation: Disabled
which backup medium do you prefer?


What do you prefer using for your backup medium and/or method? I'm thinking about the issue because I've simply used a spare hard drive but am considering getting a flash drive for an extra backup. Specifically, if anyone breaks into my home and steals my computer, I will lose both hard drives. I would keep the flash drive somewhere else that the burglar hopefully won't go through, saving the most important data. Losing the data would be far, far more upsetting than losing the hardware. Anyway, do you use hard drives for backup, or do you prefer something else? Flash drives? I wouldn't guess that CDs are very popular for backups, because they hold only 700 MB. DVDs, perhaps?
 
Old 03-23-2010, 07:32 PM   #2
blacky_5251
Member
 
Registered: Oct 2004
Location: Adelaide Hills, South Australia
Distribution: RHEL 5&6 CentOS 5, 6 & 7
Posts: 573

Rep: Reputation: 61
I use tar to create backup archives on an external USB disk drive. The device is portable, so you can isolate it from the hardware and reduce the theft risk as you require, and you get much more capacity for your money than with flash drives.
 
Old 03-25-2010, 12:38 AM   #3
tommyttt
Member
 
Registered: Oct 2009
Location: Federal Way, WA
Distribution: openSUSE 11.4 x86_64, openSuSE 12.1, Fedora 15
Posts: 207

Rep: Reputation: 34
I use a custom bash script from a bootable CD as I do both backups and disk images for linux and windows. The media are an external (USB) hard disk ans several 16GB flash drives.
 
Old 03-25-2010, 12:50 AM   #4
jiml8
Senior Member
 
Registered: Sep 2003
Posts: 3,171

Rep: Reputation: 116Reputation: 116
My workstation has 5 internal and two external hard drives. I backup / using rsync every night. I also backup /home the same way. These backups are across hard drives in the same system and happen automatically.

I backup my various projects in various ways, which varies with the project. Most of them wind up on my iPod, which has a 120 Gig HD and goes with me most places.

Windows projects get backed up daily by copying from the Windows partition to my home directory, then they get swept up in the rsync backup. They also find their way onto my iPod at frequent intervals. Since I make extensive use of virtual machines, I backup the entire VM to external hard drives and to DVD drives at intervals that reflect how quickly the VM changes. Usually a mature VM doesn't change much except for specific projects and work, so these backup happen at rare intervals, though the project work is backed up frequently. I just deployed Windows 7 in a VM, and I presently am changing it rapidly so I have an archived "original" backup of the fully clean system (which I will re-deploy later as a non-persistent test platform), and I am backing up the working VM daily to make sure I keep all the changes. So far, I have not carried a backup of this VM offsite; I'll do that when it is mature and I'm satisfied with it.

One major project gets backed up to a server in Tempe. Another project of mine gets backed up to a server of mine in Ohio. I do archival backups to the external hard drives periodically. I have another USB drive that I keep in the car; it comes inside when I do an archival backup and gets plugged in, then the archive is stored on that drive, which then goes back in the car.

Basically, I follow the rule that "any data that you don't have at least 3 copies of is data you are willing to lose." I have typically 4-6 current (or almost current) copies of everything important, and the most important stuff has current copies that are offsite. Much of the backing up is automatic, and much is manual. I'm paranoid about data loss, so I back up all over the place.

Last edited by jiml8; 03-25-2010 at 12:53 AM.
 
Old 03-25-2010, 07:32 AM   #5
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
Flash drive is worst idea possible, there's no way to recover from it.

I use DVD + dvdisaster.
 
Old 03-25-2010, 07:45 AM   #6
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
I'm using writeable DVDs (tapes are not on option in my environment) using a custom script which uses dar, par2 and growisofs but am cutting over to USB HDDs using Bacula and rsync. Both solutions create backups on internal HDD which are then copied to the external media.
 
Old 03-25-2010, 08:45 AM   #7
cantab
Member
 
Registered: Oct 2009
Location: England
Distribution: Kubuntu, Ubuntu, Debian, Proxmox.
Posts: 553

Rep: Reputation: 115Reputation: 115
I don't have any backups...

Most of my data is downloaded stuff, or music ripped from CDs I have, so it wouldn't really matter so much if it was lost.

When I was working on an important project, my backup system was a script to be run from one of my computers. It would do a bzr (versioning) commit, pull any new files from about 5 remote servers (locations ranging from the same room to a different city), do another brz commit if anything had changed, then push out all new files to all the remote servers. It was really synchronisation as well as backing up, since I would frequently work on the files from different servers. (Using my own computer I'd work on its copy, using the department's I'd use its server, using the college computer cluster I'd use its server.)
 
Old 03-25-2010, 08:49 AM   #8
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
If money is absolutely not a problem, then the choice is clear as it's always been: tapes.

Otherwise, hard disks are the best option nowadays. You can easily find hard drives in the 1TB range for less than 100$/75€. When correctly stored and protected they can last ages, and you don't need any special hardware to read them.

I would stay away from both optical disks and flash based devices.
 
Old 03-25-2010, 06:37 PM   #9
DavidMcCann
LQ Veteran
 
Registered: Jul 2006
Location: London
Distribution: PCLinuxOS, Debian
Posts: 6,136

Rep: Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314Reputation: 2314
I use flash drives; this is a home-office-style computer, without a lot of bulky media files. I used to use DVD-RAM, but eventually found the UDF format was prone to corruption under Linux and fsck can't repair it.

I can't be bothered with "generational" backups, but I do keep two and use different media in rotation. There's nothing worse than discovering you accidentally deleted the wrong file and the daily rsync session has removed the backup!
 
Old 03-25-2010, 07:33 PM   #10
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,373

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by H_TeXMeX_H View Post
Flash drive is worst idea possible, there's no way to recover from it.

I use DVD + dvdisaster.
Please elaborate on this. I assume you mean a flash drive that fails can never be fixed or accessed again.

Since I am interested in keeping another backup medium in case of the computer (and possibly other electronics nearby) being stolen, a flash drive would be better than a CD or some kind of portable hard drive, because it's smaller, easier to hide, and less recognizable.

This is a tangential issue, but almost as bad as losing all access to my data is having someone else possess a copy of it, with no way to even erase it. I wish there were some gadget that could remotely instruct a stolen hard drive to erase itself.
 
Old 03-25-2010, 07:50 PM   #11
hockeyman_102
Member
 
Registered: Apr 2006
Location: Washington
Distribution: Suse, CentOS, Ubuntu
Posts: 124

Rep: Reputation: 15
im a big fan of the important stuff being in multiple locations. I have a raid5 fileserver at home that I copy things to daily - it's also my svn. Then I back that guy up to an external usb HD weekly... This is OCD i know, but I have 4 external drives that I swap out of that so I always have a "good" copy that's about a month old (or less) at any given time.

Hard drives are CHEAP!

Flash drives... are good portable media - I don't trust them either. Once they die.. they're done.
 
Old 03-25-2010, 07:52 PM   #12
newbiesforever
Senior Member
 
Registered: Apr 2006
Location: Iowa
Distribution: Debian distro family
Posts: 2,373

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by hockeyman_102 View Post
Flash drives... are good portable media - I don't trust them either. Once they die.. they're done.
Yeah, but don't you expect a device to be done once it dies? If you can fix it or at least retrieve the data, it probably isn't finished "dying."
 
Old 03-26-2010, 12:00 AM   #13
catkin
LQ 5k Club
 
Registered: Dec 2008
Location: Tamil Nadu, India
Distribution: Debian
Posts: 8,578
Blog Entries: 31

Rep: Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208Reputation: 1208
Quote:
Originally Posted by i92guboj View Post
If money is absolutely not a problem, then the choice is clear as it's always been: tapes.
Unless you have a high humidity and high temperature computing environment.
 
Old 03-26-2010, 01:18 AM   #14
hockeyman_102
Member
 
Registered: Apr 2006
Location: Washington
Distribution: Suse, CentOS, Ubuntu
Posts: 124

Rep: Reputation: 15
Quote:
Originally Posted by newbiesforever View Post
Yeah, but don't you expect a device to be done once it dies? If you can fix it or at least retrieve the data, it probably isn't finished "dying."
touche, but back in the days before thumb drives and I had every thing on HDs - I could always kinda tell when the drive was going to die - let it be noise, or the OS telling me I had bad sectors. Then I could copy to a new drive. I've also had to replace the PCB on a hard drive just to get it to spin back up so I could pull the data... that was a fun week.

And I always seem to lose my thumb drives...
 
Old 03-26-2010, 03:26 AM   #15
i92guboj
Gentoo support team
 
Registered: May 2008
Location: Lucena, Córdoba (Spain)
Distribution: Gentoo
Posts: 4,083

Rep: Reputation: 405Reputation: 405Reputation: 405Reputation: 405Reputation: 405
Flash drives, in my experience, are just too unreliable, and there's no better teacher than experience.

They die or start failing way too soon. I absolutely don't care about wear leveling and all the things they say they have improved. The fact is that I use pendrives every day, and they start failing after some months of intensive use. I've have particularly very bad experienced with many kingston data traveler devices

Second, they are the kind of device that promote bad practices. The users tend to unplug them without even making sure the info has been dumped on the device, which will render the backup useless. For some reason, people tend to be more careful when manipulating big devices that lie over the desk than a thumb toy that can be unplugged with a single gesture and put into pocket.

Another problem with this toys is that they are often hard to find and prone to get lost in oblivion, and, if we talk about stealing them, it's much easier to hide a pendrive than it is to hide a hard drive, this doesn't only work for you, this works also for the thief: they can be stolen in front of your face, and you won't notice.

If you are really that paranoid, to start with, the backup shouldn't even live in the same physical place than your computer. You should be backing up the info using some kind of network solution, or "the cloud", a remote svn or git server or whatever else.

Your mileage may vary. I am sure that costly and high-end flash drives are very reliable, the question then is why would you invest in such kind of device when a bigger hard disk will be much cheaper.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
"Adding a Medium" in Medium Manager???? kymystic Mandriva 1 03-07-2005 03:16 AM
Why does everyone prefer Slackware? necbrownie Slackware 22 08-27-2004 04:35 PM
IT'S OK! to Prefer your Distro zegos General 12 04-08-2004 10:50 AM
Which OS do you prefer? digiplaya General 24 12-14-2003 06:24 PM
Why we prefer Linux! aiims1777 Linux - General 4 12-10-2003 08:11 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 02:10 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration