On Mon 28 Dec 2009, Rich Shepard wrote:
> On Mon, 28 Dec 2009, Paul Slootman wrote:
> 
> >The daily errors are about the last image made, not about the initial
> >problem (unless you're getting a specifically different error than what I
> >think you're getting; giving as much info as possible stops me having to
> >guess). Hence I think that your exclude rules are still not correct.
> 
>   Attached is one of the two rsync error messages from early this morning.
> They have been the same every day (same file mentioned). If it is a rule
> issue I'll make all necessary changes.
> 
>   Again, here are the exclude rules:
> 
> exclude:
>       /proc
>       /etc/mtab
>       .kde/share/cache/*
>       .mozilla/firefox/*.default/Cache/*
>       /usr/src/**/*.o
>       *~
>       *.bak
>       lost+found/
>       tmp/*
>       tmp/.*

If this did what you think it does :-), then you would effectively have
nothing backupped from /tmp, so why bother running dirvish for that at
all? (as already suggested)

That aside: This will only exclude dot files from tmp SUBdirectories,
not from /tmp itself. Remember that exclude rules are applied to the
root of the transfer, not the root of the filesystem. Hence only dot
files in e.g. /tmp/tmp/ will be excluded (as well as all other files;
dot is not special as far as dirvish (or actually: rsync) is concerned,
so the tmp/* rule includes files that would be matched by tmp/.* ).


Paul
_______________________________________________
Dirvish mailing list
[email protected]
http://www.dirvish.org/mailman/listinfo/dirvish

Reply via email to