
02-15-2003, 10:56 PM
|
|
Web Hosting Master
|
|
Join Date: Oct 2002
Posts: 2,283
|
|
Backup solution
Which backup solution is better?
Raid-1 mirrored hard drives
or
2nd harddrive of backups
I will be running AMD Athlon(tm) XP 1800 1.53Ghz w/Cpanel
|

02-16-2003, 11:26 AM
|
|
Web Hosting Master
|
|
Join Date: Feb 2002
Posts: 2,102
|
|
If you have 2 x 60GB drives, with RAID-1 you will have 60GB space in total (-OS files of course). But it offers data protection
Two drives in simple configuration will give you 120GB (- OS files) of usable storage space,but if one fails, you lose the data

|

02-16-2003, 02:49 PM
|
|
Web Hosting Guru
|
|
Join Date: Jan 2003
Location: Atlanta, ga
Posts: 291
|
|
My solution for you is this:
Raid-1 for redundancy
One spare drive for backup of everything.
Raid-1 will not protect your filesystem from futzing itself. Its hardware layer only. The day the filesystem corrupts completely for whatever reason you will thank yourself for having that extra drive holding all your data.
rsync is a nice utility to handle replication..
I know alot of people snide me saying i suggest expensive solutions, but i've been in real world situations where raid-anything didn't save my ass, filesystem corruption is a reality, it can happen, if it hasn't happened to you, count yourself lucky! 
__________________
------------------------
http://www.vulnerabilities.org - free security scanning, no catches whatsoever.
-------------------------
Sys-admin/programmer for hire - hit me up on aim: rigoroni
|

02-16-2003, 03:30 PM
|
|
Web Hosting Guru
|
|
Join Date: Jan 2003
Location: Seattle
Posts: 255
|
|
I'd go with Rigor on this and one better. Set up a hotspare too. Drives are cheap now as well. And you might want to look into rdiff-backup as well http://rdiff-backup.stanford.edu/
Works really nicely for me. Gotta have Python installed though.
Thanks to Rigor for advice in the past!
Iggy
|

02-16-2003, 03:59 PM
|
|
Newbie
|
|
Join Date: Dec 2002
Location: NewYork, USA
Posts: 17
|
|
I most definetely agree with Rigor.
__________________
mtvHosting is fast, reliable and backed up by first rate technical and customer support.
For Resellers, Designers, Entrepreneurs...
Featuring Cpanel 5 | WebHost Manager | Online Stats | Pre-Installed Scripts | Unlimited Domain Hosting | 24 Hour Support
http://www.mtvHosting.com
info@mtvHosting.com
|

02-17-2003, 02:28 AM
|
|
Web Hosting Master
|
|
Join Date: Oct 2002
Posts: 2,283
|
|
Helpfull as usual 
|

02-17-2003, 08:59 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Feb 2003
Location: Greece
Posts: 68
|
|
First of all i have to say that i agree with the "expensive" solution which was mentioned before.Because what you get is always depending on what you give.
But in case that you cannot afford this a simple solution that i use (because the boss doesn't want to hear about raid etc)
is that i make a bootable backup in cd's of the operating system(with mkcdrec) and then i just make frequently backups only the data.
|

02-18-2003, 12:53 AM
|
|
Web Hosting Master
|
|
Join Date: Apr 2002
Location: AU
Posts: 1,044
|
|
A second drive with backups is better in my opinion. Simply because, if you get hacked, you can have 100000 mirrors, and you will still have none in which you can use, since they are all hacked.
It's good to keep an old backup and recent backups.
You only need to backup your configurations and userfiles, since if you are hacked, you would want to get new source etc.
Another thing which is nice, is to have the second drive bootable with the OS in which you like so you can have the drives swapped right away and it's ready to go.
Good luck!
|

02-18-2003, 04:04 PM
|
|
New Member
|
|
Join Date: Feb 2003
Posts: 3
|
|
I would create a solution that would have 2 drives in a mirrored environment, then take a 3rd drive to run backups to. This way you have the mirrored drives for redundency, and the third drive to fall back on if you were to loose a RAID controller or something like that.
Shamon
Webolution
|

02-19-2003, 09:56 PM
|
|
WHT Addict
|
|
Join Date: Jul 2002
Posts: 149
|
|
The one thing I think is missing in this conversation is what happens if your controller takes out all of the drives!!!?!?! The best solution in my opinion, which I know is even more expensive, is to backup to a second machine or put a tape drive in your machine to isolate that backup data from your live data.
-Robert
__________________
Hosting, VDS, and Colocation Solutions
by Digital Isles, Inc.
http://www.digitalisles.com
|

02-20-2003, 01:32 AM
|
|
Web Hosting Master
|
|
Join Date: Dec 2002
Location: opposite lock
Posts: 934
|
|
amanda is possibly a good solution for replication, just a suggestion:
http://amanda.sourceforge.net/
|

02-20-2003, 05:08 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Feb 2003
Location: Greece
Posts: 68
|
|
Also be extra careful where you will put the backups because a friend of mine had them in a pc which was into the lan and always on and when they hacked him they also hacked the backup pc.
So try to save them in a safe "place".
I have a pc which does only that job and it is only on when i ftp the data into it.
|

03-20-2003, 11:39 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Jan 2003
Location: Fairfax, CA
Posts: 51
|
|
Amanda back up to disk drive?
Amanda's documentation seems to say it requires a "non-rewind" backup device, meaning a tape drive. Although Amanda uses a hard-disk staging area, I could find nothing in the doc to say it will or can back up to a hard drive.
This seems wierd to me. It would seem like Amanda could backup to a hard drive, but not according to my reading of the documentation.
Can anyone set me straight on this?
__________________
-- Arthur Cronos from Voltos
=============================================================
-- Voltos Industrial Internet | Voicemail | Offsite storage | http://www.voltos.com
=============================================================
|

03-20-2003, 11:52 AM
|
|
Junior Guru Wannabe
|
|
Join Date: Jan 2003
Location: Fairfax, CA
Posts: 51
|
|
Question about rdiff-backup ...
Quote:
Originally posted by Iggy
<snip>And you might want to look into rdiff-backup as well http://rdiff-backup.stanford.edu/
Works really nicely for me. Gotta have Python installed though.
|
Hi, Iggy,
I think I have python installed. At least when I ask 'which python' I'm told 'usr/bin/python'.
The rdiff, if I understand the man page correctly, looks pretty handy, though the complexity of the restore commands scares me.
It looks like it can run a backup -- either to a second hard drive on our webhost machine, or via ssh to a machine here in our office -- and this backup would initially be configured to backup every darn thing in the specified webhost directorie(s).
Thereafter, when run, it updates everything that has changed since last time, and it also keeps copies of the old versions of changed files.
Is this essentially correct?
And it would appear that, since it is command-line driven, we could have a cron job driving a script which just specified one directory after another, until the entire machine was covered, right?
What do you do about special directories such as /mnt and /proc and /dev?
Any special requiredments for mysql databases (they might be in use during the backup procedure!)?
I would be very grateful if you could clarify this.
__________________
-- Arthur Cronos from Voltos
=============================================================
-- Voltos Industrial Internet | Voicemail | Offsite storage | http://www.voltos.com
=============================================================
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
| Postbit Selector |
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
|
|
|
| Login: |
|
|
| Advertisement: |
|
|
| Web Hosting News: |
|
|
|