RE: [otrs] Backup MySQL Cron

Thank you for your help ! Benoit DAVAUT -----Original Message----- From: Simon Pearce [mailto:sp@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/
participants (1)
-
DAVAUT Benoit