Re: problem with deleting...

2001-03-29 Thread M. Drew Streib
On Thu, Mar 29, 2001 at 06:33:37PM -0500, Larry Prikockis wrote: > Hi! I'm trying to use rsync over ssh (open_ssh on Redhat Linux 6.2 to be > exact) in order to update a production web server from a staging server. > In the tests I've run so far, everything has worked beautifully *except* > tha

problem with deleting...

2001-03-29 Thread Larry Prikockis
Hi! I'm trying to use rsync over ssh (open_ssh on Redhat Linux 6.2 to be exact) in order to update a production web server from a staging server. In the tests I've run so far, everything has worked beautifully *except* that files deleted on the staging side stubbornly refuse to be deleted on th

Re: --include vs --exclude-form

2001-03-29 Thread Dave Dykstra
On Thu, Mar 29, 2001 at 04:28:08PM -0500, Magdalena Hewryk wrote: > Hi, > I am still having a problem with excluding ../tmp directory but copy over > ../tmp/content.html file and ../tmp/index.html. > > I can't --exclude "*" --include "tmp/" --include "tmp/content.html". I > simply cannot exclud

RE: --include vs --exclude-form

2001-03-29 Thread Magdalena Hewryk
Hi, I am still having a problem with excluding ../tmp directory but copy over ../tmp/content.html file and ../tmp/index.html. I can't --exclude "*" --include "tmp/" --include "tmp/content.html". I simply cannot exclude "*" for I have 1 directories to be updated and I cannot include them wi

RE: --include vs --exclude-form

2001-03-29 Thread Magdalena Hewryk
Ops, I've found the answer... "if the pattern starts with "+" then it is always considered an include pattern, even if specified as part of an exclude option. outfilelist + tmp Sorry I bug you. Thanks, Magda > -Original Message- > From: Magdalena Hewryk [mailto:[EMAIL PROTECTED]] > Sent

--include vs --exclude-form

2001-03-29 Thread Magdalena Hewryk
Hi, I'm trying to exclude ../tmp ../new ../.precious and other directories from mirroring but I need ../tmp/content.html and ../tmp/index.html to be updated regardless of the excluding list on the receiving host. The exclude filelist works but it blocks all the files and ../tmp/content.html an