hosted by liquidweb


Go Back   Web Hosting Talk : Web Hosting Main Forums : Running a Web Hosting Business : Backup Solutions: Best / Recommended Methods?
Reply

Running a Web Hosting Business Non-technical aspects of running a web hosting company. Topics include management, accounting, problem customers, taxes, support options etc.
Forum Jump

Backup Solutions: Best / Recommended Methods?

Reply Post New Thread In Running a Web Hosting Business Subscription
 
Send news tip View All Posts Thread Tools Search this Thread Display Modes
  #1  
Old 01-02-2008, 08:18 PM
HC-Sam HC-Sam is offline
Junior Guru
 
Join Date: Oct 2006
Location: Florida
Posts: 220

Backup Solutions: Best / Recommended Methods?


If you would like to make backups of client accounts, and I'm not referring to any RAID configurations ... what would be the best way to go about it?

I'd like to hear a few suggestions before I mention what I had in mind.

-Sam

EDIT: And this is internal, I'm not talking about outsourcing either.

__________________
HostingChoice Web Hosting and Consulting Services
Host unlimited Domains, MySQL Databases, E-mail Addresses, and FTP Accounts.

Visit us today - http://www.hostingchoice.net

Reply With Quote


Sponsored Links
  #2  
Old 01-02-2008, 08:25 PM
stjoenetworks stjoenetworks is offline
Web Hosting Guru
 
Join Date: Aug 2003
Posts: 320
If you are using Cpanel/WHM just setup WHM to do your backups and then get a account with BQ Backup http://bqbackup.com and then have your backups remotely stored with them.

They are a great company to use for external, off-site storage.

Not sure what your setup is but if you are looking for a off-site/backup solution I'd recommend looking at them.

ene

Reply With Quote
  #3  
Old 01-03-2008, 02:09 PM
HC-Sam HC-Sam is offline
Junior Guru
 
Join Date: Oct 2006
Location: Florida
Posts: 220
Couldn't I just do rsync backups on my own, and store them off-site on some type of external hard drive?

__________________
HostingChoice Web Hosting and Consulting Services
Host unlimited Domains, MySQL Databases, E-mail Addresses, and FTP Accounts.

Visit us today - http://www.hostingchoice.net

Reply With Quote
Sponsored Links
  #4  
Old 01-03-2008, 02:56 PM
TQ Mark TQ Mark is offline
Web Hosting Master
 
Join Date: May 2002
Location: Raleigh, NC
Posts: 605
Do you own the servers? Are you asking for what type of hardware you should backup to, or what software you should use to do the backups? R1soft.com is good and gaining momentum for online backups in the webhosting world. Many people use rsync for basic backups.

__________________
Tranquil Hosting
Managed Hosting | Dallas, TX | Raleigh, NC Co-location

Reply With Quote
  #5  
Old 01-04-2008, 02:31 PM
Calibur747 Calibur747 is offline
Junior Guru
 
Join Date: May 2006
Posts: 231
If you use cPanel, I would recommend http://forums.cpanel.net/showthread.php?t=58096 highly.

Then, with the backups stored on your 2nd hard disk, you can setup a nightly rsync to just send the changes in the full backups to your local machines. Then you can decide if you want to go another step to DVD and then to physical file storage of them.

Reply With Quote
  #6  
Old 01-04-2008, 06:13 PM
SC-Daniel SC-Daniel is online now
Corporate Member
 
Join Date: Jan 2008
Location: Jax, FL
Posts: 2,649
I suggest using Bacula... If you can get a VPS or dedicated server to backup your data to, Bacula is a great choice...

Bacula, however can be quite complex, so be sure to read up on it before attempting to set it up.

__________________
Daniel | Server Complete, LLC
Linux VPS // Dedicated Servers // Backup Services
Jacksonville, FL || Atlanta, GA || Phoenix, AZ || Secaucus, NJ || Germany, EU

Reply With Quote
  #7  
Old 01-04-2008, 08:59 PM
network82 network82 is offline
Web Hosting Master
 
Join Date: Mar 2007
Location: United Kingdom
Posts: 736
All our client data / servers have several layers to backup.

First is hardware, Mirrored Raid.

Second, Full Disk Image SnapShots taken twice a day, held on spare backup drive on each machine.

Third, Each server has a daily Backup ran at night, stored on NAS. We keep them one week (ie, rolling 7 days worth of backups per server)... Every Monday we take all the sunday backups, and p2p them to our office servers where we archive them for about a month as an offsite backup.. Takes a couple of days but are easy to fit on a £100 250Gb USB harddrive if a DC visit is required.

If a server went down, we can usually have everything restored in 20mins using the disk images, usually no more then 12hrs out of date. All our servers at the DC have bootable USB sticks plugged in them, our DC offer KVMoIP for an hourly fee so we can restore whilst the server has failed OS. Done this on two servers and works great.

__________________
SOA/SaaS/Cloud & Hosting Technology Evangelist
Note: Any opinions expressed are my own and not of anyone else or my companies.


Last edited by network82; 01-04-2008 at 09:07 PM.
Reply With Quote
  #8  
Old 01-04-2008, 09:13 PM
richardhay richardhay is offline
Junior Guru
 
Join Date: Oct 2004
Location: Hallandale Beach, Florida
Posts: 182
We back up to a spare machine that serves only as a recipient of our backups. It is a slow machine that has two large hard drives. And, we use WHM's scheduled backups to keep all of our servers sending a full backup on schedule to the backup machine.

__________________
Richard C. Hay - Hallandale Beach, Florida
15+ Years: Experienced, Professional, Timely Graphic Design and Application Development Services
Portfolio: richardhay.com - Email: heyrichardhay@gmail.com - Telephone: (954) 573-6937


