Re: Problem with dot_underscore files
Re: Problem with dot_underscore files
- Subject: Re: Problem with dot_underscore files
- From: Gnarlodious <email@hidden>
- Date: Mon, 17 Oct 2005 15:30:29 -0600
- Thread-topic: Problem with dot_underscore files
Entity John Jones spoke thus:
> You can also use rsync with the -a switch to turn off copying Mac resource
> files under 10.4.
I lied. rsync by default copies ignoring extended attributes. In Terminal
you would say:
rsync -a ~/TheVelvetTurtle /Volumes/Caches
to copy the entire folder to the destination.
Spaces in filepaths will need to be escaped:
rsync -a ~/The\ Velvet\ Turtle /Volumes/Caches
In an Applescript it would look like:
do shell script "rsync -a ~/The\\ Velvet\\ Turtle /Volumes/Caches"
-- Gnarlie
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden