MySqlBackup.Net
MySqlBackup.Net copied to clipboard
Remote Backup (Not a Bug) (Save File)
trafficstars
Hello.
I have a situation where there's two machines (A and B). Machine A run de process that starts de download, B holds the database. When I start the backup on A using the library, the file is saved on A. Is there a way to save it on B, where the database are?
You can try to run another separate process at B to save the data on B,
or if you wish to run the process at A, then after completing the backup, use something like FTP or file upload to transmit the file back to B.