hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Hosting Security and Technology : Backup solution
Reply

Hosting Security and Technology Configuring and optimizing web hosting servers and operating systems, developing administration scripts, building servers, protecting against hackers, and general security (SSL certificates, etc.)
Forum Jump

Backup solution

Reply Post New Thread In Hosting Security and Technology Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 02-15-2003, 10:56 PM
Aushosts Aushosts is offline
Web Hosting Master
 
Join Date: Oct 2002
Posts: 2,283
Post

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

__________________
Aushosts Pty Ltd is an Australian provider of Australian Hosting, and Dedicated Servers.
Web: www.aushosts.com.au

Reply With Quote


Sponsored Links
  #2  
Old 02-16-2003, 11:26 AM
apollo apollo is offline
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


__________________
LinuxAdmin.org - server management and tuning

Reply With Quote
  #3  
Old 02-16-2003, 02:49 PM
rigor rigor is offline
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

Reply With Quote
Sponsored Links
  #4  
Old 02-16-2003, 03:30 PM
Iggy Iggy is offline
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

Reply With Quote
  #5  
Old 02-16-2003, 03:59 PM
mtvhosting mtvhosting is offline
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

Reply With Quote
  #6  
Old 02-17-2003, 02:28 AM
Aushosts Aushosts is offline
Web Hosting Master
 
Join Date: Oct 2002
Posts: 2,283
Helpfull as usual

__________________
Aushosts Pty Ltd is an Australian provider of Australian Hosting, and Dedicated Servers.
Web: www.aushosts.com.au

Reply With Quote
  #7  
Old 02-17-2003, 08:59 AM
ttjoum ttjoum is offline
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.

Reply With Quote
  #8  
Old 02-18-2003, 12:53 AM
seg fault seg fault is offline
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!

Reply With Quote
  #9  
Old 02-18-2003, 04:04 PM
sharper sharper is offline
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

Reply With Quote
  #10  
Old 02-19-2003, 09:56 PM
DigitalIsles DigitalIsles is offline
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

Reply With Quote
  #11  
Old 02-20-2003, 01:32 AM
Fujiwara Takumi Fujiwara Takumi is offline
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/

Reply With Quote
  #12  
Old 02-20-2003, 05:08 AM
ttjoum ttjoum is offline
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.

Reply With Quote
  #13  
Old 03-20-2003, 11:39 AM
traktor traktor is offline
Junior Guru Wannabe
 
Join Date: Jan 2003
Location: Fairfax, CA
Posts: 51
Amanda back up to disk drive?

Quote:
Originally posted by psychalgia
amanda is possibly a good solution for replication, just a suggestion:

http://amanda.sourceforge.net/
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
=============================================================

Reply With Quote
  #14  
Old 03-20-2003, 11:52 AM
traktor traktor is offline
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
=============================================================

Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Sterling Data Storage Launches Three Cloud Backup Services Web Hosting News 2013-01-14 13:39:31
BackupAgent Integrates Cloud Backup Platform with Citrix CloudPortal Web Hosting News 2012-09-18 16:14:43
New BackupAgent Version Simplifies Channel Delivery of Cloud Backup Solution Web Hosting News 2012-06-26 16:57:11
Hosting.com's New Online Backup Solution Offers Remote and Local Options Web Hosting News 2012-03-13 16:34:57
Scaling a Profitable Backup Service with IASO's Johan Jongsma Web Hosting News 2012-02-15 18:10:40


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes
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

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

Forum Jump
Login:
Log in with your username and password
Username:
Password:



Forgot Password?
Advertisement:
Web Hosting News:



 

X

Welcome to WebHostingTalk.com

Create your username to jump into the discussion!

WebHostingTalk.com is the largest, most influentual web hosting community on the Internet. Join us by filling in the form below.


(4 digit year)

Already a member?