Re: using rsync
Re: using rsync
- Subject: Re: using rsync
- From: Wayne Melrose <email@hidden>
- Date: Mon, 20 Aug 2007 11:30:42 +0200
On 20/08/2007, at 9:44 AM, Wayne Melrose wrote:
Hi all,
I've started to dabble with using rsync, my aim is to have a folder
on a main server, which is like the "master" set of files, which
will then use rsync to distribute any changes to the other
servers.. (with the same set of files. )
My question/problem ..
My current "test" of using rsync, I have a folder "test" sending
text files to "testdesitination" when I modify any files in the
"test" folder, then run the script, and try to open the changed
files, they disappear from the finder window, of course they are
there when using "ls" to check, and prompting the folder to update
(by manually copying the file into the folder) tells me the file
exists and then it appears..
(heres my command
do shell script " rsync -Eauvz '/Users/waynemelrose/Desktop/test/'
'/Users/waynemelrose/Desktop/testdestination' --delete"
)
I've had this trouble before and sorted it out by removing
the .DS_store file. although I'm wondering if there is a better
alternative to this? or a correct way to have finder update the
contents of it's folders?
Thanks in advance..
Wayne Melrose
Further to my own original question, (sorry for the double posting) I
can't seem to replicate this error with files bigger than around 100k
(it seems to be only happening with small text files)
_______________________________________________
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
References: | |
| >using rsync (From: Wayne Melrose <email@hidden>) |