[otrs] Backup MySQL Cron

2008-03-25 Thread Simon Pearce
 
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/


[otrs] otrs-2.2.0-rc1 gnupg

2007-06-22 Thread Simon Pearce


Hi,


I am looking for some help with otrs-2.2.0-rc1 and gnupg. I setup the
new otrs-2.2.0-rc1 to give the OTRS::ITSM module a try. One of the
things i need to use is gnupg to encrypt outgoing mails which works fine
with my running Otrs 2.1.7. With the new version i recieve the following
error message when i try to use inline signatures


Got no MainObject! at /opt/otrs-2.2.0//Kernel/System/Crypt.pm line 82.


I would be grateful for any suggestions or help in any way.


Thanks regards


Simon 

___
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/