Re: Problems with exclude files in rsync 2.6.4

2006-05-05 Thread Wayne Davison
On Wed, May 03, 2006 at 11:41:05AM +0200, Judith Flo wrote: > ^/proc/* > /prova1/ > /var* > *.o > *.swp > ^/dev* Note that the names which start with '^' probably won't match anything because those exclude patterns only match below a directory named '^'. (A leading '/' is all the anchor you need f

Problems with exclude files in rsync 2.6.4

2006-05-03 Thread Judith Flo
Hi, I've been trying to rsync some folders from my debian pc to a suse server. I created an exclude file called exclude_files.txt where one can read the following: ^/proc/* /prova1/ /var* *.o *.swp ^/dev* When I execute de command: rsync -aulHI --delete --partial --modify-window=2 --log-forma