PDA

View Full Version : Getting mail from cron about a missing file


cbarriga
10-07-2009, 05:16 PM
Hello,

I have a smart copy scheduled and I keep on getting email from cron with the following message:

The file /Users/cbarriga/Library/Application Support/SuperDuper!/Scheduled Copies/Smart Update MaxPower Mirror from MaxPowerHD.sdsp/Copy Job.app does not exist.


The log seems to indicated that the backup was successful though.

Do you know what's going on and how can I prevent this email from being generated?

Thanks in advance.

Sincerely,
Celso

dnanian
10-07-2009, 05:36 PM
Turn off your existing scheduled copies (checkbox inside the "Edit" page for the copy), quit SuperDuper!, then open Terminal and type:

crontab -r

followed by Return. Go back into SD!, turn the schedule on, and you should be all set.

cbarriga
10-09-2009, 01:40 AM
Thank you, Dave. That fixed it.