Last edited by richardhay; 01-04-2008 at 09:14 PM. Reason: I never said I could spell!
Reply With Quote
  #9  
Old 01-11-2008, 05:16 AM
fs-itsolutions fs-itsolutions is offline
Junior Guru Wannabe
 
Join Date: Jan 2008
Location: Karlsruhe, Germany
Posts: 40
We can recommend storeBackup if you want to safe your backup on an external hdd or something like this.
It is like rsync.

__________________
Fliehe & Schwab IT Solutions GbR - Karlsruhe
(MANAGED) XEN VPS & MORE FROM GERMANY
sales@fs-itsolutions.de
en.fs-itsolutions.de

Reply With Quote
  #10  
Old 01-11-2008, 05:24 AM
network82 network82 is offline
Web Hosting Master
 
Join Date: Mar 2007
Location: United Kingdom
Posts: 736

__________________
SOA/SaaS/Cloud & Hosting Technology Evangelist
Note: Any opinions expressed are my own and not of anyone else or my companies.

Reply With Quote
  #11  
Old 01-16-2008, 01:46 AM
cws_mm cws_mm is offline
Junior Guru
 
Join Date: May 2005
Posts: 195
Quote:
Originally Posted by network82 View Post
Second, Full Disk Image SnapShots taken twice a day, held on spare backup drive on each machine.

If a server went down, we can usually have everything restored in 20mins using the disk images...
Is it expensive (in terms of CPU resources etc.) to take a full disk image?

Have you ever had to implement this?

Thanks.

Reply With Quote
  #12  
Old 01-16-2008, 02:24 AM
nhouck nhouck is offline
Junior Guru Wannabe
 
Join Date: Jan 2008
Posts: 31
I'm looking for software that can backup files remotely from data centers anywhere, and only backup files that are different from any other file in the backup set. I.e. if there are 100 users with 99% the same files, I want it to only backup the 1% of files that are different and have 1 copy of the other 99%. For game servers, with each install anywhere from 2-12 GB each I can't be backing up all of the files, especially over WAN.

Reply With Quote
  #13  
Old 01-16-2008, 04:43 AM
network82 network82 is offline
Web Hosting Master
 
Join Date: Mar 2007
Location: United Kingdom
Posts: 736
Quote:
Originally Posted by cws_mm View Post
Is it expensive (in terms of CPU resources etc.) to take a full disk image?

Have you ever had to implement this?

Thanks.
It can be, but in general its nothing to worry about.
Its actually very clever how it works.. I can usually have each server images in 20-30 minutes.. It does take up allot of diskspace storing the server images though. and in my case, bandwidth for transferring them off-site.

I've recently been looking at amazon's S3 backup storage solution which looks quite promising for storing my image backups.

__________________
SOA/SaaS/Cloud & Hosting Technology Evangelist
Note: Any opinions expressed are my own and not of anyone else or my companies.

Reply With Quote
  #14  
Old 01-16-2008, 05:34 AM
cws_mm cws_mm is offline
Junior Guru
 
Join Date: May 2005
Posts: 195
Hi,

This is probably great for getting online quickly instead of hoping something is an easy fix and trying to correct it. At worst case you have the regular backups.

You can create an incremental disk image can't you?
What software do you use for making these disk images?

If so I suppose it should not take too long.

I wonder if Amazon S3 will allow you to backup an incremental disk image directly to their space.

Thanks.

Reply With Quote
  #15  
Old 01-16-2008, 05:57 AM
network82 network82 is offline
Web Hosting Master
 
Join Date: Mar 2007
Location: United Kingdom
Posts: 736
Quote:
Originally Posted by cws_mm View Post
This is probably great for getting online quickly instead of hoping something is an easy fix and trying to correct it. At worst case you have the regular backups.
Exactly, you can have a server online again in under 20mins.

Quote:
Originally Posted by cws_mm View Post
You can create an incremental disk image can't you?
What software do you use for making these disk images?
At the moment we use acronis which is a little expensive but I think does support incremental images (will tripple image time though as it has to compare everything.).

We recently found these guys (http://www.drivesnapshot.de/en/backup.htm) who's software is cheap and actually really really good.. We're in the process of developing an addon for our control panel so we can easily deploy and manage our disk imaging, and then deploy it directly onto Amazon S3.

Quote:
Originally Posted by cws_mm View Post
I wonder if Amazon S3 will allow you to backup an incremental disk image directly to their space.
Interesting idea, but I think they have some clever data caching thing going on because they use huge server clusters. Also if it was possible, the bandwidth write speed limitation would make the imaging process take days to read and write all that data...

__________________
SOA/SaaS/Cloud & Hosting Technology Evangelist
Note: Any opinions expressed are my own and not of anyone else or my companies.


Last edited by network82; 01-16-2008 at 06:03 AM.
Reply With Quote
Reply

Related posts from TheWhir.com
Title Type Date Posted
Malwarebytes Launches Data Scan-and-Backup Service Web Hosting News 2013-05-07 14:51:03
Sterling Data Storage Launches Three Cloud Backup Services Web Hosting News 2013-01-14 13:39:31
Dell Acquires Cloud Backup Provider AppAssure Software Web Hosting News 2012-02-24 14:35:43
Scaling a Profitable Backup Service with IASO's Johan Jongsma Web Hosting News 2012-02-15 18:10:40
Cloud Services Firm j2 Buys Data Backup Unit of Irish Web Host C Infinity Web Hosting News 2011-11-02 18:19:37


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?