On Jul 1, 2009, at 20:40, Daly Jessup wrote: >> SIgh.. I tried it and it just didn't do *ALL* of the job. >> >> Ed >> On Jun 1, 2009, at 1:07 PM, Earle Jones wrote: >> >>> >>> On May 19, 2009, at 6:35 AM, Christopher Collins wrote: >>> >>>> Do you ever actually do any looking for your own answers Ed? >>>> >>>> First response on the following link takes you to the answer. >>>> >>>> http://www.google.com.au/search?q=uninstall+superduper&ie=utf-8&oe=utf-8&aq=t&rls=org.mozilla:en-US:official&client=firefox-a > > Ed, I will suggest this one more time: reinstall SuperDuper (it is > NOT an evil program, even if you didn't like it). Once it's > reinstalled, click the Schedule button and turn off all scheduled > backups. THEN uninstall it. That should take care of it. (It seems > to me that it sets its schedule in some other part of the operating > system, a part that doesn't have SuperDuper or ShirtPocket in its > name.) > > Daly SuperDuper! schedules using crontab. You can see it by going to your Utilities folder and running Terminal. Then enter the following: crontab -l This will list the present crontab file which will probably have a line or lines at the bottom with SuperDuper in it. To Save a copy: crontab -l > ~/crontab.txt Which will create a text file in your home folder called crontab.txt. You can then edit the file using TextEdit to remove the lines. In fact the SuperDuper lines will probably be the only non-blank lines in it. Once you done this go back to your terminal window and reinstall the corrected/empty file back into crontab by entering the following: crontab ~/crontab.txt This should eliminate the scheduling if you are in the same account that SuperDuper was origianlly run in. ..lj