Re: Apple script to automatically update folder's content from server.
Re: Apple script to automatically update folder's content from server.
- Subject: Re: Apple script to automatically update folder's content from server.
- From: Gnarlodious <email@hidden>
- Date: Thu, 07 Apr 2005 07:13:31 -0600
Entity George Esoimeme spoke thus:
> Connect to server folder (a)
> Connect to client folder (b)
> Compare the contents of a and b
> If a not equal to b
> copy contents.a to contets.b
> End if
> disconnect from a
The built-in UNIX tool rsync does this, comparing file dates and
syncronizing only newer files. It only handles plain files, not Mac
resourced files. If you want that you need to install the RsyncX HFS patch:
http://archive.macosxlabs.org/rsyncx/rsyncx.html
The rsync command line is a challenge, if you want help just ask here.
-- Gnarlie
http://Gnarlodious.com/Cogent/
_______________________________________________
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