I want to backup and restore my database located on the server from my Desktop Desktop application in C #. I already found some sample code that does backup / restore programmatically, however it creates backups on the server and is restored only from the server. Users should be able to select backup files from the client by the client application or create backup files on client computers.
How to backup / restore remotely?
source
share