Re: Rsync basic question

2006-10-24 Thread Wayne Davison
On Tue, Oct 24, 2006 at 02:12:05PM +0200, Michael Homscheidt wrote: > Is it possible with these both commands and the configured module to > access it from two clients so that every client can first update the > contents of /Applications/Scripts (the module) with the newest files > (if available) a

Re: Rsync basic question

2006-10-24 Thread Michael Homscheidt
Hello, thanks for the input: I changed my commands acc. your hints and it works. Before I go on I have another question. Is it possible with these both commands and the configured module to access it from two clients so that every client can first update the contents of /Applications/Scripts

Re: Rsync basic question

2006-10-20 Thread Matt McCutchen
On 10/20/06, Michael Homscheidt <[EMAIL PROTECTED]> wrote: - If I get the data back from the module the directory /Applications/ Scripts/Applications/Scripts is created. [...] (server to client) rsync --relative --recursive --archive -- compress --stats --perms --times $MODULE $DIRECTORY wh