Re: rsync server and --delete option

2003-07-04 Thread Xavier
would output something. Thanks Xavier p.s. I join my test on a seperate text file. -- Original Message --- From: Wayne Davison <[EMAIL PROTECTED]> To: Xavier <[EMAIL PROTECTED]> Sent: Thu, 3 Jul 2003 10:11:33 -0700 Subject: Re: rsync server and --delete option > On

Re: rsync server and --delete option

2003-07-03 Thread Wayne Davison
On Thu, Jul 03, 2003 at 03:23:08PM +0100, Xavier wrote: > rsync -nPru --delete /temp/* serverA::wwwroot/temp/ > > the delete option is not working That's because you used a wildcard. The --delete option only affects directories, and you send a list of files. The above is equivalent to the follo

rsync server and --delete option

2003-07-03 Thread Xavier
Hello, Here is my problem: A rsync daemon is started on serverA with the root user. Now if I try to sync serverA to serverB : rsync -nPru --delete serverA::test/temp/ /temp/ the behavior is just perfect and everything goes well. Now if I try to switch the server : rsync -nPru --delete /temp