MySqlBackup.Net icon indicating copy to clipboard operation
MySqlBackup.Net copied to clipboard

Remote Backup (Not a Bug) (Save File)

Open gabrielfiorelli opened this issue 3 years ago • 1 comments
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?

gabrielfiorelli avatar Apr 08 '22 19:04 gabrielfiorelli

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.

adriancs2 avatar Apr 09 '22 00:04 adriancs2