[otrs] Backup MySQL Cron
DAVAUT Benoit
benoit.davaut at volubill.com
Tue Mar 25 15:19:33 GMT 2008
Thank you for your help !
Benoit DAVAUT
-----Original Message-----
From: Simon Pearce [mailto:sp at http.net]
Sent: mardi 25 mars 2008 15:07
To: User questions and discussions about OTRS.org
Subject: [otrs] Backup MySQL Cron
You can configure a weekly mysql backup with cron
#crontab -e
And insert the following command:
30 3 * * 1 mysqldump -uroot -pyourpassword --all-databases | gzip >
backup.sql.gz
This command would backup your database to /root every Monday at 3:30.
_______________________________________________
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs
Support or consulting for your OTRS system?
=http://www.otrs.com/
More information about the otrs
mailing list