image
image

|


Go Back   macosx.com > Mac Help Forums > Mac OS X Server

Reply
 
Thread Tools
  #1  
Old September 25th, 2005, 09:52 AM
Registered User
 
Join Date: Sep 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
mkuron is on a distinguished road
Backup Software for 10.4 Server

I am looking for a backup software for my Mac OS X Server.
The only one I have found so far is Retrospect 6.0 Workgroup, which costs much more than I want to pay. Also this has far more features than I need; I only need to do a backup of my server every other night, and do not need to back up any client computers because I use portable home folders.
I want to do scheduled versioned backups to an external hard drive (USB 2.0).

Michael
Reply With Quote
  #2  
Old September 25th, 2005, 09:28 PM
Michael Dhaliwal, ACSA
 
Join Date: Mar 2003
Location: Chicago, IL
Posts: 1,057
Thanks: 0
Thanked 2 Times in 2 Posts
Go3iverson is on a distinguished road
You can take a look at my document on backup solutions at www.district13computing.com under the Projects tab. BRU might be an option for you. If not, you could script your own solution using rsync and such. Is this a Tiger server?

Michael
__________________
Michael Dhaliwal
ACSA, Xsan Certified, etc, etc...
District13 Computing
Reply With Quote
  #3  
Old September 26th, 2005, 05:46 PM
Registered User
 
Join Date: Sep 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
mkuron is on a distinguished road
Quote:
Originally Posted by Go3iverson
You can take a look at my document on backup solutions at www.district13computing.com under the Projects tab.
Thanks.

Quote:
Originally Posted by Go3iverson
BRU might be an option for you.
BRU seems like what I was looking for. But it costs almost $400 for the server and one client, so not much less than Retrospect.
I also looked at NetVault, but (correct me if I'm wrong) it seems like it can only do backup to tape, I want to an external hard drive.
Quote:
Originally Posted by Go3iverson
If not, you could script your own solution using rsync and such.
Would it be possible to do a versioned backup (keep several old sets of backup) with that? Is it possible to backup open files, databases, etc. like that? If yes, that would also work.

Quote:
Originally Posted by Go3iverson
Is this a Tiger server?
Yes.

Michael
Reply With Quote
  #4  
Old September 26th, 2005, 10:27 PM
Michael Dhaliwal, ACSA
 
Join Date: Mar 2003
Location: Chicago, IL
Posts: 1,057
Thanks: 0
Thanked 2 Times in 2 Posts
Go3iverson is on a distinguished road
Well, if BRU is too expensive, NetVault is going in the wrong direction. They start higher than BRU and Retrospect. NetVault can write to disk.

If you need something to backup live databases and open files, you'd need something with the appropriate plugins to handle both instances, which rsync will not provide, though you could script something to stop the database and then clone it, so you don't get a fuzzy backup.

I hate to say it, but none of these guys are going to start lower than $400. I think for about that intro price, you can get BRU + 25 client licenses, which can be installed on any machine you wish to backup on your network.
__________________
Michael Dhaliwal
ACSA, Xsan Certified, etc, etc...
District13 Computing
Reply With Quote
  #5  
Old September 27th, 2005, 07:13 AM
Registered User
 
Join Date: Sep 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
mkuron is on a distinguished road
OK. I guess I'll be going with BRU or Retrospect.
Are there no free/shareware programs that are able to backup live files (which active databases are)?

Michael
Reply With Quote
  #6  
Old September 27th, 2005, 09:48 AM
Michael Dhaliwal, ACSA
 
Join Date: Mar 2003
Location: Chicago, IL
Posts: 1,057
Thanks: 0
Thanked 2 Times in 2 Posts
Go3iverson is on a distinguished road
I guess it really depends on your threshold for data loss. Most environments I've worked in, including my own, don't wish to leave any risk. If your data is business critical, then I'd be looking at something like BRU. They even have a free demo that's fully functional, so you can try it out yourself before spending a dime on it. See how it performs in your environment, back up data and try restoring data. Of course, this product will also come with support options, which most freeware will not, besides for a forum type community. Not to knock it, but again, if you can't get a backup done, do you want to rely on volunteer help whenever it arrives or have guaranteed support?

How much data are we talking about here? Your using FireWire 800? You can move a very large amount of data fairly quickly with that. Maybe scripting something with rsync is the way for you. It'd cost you time, but not money. Script something that stops your database, dumps out the data, copies it with rsync and starts it back up, or such, so you don't get a fuzzy backup of the data. If you have enough disk space, you could even just do 'full' backups every other day. Script in a section that checks the day of the week, or some monitor of time and then dumps all of your data into a different assigned folder for the day that it currently is, so you could have 3-4 backups at any one time.

Just some ideas to consider.
__________________
Michael Dhaliwal
ACSA, Xsan Certified, etc, etc...
District13 Computing
Reply With Quote
  #7  
Old September 27th, 2005, 05:13 PM
Registered User
 
Join Date: Sep 2005
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
mkuron is on a distinguished road
Quote:
Originally Posted by Go3iverson
How much data are we talking about here?
A standard MacOS X server installation, and the home folders of currently six users and their email. So not more than 10GB.

Quote:
Originally Posted by Go3iverson
Your using FireWire 800? You can move a very large amount of data fairly quickly with that.
Firewire 400. But because it'll be backing up at night, the speed shouldn't be a problem.

Quote:
Originally Posted by Go3iverson
Maybe scripting something with rsync is the way for you. It'd cost you time, but not money. Script something that stops your database, dumps out the data, copies it with rsync and starts it back up, or such, so you don't get a fuzzy backup of the data. If you have enough disk space, you could even just do 'full' backups every other day. Script in a section that checks the day of the week, or some monitor of time and then dumps all of your data into a different assigned folder for the day that it currently is, so you could have 3-4 backups at any one time.
I planned to have versioned backup. Full backup once a week, and then every day a differential one. Always keep two full backups and the past six differential ones.
At least for now, disk space wouldn't be a problem with full backups, but as there get more and more users, this might become an issue.

Michael
Reply With Quote
  #8  
Old September 28th, 2005, 09:26 AM
Michael Dhaliwal, ACSA
 
Join Date: Mar 2003
Location: Chicago, IL
Posts: 1,057
Thanks: 0
Thanked 2 Times in 2 Posts
Go3iverson is on a distinguished road
Well, 10GB is a little bit different of a story...

You could sync your boot drive to an additional internal drive for backups. You also should have your boot drive set up as a mirror raid, for failure redundancy. Its not a backup solution, but a HA solution. Then sync your mirror to the third internal drive and copy that one off to firewire disk, if you want the backup offsite.

I mean, if your talking 10GB, you really should just do full backups each time. Moving that amount of data to FireWire should take no time at all. In the past, while waiting for products to ship and be set up, I've used 1TB LaCie FW800 disks to backup Xserve RAID hardware. Moving ~1TB of data was able to be done without issue during weeknight hours.

If the disk your using is smaller, take a look at the weekly ads. You can get 200GB - 300GB drives pretty cheap these days. Then just get a FW enclosure for it and your set for 20 - 30 daily full backups
__________________
Michael Dhaliwal
ACSA, Xsan Certified, etc, etc...
District13 Computing
Reply With Quote
Reply

Thread Tools

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
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


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


Mac Support® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2000-2008 DigitalCrowd, Inc.