Mutiple server backup software

w1z4rd

Karmic Sangoma
Joined
Jan 17, 2005
Messages
52,146
Reaction score
8,340
Location
127.0.0.1
Basically I have a whole bunch of Windows 2003 servers that need to be backed up. Some are located in other countries, some are located in SA. What do you think the best software for managing the backups of all these servers? Im trying to find something thats got a centralized management consol that will let me know if the backups were successful or not, and where I can manage the backups of all the servers from.

Any suggestions.
 
Okay ... I know this is not what you are asking for, but here goes anyway:

I have VPN connections to the machines that I must backup, and I can use "net use" to map a drive letter to these remote machines.

Now, my backups involve backing up millions of teensy weensy little files, some beeg ones [1GB], and I don't want to bring them all down all the time, I just want an in-sync directory structure on this side that matches that side, and then I put my "copy" on tape.

I use compression on the VPN connection which helped a lot for the 1GB size file wich is basically a database backup. But - it's generally better to compress the file on that side before trying to copy it down. Could not run the compress on that side cos of political BS.

I use a tool called robocopy, which is a Microsoft provided tool that is a souped up xcopy. Nice thing about it is that it can generate output of errors only/detailed report/whatever, and it can keep the directoried in sync.

I used scheduled tasks in windows xp to run batch files that run commands like:
net use i: \\denver62we\FDFiles
robocopy i:\ *.doc *.dat g:\Backups\Denver62we\ /MIR /Z >> g:\Backups\Denver62we.txt
net use i: /d

which maps the network drive, sync's the contents, unmaps it.
I cannot remember the switch to log errors only and to set the number of retries.
I've been using it for more than a year now and have zero complaints.
Simple is much much much better.
I have a program that watches the log files for > 0 bytes and then emails me the contents.
 
yeah got robo copy, but thats cool if you have a handful or less servers. it also lacks decent monitoring if a backup fails (its going to be difficult missioning for log files, etc on a whole lot of servers)

Im hoping for something with a center management consol
 
System 5 has software that allows multiple server backups from different platforms i.e.Window, Lynux, sco etc. I have the specs, and have seen it work.
It has a web based front end, does incrimental backups and full backups, and they recomend hot swop drives.

Continuity SA has similar software but i have not had a chance to see it yet.
 
I reckon the big stuff would be needed - Legato, Backup Exec or Brightstor. We use Brightstor, and our backup teams like it a lot. Legato is powerful, but has some horrible interfact problems.
 
Claymore said:
I reckon the big stuff would be needed - Legato, Backup Exec or Brightstor. We use Brightstor, and our backup teams like it a lot. Legato is powerful, but has some horrible interfact problems.

Do you know what price range you are looking at with Brightstor?
 
w1z4rd: Go for Brightstor. It seems to be fairly easy to set up, the UI is intuitive and it works. We use it across our entire LAN/WAN. And best of all, it comes with one central management console. I can find out pricing for you tomorrow if you want.
 
Top
Sign up to the MyBroadband newsletter
X