using rsync
using rsync
- Subject: using rsync
- From: Wayne Melrose <email@hidden>
- Date: Mon, 20 Aug 2007 09:44:11 +0200
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
_______________________________________________
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