• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Osascripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Osascripting
      • From: Axel Luttgens <email@hidden>
  • Prev by Date: Re: AppleScript, Pages and Text boxes (part 2)
  • Next by Date: Re: Osascripting
  • Previous by thread: Re: Osascripting
  • Next by thread: Re: Osascripting
  • Index(es):
    • Date
    • Thread