Ask a Question related to Mac Programming, Design and Development.
-
Eric Pepke #1
Re: shell script copies folders, but not files
[email]meanstoanend00@yahoo.com[/email] (jamie) wrote in message news:<b83b8ff8.0308291009.2b8f762f@posting.google. com>...
That seems very strange. I just tried it, and it worked fine.> #!/bin/sh
> ditto -V -rsrcFork /Users/becky/Documents /Volumes/BECKYBACKUP
>
> Unfortunately, only the folder structure is being copied to the
> server. The files inside the folders are not being copied over.
I'd look for a permission problem, if I were you.
Eric Pepke Guest
-
Printing different/selective files with different copies
Hi everyone, I've been working on finding a solution, on how to print different pdf files with different copies, without opening the pdf-files. ... -
Accessing files/folders inside other application folders
How can I have an asc file from one application read text files in another applications directory? I have multiple applications creating text... -
PLEASE HELP: How to create files and folders running my script????
Hi All: Is there any way I can get my script to be able to create and CHMOD folders and files??? I always get the following error: ... -
Making folders and sub-folders and files NOT read-only
I select a folder. I right click my mouse on that folder and select properties. I uncheck the Read Only checkbox. I click on Apply. I check the... -
Execute shell script from a perl script
Hi, How can I executed a Unix shell script from a Perl script. The shell script is a dump of a oracle table to a file. The perl script is for... -
Simon Slavin #2
Re: shell script copies folders, but not files
In article <b83b8ff8.0308291009.2b8f762f@posting.google.com >,
[email]meanstoanend00@yahoo.com[/email] (jamie) wrote:
Assuming that both disks don't have formatting problems,>#!/bin/sh
>ditto -V -rsrcFork /Users/becky/Documents /Volumes/BECKYBACKUP
>
>Unfortunately, only the folder structure is being copied to the
>server. The files inside the folders are not being copied over.
the person executing the script either
a) Doesn't have permission to read the source documents or
b) Doesn't have permission to write to the destination
Simon Slavin Guest



Reply With Quote

