by Aitor_Ibarra » Mon Sep 06, 2010 3:36 pm
OK, I will try to make it clearer. It really depends on your applications. For an example I'm going to pretend that you're using a database type application.
Imagine you have a db box, which uses your starwind box for storage. The database is in the middle of a write operation when the starwind box is backed up. The database didn't know a backup was going to happen, so didn't make sure it finished it's writes. You never have a drive failure, so you don't have to restore from backup, so you aren't aware that there's a problem.
Then a drive on the Starwind box packs up. The targets your db box uses are gone. You have recent backup. You restore the img's and Starwind seems to be running OK. You reconnect your db to the targets and... all the database write operations that were in progress when the backup happened are corrupt. The database has to rely on its transaction logs to rebuild. Result: you've lost a bit more data than you would expect, and it's taken longer for you restore the database to working condition. Applications that don't use transaction logs could be in a worse situation. E.g. if it's just files, then any files that were being written to may be corrupt.
The solution is for the database box to back itself up, and then restore that backup (which would be included in your starwind back up). Also, *test* your backups.
I use WSB a fair bit and most of the time it works very well, although I've never used it to backup Starwind. Incremental backups are very fast. You can get a problem with a swollen Windows registry which slows down windows startup if you do lots of frequent backups - there's a hotfix from MS for this now...
Where you store Starwind app - there are pros and cons. Starwind does a fair bit of logging, so you get a tiny (with SSDs)performance boost if this is on a different drive to where your data is. If you were going to fill your data drive with 20GB images, then you may run out of space for the log, so if you have space left on your boot disk, that's where I would install Starwind.