Forum Moderators: phranque

Message Too Old, No Replies

Backup solutions

Backup of files and SQL from BSD-server

         

Tivurr

8:43 pm on Apr 7, 2007 (gmt 0)

10+ Year Member



Hi!

I am looking for a backup solution for my FreeBSD server. I want a program that I can run from my desktop PC (Windows XP), that can backup selected directories/folders on the server via SSH og SFTP on a regular basis.

If it can backup my MySQL-server at the same time, it would be the perfect program - but this is not a must. I can schedual SQL dumps that can be downloaded along with the other files.

Is there anyone out there that have found a good solution to this?

--
Tivurr.

bill

12:51 pm on Apr 8, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



rsync will do the backup quite nicely. You would have to dump the MySQL files separately, but all these commands could fit in a batch file to run in succession.