Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote Backup (Not a Bug) (Save File) #86

Open
gabrielfiorelli opened this issue Apr 8, 2022 · 1 comment
Open

Remote Backup (Not a Bug) (Save File) #86

gabrielfiorelli opened this issue Apr 8, 2022 · 1 comment

Comments

@gabrielfiorelli
Copy link

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?

@adriancs2
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants