
|
View Full Version : Remote Backup Solution for Windows Server
bmorejon 05-18-2008, 02:41 PM | Hi
I need a solution to backup a whole windows server (MSSQL, MySQL, MAIL, Registry etc...) |
sbray 05-18-2008, 03:18 PM How much space are you talking about? Ideas without knowing specifics...
#1 traditional unmanaged back up space: Unmanaged backups are provided by creating an account for you to connect to and use your own software or protocol to upload data to the storage account.
#2 traditional managed back up space: Managed backups are provided by creating an account for you to connect to on remote servers and using your control panel or FTP, sFTP, or SCP protocol to upload data to the storage account. Back up managers will monitor the effectiveness of your backups or configure the programs that activate your backup services.
#3 Back up to an additional hard drive.
#4 Back up to an offsite server (server in another datacenter).
Whatever you do. Just make sure you back up. It's not a matter of if a hard drive will fail. It's a matter of when.
Hope this helps. |
MarleneT53 05-18-2008, 08:56 PM | Go with something along the lines of an external backup server if possible. |
You might wish to try this for the software to use.
http://www.vembu.com/storegrid/storegrid-screenshots.html |
serverminds 05-19-2008, 01:03 PM Hi
I need a solution to backup a whole windows server (MSSQL, MySQL, MAIL, Registry etc...)
For basic needs don't see why you can't use NTBACKUP.
Nothing fabulous but you can just toss backups off to a secondary hard drive and/or a locally attached tape drive.
MySQL and SQL would have to be dumped manually then backed up since NTBACKUP does not have agent support for those DBs internally. If mail = Exchange than NTBACKUP recognizes that and will backup your message stores directly. You could also have a job that runs exmerge to dump your Exchange mailboxes to PST files. This is analogous to so-called block-level backups in backup software because it's often (usually?) much easier to recover individual mailboxes than an entire message store when there is a data recovery need. Otherwise if this isn't Exchange assuming you don't have locking / open file issues you could just backup the raw mail files.
If you want something serious with SQL agent support look at a real backup solution like BackupExec or Arkaeia. It's far easier to manage backups this way rather than kludging together a bunch of scripted data dumps (which are inherently unreliable and hard to monitor unless you login to your backup server daily to verify the backups completed) + NTBACKUP. |
bmorejon 05-19-2008, 02:10 PM Yesterday I did a NTBACKUP with Shadow Volume. Do you think I handle a backup from this BKF file in case of a disaster ? |
msm25 05-23-2008, 04:45 PM Hello,
Which OS do you have? I will suggest you to make a backup to mySQL with a dump and then use windows to backup the files. If you just backup the mySQL files, you will not be able to restore then.
the registry is ok
about the mail, what software do you use? |
intrikrakin 05-23-2008, 08:42 PM You might wish to try this for the software to use.
http://www.vembu.com/storegrid/storegrid-screenshots.html
Ahsay has much better software. Much more bang for the buck too.
http://www.ahsay.com |
|