Hi all,
I was wondering what the best solution for this is:
I have a network with one linux server, running samba, and several windows workstations. The linux box runs a mysql server. I want to create a cron job to back up the database files onto a windows machine. Is there a way to make a path to a directory on a windows box? I know I can do the reverse, make a path from the windows box to the linux machine. Perhaps there's a better solution? I thought about ftp, but it seems uneccesarily complicated for such a simple task.
As always, all input is appreciated
PS
Yes, I know... The files are prolly safer on the Linux box, just feel better having it in two places
)
I was wondering what the best solution for this is:
I have a network with one linux server, running samba, and several windows workstations. The linux box runs a mysql server. I want to create a cron job to back up the database files onto a windows machine. Is there a way to make a path to a directory on a windows box? I know I can do the reverse, make a path from the windows box to the linux machine. Perhaps there's a better solution? I thought about ftp, but it seems uneccesarily complicated for such a simple task.
As always, all input is appreciated
PS