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/
