Re: Osascripting
Re: Osascripting
- Subject: Re: Osascripting
- From: ba95 <email@hidden>
- Date: Sun, 21 Mar 2010 11:27:18 +0100
To:
Roger, Randal, Shane, Mark and Doug,
just a complementary question about shell scripting.
This script (ESSAISD.sh file) perfectly does what it is meant to do in the Terminal:
--
#! /bin/bash
(cd /Volumes/La?Cie?640Go; rsync -HaurovR --delete TEST01 TEST02 /Volumes/HD)
--
This script is supposed to be used by my Backup utility (SuperDuper!), but it fails.
I get this in SuperDuper log:
--
| 07:20:45 PM | Info | ......COMMAND => Invoking Before Copy shell script: /Users/Parents/Desktop/ESSAISD.sh
| 07:20:45 PM | Error | sh: /Users/Parents/Desktop/ESSAISD.sh: Permission denied
--
I have checked the file "ESSAISD.sh" permissions. They are OK.
I have tried
--
#! /bin/bash
chmod +x
(cd /Volumes/La?Cie?640Go; rsync -HaurovR --delete TEST01 TEST02 /Volumes/HD)
--
It fails to.
Any suggestion ?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden