You are not logged in.
Pages: 1
hey
How can I automate the backup of the sql database file. I've read other topics but they are not so clear.
I'd like to save the sql file then export it to another directory on the network. is this possible??
Offline
mysqldump -u <user> -p<password> db > dbdump.sql
Multiple GLPI instances. Thanks to developers!
Offline
thanks for the reply. do I save this as a php file? or...
don't quiet understand how its meant to work. thanks..
Offline
Pages: 1