Under root's crontab, I have:
30 0 * * * /usr/es/sbin/cluster/utilities/clsnapshot -c -i -n 'app1_'`date1` -d 'app1_'`date1`
This works fine if I run it manually, but, under crontab, it doesn't work by itself.
"date1" is the alias I created.
root # date1
08Apr081542Tue
Please advise.
thx much
30 0 * * * /usr/es/sbin/cluster/utilities/clsnapshot -c -i -n 'app1_'`date1` -d 'app1_'`date1`
This works fine if I run it manually, but, under crontab, it doesn't work by itself.
"date1" is the alias I created.
root # date1
08Apr081542Tue
Please advise.
thx much