> cp /mnt/storage2/MondoBackup/CurrentBackup/1.iso
> /mnt/storage2/MondoBackup/CurrentBackup/1.iso.yesterday
>
> mondoarchive -Oi -d /mnt/storage2/MondoBackup/CurrentBackup
> -E "/mnt/storage1 /mnt/storage2" -F
In cron jobs, allways give the full path to the application:
/path/to/mondoarchive
To check if a cronjob starts correctly, you could put the following line at the top of your script:
echo "running backup script" | mail -s date admin
This will send an e-mail with time stamp to admin if the script is being triggered.
Michiel
PS: Contrary to what Stefan wrote, you do need the 'root' reference in /etc/cron.d.