A
A
Anton18632022-03-30 20:41:21
linux
Anton1863, 2022-03-30 20:41:21

How to make an automatic dump of a mysql database on MariaDB from a Linux virtual machine to a Windows host?

There is a virtual machine on Centos 8 Stream, a site with its database is spinning on it, I would like not just to backup through cron inside the system, executing the command:

mysqldump --user=user_name --password=password_user --host=localhost base_name > /path/to/backup
, and immediately automatically save on the host machine from under Windows. Virtualization through Hyper-V.
Who knows the solutions?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Drno, 2022-03-30
@Anton1863

Make a network folder on Windows and then copy there
Make an FTP server in Windows and then copy there)
You can copy rclone - so you will be sure that 100% everything was copied

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question