Hi all,
i had big DB with otrs data, because of many attachments (like JPG, PDF,..). My daily backup was almost 2GB.
So I switch Ticket::StorageModule:from DB to FS, because I backup FS incrementaly.
But I also wanted to export existing data to FS.
So I created script for this. Now my daily backup mysql with otrs is 4MB :)
I hope this script will be helpful for somebody else too.
So here it is:
http://pastie.org/281623
(This script is using Ruby and )
Bohuslav Blin