I have a question, i'm working with crontab and generated some tasks that works fine...!! but I need to know if exists a way to keep the crontab notification in an especific file, now I sending this notification to my email, but I need this notification on an file into a local location on mi linux sever.
I hope you can help me..... thanks in advance... :)
Best Regards, VerĂ³nica.
EDIT: Heres the code of my crontab
MAILTO= verofairy@hotmail.com
HOME=/var/miuser/bin
30 * * * * rm mapVero
0 * * * * ./dspace import -a -e user@domain.user -c 123456789/0001 -s /home/PRUEBA -m mapVero
In addition the result of the command ./dspace is sent succesfully to mi email.