Recommend Backup Solution

Soldato
Joined
22 Jun 2005
Posts
9,068
Location
Nottinghamshire
Essentially I am after a backup software for backing upto tape/hdd/usb stick.

I have read up on acronis, but it seems quite expensive, I have SBS 2003 w/SQL server.

I obviously need to backup data and the SQL server.

It looks to me like you have to buy acronis for small business and a SQL backup thingy seperate.

Anyone have any other recommendations?
 
Hmm, Installed acronis and their Normal product seems ok, their SQL server barely works, gives me a chance to test out tech support :D
 
Yes you can configure SQL to do schedules backups to file. You can then dump this to whatever media/drive you are backing up to without an SQL agent.

BackupExec and Arcserve are enterprise level backup solutions with add-on agents and options.

Ntbackup will do the job though, depends how complex a site it is really. If it's all on the SBS box then Ntbackup is normally sufficient and will do System State quite happily using VSS.
 
Hi,

What I tend to do (unless the client as a desire to purchase the open file agent)

Is as the guys above say use SQL server to backup to a file ( make sure you select backup all databases, this wil take system / model and any databases you add in future)

I use SQL Agent to run this export and at the end kick off a dos script to move the backup either to a shared server that gets backed up or then allow the standard backup to take this file.

I move the file because SQL server will just keep adding to the file ( you can set to overwrite all backup sets but I have had trouble with SQL not doing this and being onsite for short periods of time the move has provided a quick fix).

Ray
 
Hi,

What I tend to do (unless the client as a desire to purchase the open file agent)

Is as the guys above say use SQL server to backup to a file ( make sure you select backup all databases, this wil take system / model and any databases you add in future)

I use SQL Agent to run this export and at the end kick off a dos script to move the backup either to a shared server that gets backed up or then allow the standard backup to take this file.

I move the file because SQL server will just keep adding to the file ( you can set to overwrite all backup sets but I have had trouble with SQL not doing this and being onsite for short periods of time the move has provided a quick fix).

Ray

How do you get it to backup to a schedule?

Also, RE: acronis - I don't think it has a feature to backup your system state :/ active directory etc.
 
Also on SBS 2003, I remember there used to be a feature where you could roll back to an older version of a particular file, does anyone know what this is called?
 
HI sorry you probably already done this

SQL 2005 is fine ....pretty much everything goes via Management studio ( sorry i am lazy ..I do not follow our Oracle DBA point of view re graohical tools)

Within SQL agent you can create new job and it will ask you what you want to do...and then just follow the wizard...

If you can not figure it out can do a few screen shots from my system and pass them over ( it may be that I am taking completly against what you want ....)

Ray
 
Back
Top Bottom