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
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