(urgent) how to Execute Backup on Remote Server thru code?
hi,
i have one problem. my job on hand right now is to take backup of a remote database then zip it then copy it to some other machine then unzip it there and then restore the backup on that machine.
i have done this successfully(partly) with VB6. i am saying partly because when i shell out to winzip the zipping process starts on the machine which is running the program and not on the server so the whole program takes a lot of time to complete.
what i want to do is a way to somehow let the backup,zip and copy parts run on the remote machine itself then the other machine will do the unzipping and restore of the zip file sent by the remote server.
i was thinking of using .NET Remoting or Web Services for this. but dont know how exactly i can do that.
can anyone please help me in this , its really urgent for me.
thanks in advance
pratik