Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
05-27-2011, 08:10 AM
|
#1
|
Member
Registered: Sep 2008
Posts: 220
Rep:
|
Linux backup
Hello friends,
I am looking for your advice with regards to back up in a Linux server.
Is tape drive still the option for backing up high volume of data? If so how is this handled in Linux?
How about blu-ray discs? Do blu-ray discs need special drives to write? Does linux's growisofs work for blu-ray as well?
My server is CentOS 5.5. The typical daily backup size ranges between 20 - 80G.
Please throw in your questions, if I have missed anything in this regard.
Thanks
Last edited by guna_pmk; 05-27-2011 at 08:43 AM.
|
|
|
05-27-2011, 08:36 AM
|
#2
|
Member
Registered: Jul 2003
Location: Miami, Florida, USA
Distribution: Debian
Posts: 848
Rep:
|
The trend now is disk-to-disk-to-tape. In other words, backup to disk for short term (3 months or less); then backup to tape for long term (3 months to 5 years or longer).
|
|
|
05-27-2011, 04:45 PM
|
#3
|
Senior Member
Registered: Jan 2010
Location: SI : 45.9531, 15.4894
Distribution: CentOS, OpenNA/Trustix, testing desktop openSuse 12.1 /Cinnamon/KDE4.8
Posts: 1,144
|
I do some disk to disk (with TAR) and then remote FTP to another location (like my simple data backup here)
|
|
|
05-29-2011, 01:17 PM
|
#4
|
Member
Registered: Sep 2008
Posts: 220
Original Poster
Rep:
|
Is anybody using blu-ray? I am planning to use blu-ray solution. But could not see much online on the usage of blu-ray in Linux. My idea is to use a blu-ray writer and double layer (50G) rewritable dics for my backups. Any advice?
Thanks
|
|
|
05-29-2011, 09:51 PM
|
#5
|
Member
Registered: Apr 2005
Location: NYC
Distribution: Debian, RHEL
Posts: 269
Rep:
|
Quote:
Originally Posted by guna_pmk
Is anybody using blu-ray? I am planning to use blu-ray solution. But could not see much online on the usage of blu-ray in Linux. My idea is to use a blu-ray writer and double layer (50G) rewritable dics for my backups. Any advice?
Thanks
|
I haven't done much checking recently but about a year or so ago when I was looking into options I found that BluRay wasn't the best supported in Linux, and getting it to write reliably was sort of hit and miss. The other problem (with optical media in general) is long term storage, as most of the typical optical media will degrade rather quickly after being written.
How long do you want to keep a backup available for? Do you want/need an offsite copy of your data? As was already mentioned the current trend is toward disk to disk backups. Of course depending on your need this may or may not be a viable solution. So in the business world the general trend has been disk to disk to tape. This combination will generally mix a recent copy locally on disk for easy and fast restore, plus moving those backups offsite on tape for long term retention.
|
|
|
05-30-2011, 06:06 AM
|
#6
|
Member
Registered: Sep 2008
Posts: 220
Original Poster
Rep:
|
Thanks guys. The pattern is as follows:
Take daily backups
The daily backups get overwritten the following week (ie use the same (rw)disk every Monday and so on)
Keep the Thursday's disk to preserve weekly backup(ie use 3/4 different disks on Thursdays of a month to be used every Thursday)
Use a Monthly disk every last Thursday of a month and this will be kept for a year (which then will be overwritten).
If the above is not clear, please let me know.
Thanks
|
|
|
06-24-2011, 11:05 AM
|
#7
|
Member
Registered: Sep 2008
Posts: 220
Original Poster
Rep:
|
Guys,
I started using single layer blu-ray back up system.
Got the Blu-ray drive LiteON iHBS212, a single layer disc (25G) and a dual layer disc (50G), both BD-RE (not tried BD-R). Following are the set of commands I tried to burn the discs:
dvd+rw-format -f /dev/dvd
growisofs -Z /dev/dvd=/tmp/myiso.iso
On both blu-ray discs (single and dual layers), it worked straight away whether the image is in ISO or UDF format.
However, if the image is in UDF format, the drive writes to the dvd successfully; but after the successful write, the disc could not be read on any blu-ray or dvd drives (probably need to play with write speed).
I tried different combinations of the the following set of commands:
dvd+rw-format -b /dev/dvd
dvd+rw-format -b=full /dev/dvd (this is a pain - takes ages)
growisofs -Z /dev/dvd=/tmp/myiso.iso
growisofs -dvd-compat /dev/dvd=/tmp/myiso.iso
growisofs --use-the-force-luke=dao /dev/dvd=/tmp/myiso.iso
But in all the cases, if the image format is ISO, it works both on blu-ray and dvd seamlesly. But if the image format is UDF, dvd gets written but becomes unreadable.
My OS configuration :
Centos 5.5 (64 bits) - Kernel 2.6.18-238.12.1.el5.
Please let me know if you need anymore information in this regard.
Cheers
|
|
|
All times are GMT -5. The time now is 09:53 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|