mysql auto backup on windows
Is there any software or tools that can regular auto backup my开发者_JAVA技巧sql database every few hours?
It should backup on local hardisk and also to a different server via FTP?
Im using mySQL (Wamp) on Windows.
What about backup websites regular?
You could use windows own scheduler and have that fire mysqldump. You could see this blogpost for inspiration.
精彩评论