>i run a nightly backup using superduper, which makes a bootable clone
>of my main hard drive onto one of my externals.
Me too.
>| 01:38:33 AM | Error | SDCopy: Error copying /Users/blinde/Mail/
>Mailsmith User Data/Mail/Deleted Mail.messageData/
>51745+MailsmithMessageData+FAB085CB-2EA8-4EE2-A075-
>D09DF394B74F.msgd.lock to /Volumes/lizard_1/Users/blinde/Mail/
>Mailsmith User Data/Mail/Deleted Mail.messageData/
>51745+MailsmithMessageData+FAB085CB-2EA8-4EE2-A075-
>D09DF394B74F.msgd.lock of type 8 due to error 2: No such file or
>directory
You may thank Spotlight for this. The .lock file is being
created by the Spotlight indexer for the duration of the process
in which Spotlight indexes the file. In your case, it just so
happens that the files are there when SuperDuper starts backing
up, and deleted by Spotlight before SuperDuper gets to copy
those files.
>superduper says they can't really tell which are temp files that can
>safely be ignored.
SuperDuper doesn't say anything. It's software, and Mac
applications aren't sentient yet. But Dave Nanian is correct -
there is no way to know on the fly whether the absence of any
given file is cause for error or not, and it's doing the right
thing by reporting the error.
R.
--
Rich Siegel Mailsmith Maintainer
<sie...@mailsmith.org> <http://www.mailsmith.org/>
> any way to termporarily/programmatically disable spotlight? have
> superduper ignore lock files?
<http://osxdaily.com/2009/09/20/disable-spotlight-in-mac-os-x-10-6-snow-leopard/>
HTH,
Cheers,
Phil...
--
Please consider the environment before reading this email...
> ok, guys... it didn't work:
[...]
> does this mean that it's NOT spotlight causing the barf?
>
> all my two applescripts do is:
>
>
> do shell script "sudo mdutil -a -i off"
>
> and then
>
> do shell script "sudo mdutil -a -i on"
When you wrote the script what provision did you make for the sudo password?
>ok, guys... it didn't work:
>
>all my two applescripts do is:
>
> do shell script "sudo mdutil -a -i off"
See
<http://developer.apple.com/library/mac/#technotes/tn2065/_index.html>
Look for "administrator privileges".
JD
This may not be an acceptable answer, but I have been using
ChronoSync for years and it has the ability to avoid this error.
Blessings!,
Richard Fairbanks
======== Original Message ========
From: blinde [bruce...@gmail.com]
To: Mailsmith Talk [mailsmi...@googlegroups.com]
Sent: 2011.10.8 at 9:17:54AM
Subject: Re: mailsmith breaking superduper backups
–––––––––––––––––––––––––––––––––––
signed,
frustrated,
in oakland
====== End Original Message ======
>>anything else i should try?
>
>This may not be an acceptable answer, but I have been using
>ChronoSync for years and it has the ability to avoid this error.
You could try manually entering the `mdutil’ command each
night & morning to see if that makes any difference...
Cheers,
Phil.
On 8/10/11 at 5:12 PM -0700, blinde <bruce...@gmail.com> wrote:
> where would i check which logs to see if spotlight was
>turned on and off?
Just ask mdutil whether it's on or off:
$ mdutil -s /
Or for more details:
$ man mdutil
Charlie
--
Ꮚ Charlie Garrison ♊ <garr...@zeta.org.au>
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
〠 http://www.ietf.org/rfc/rfc1855.txt
On 9/10/11 at 8:53 AM -0700, blinde <bruce...@gmail.com> wrote:
>how come none of you brainiacs noticed that i was trying to run
>applescripts instead of shell scripts?!?? 8-)
I never saw a complete script; just snippets, so that would have involved mind-reading.
Charlie
--
Ꮚ Charlie Garrison ♊ <garr...@zeta.org.au>
On 9/10/11 at 11:25 PM -0700, blinde <bruce...@gmail.com> wrote:
>you do know i'm just giving you guys a hard time, yes?
I guess I missed that nuance. That happens sometimes with my
late night replies.
>that said, there are more than a couple of posts in this thread that
>refer to the applescripts i was trying to run.
Which didn't show a shebang line so I thought they were just
snippets and not complete scripts. Or that they were compiled
scripts. In any case there wasn't enough enough to know where
the problem was.
>so... no mind-reading, just regular reading! 8-)
Yep, still a bit of mind-reading required.
>it was your post, though, that helped me notice that superduper will
>run shell scripts before and after... although i don't know why it
>didn't throw up any kind of error in the log files when trying to run
>applescripts.
I think that may have been someone else's post; but it any case
I'm glad you've got it sorted.
Charlie
--
Ꮚ Charlie Garrison ♊ <garr...@zeta.org.au>