Hello!
I searched google for this but didn't find what I need.
I need a simple php script that exports a database to a file named 'prefix' . date YYYYMMDD
the file should be created in a folder on the server.
Export Database to file
Moderator: General Moderators
Here is a little bash script that i use to make a database dump and backup my files. The result is a backup-2005-10-29.tgz archive...
http://timvw.madoka.be/programming/bash/backup.txt.
http://timvw.madoka.be/programming/bash/backup.txt.