I have a Customer table and a child Contact table on my main hosted web server that I need to automatically backup daily and send the data over to my backup server and overwrite the same two tables. I have web services available at both servers, so I could
easily add any required web methods to help me accomplish my goal. I also have a sheduled task available at the main server which could be set to run a web method every 24 hours.
Can anyone suggest ways that I can approach this ?
SteveNutt
Participant
1175 Points
269 Posts
Automated backup/restore over IP
Jul 30, 2006 08:42 AM|LINK
I have a Customer table and a child Contact table on my main hosted web server that I need to automatically backup daily and send the data over to my backup server and overwrite the same two tables. I have web services available at both servers, so I could easily add any required web methods to help me accomplish my goal. I also have a sheduled task available at the main server which could be set to run a web method every 24 hours.
Can anyone suggest ways that I can approach this ?
Thanks in Advance.