| Sign In/My Account | View Cart |
| Article: |
Automated Backups on Tiger Using rsync | |
| Subject: | also having errors running script | |
| Date: | 2005-07-25 11:46:11 | |
| From: | KJC | |
|
I keep getting the ".....into type string" error in Script Editor. Any ideas? I'm trying to copy the contents of "Source" to the folder "Target". Both folders are on my Desktop Here is what I have in Script Editor:
|
||
Showing messages 1 through 2 of 2.
do shell script "rsync -aE --delete /Users/kevinc/Desktop/Source/ /Users/kevinc/Desktop/Target/ 2>>~/rsyncErr.txt || echo -n"