Hello,
We have seven remote VPN sites running Microsoft RMS, which is a Point of Sale application, on top of SQL Server. For availability reasons the SQL DB was installed on the POS machine. This is the same machine that is used to actually ring up customers. The thinking was that if all connectivity were to be lost the POS machine would still function.
The problem is in backing up the databases. Each DB has a lot of customer info and the backup file is typically 300-500 megs for a full backup. Each site has a DSL link of 512kbps to 768kbps, i.e. not much bandwith. Right now they do a nightly full backup to a network share over a VPN link. Well, as you can imagine, tranfering 300-500 megs over a link like this is not only slow but fails quite often.
My first thought is to go to delta backups, but we expect these DBs to grow to 2gig over the next few months and we still need to do a weekly full backup at a minimum. I expect at 2 gigs, the failure rate will be totally unacceptable.
Can anyone suggest an architecture that will allow us to meet our backup needs while keeping the system as available as it is now?
Thanks in advance.
We have seven remote VPN sites running Microsoft RMS, which is a Point of Sale application, on top of SQL Server. For availability reasons the SQL DB was installed on the POS machine. This is the same machine that is used to actually ring up customers. The thinking was that if all connectivity were to be lost the POS machine would still function.
The problem is in backing up the databases. Each DB has a lot of customer info and the backup file is typically 300-500 megs for a full backup. Each site has a DSL link of 512kbps to 768kbps, i.e. not much bandwith. Right now they do a nightly full backup to a network share over a VPN link. Well, as you can imagine, tranfering 300-500 megs over a link like this is not only slow but fails quite often.
My first thought is to go to delta backups, but we expect these DBs to grow to 2gig over the next few months and we still need to do a weekly full backup at a minimum. I expect at 2 gigs, the failure rate will be totally unacceptable.
Can anyone suggest an architecture that will allow us to meet our backup needs while keeping the system as available as it is now?
Thanks in advance.