Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'An AppleScript to email Retrospect backup failures' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
An AppleScript to email Retrospect backup failures
Authored by: ShosMeister on Feb 25, '07 06:38:25AM

I was searching for a sollution to the same problem for my system: OSX 10.3.9 and Retrospect 5.0.238. Since I didn't find any python scripts and didn't really want to try to set that up, I searched through the rest of the thread and found a comment at the bottom to change the concatenation of the address list. It said to change:

set myAddressClass to myAddressClass & {name:myAddress}
to
set myAddressClass to myAddressClass & {address:myAddress}

In my script, I had:
set myAddressClass to myAddressClass & {«class rdsn»:myAddress}

instead of the {name:myAddress}, but, I changed it anyway and it does appear to work.

Just thought I'd share.



[ Reply to This | # ]