> From: opensolaris-help-boun...@opensolaris.org [mailto:opensolaris-
> help-boun...@opensolaris.org] On Behalf Of Stephan Ferraro
> 
> I want to copy my crontab file of Linux to OpenSolaris.

Don't expect that to work.  Your environment in cron is different from your 
regular login environment, and all of the above are dramatically different from 
linux.

I use the following workaround, to ensure a consistent user environment inside 
of cron:
* * * * * /usr/bin/bash -cl 'source /root/scripts/backup.sh > 
/root/timestamp.txt 2>&1'
_______________________________________________
opensolaris-help mailing list
opensolaris-help@opensolaris.org

Reply via email to