Re: exclude option bug
Miek Gieben <[email protected]> Wed, 29 Dec 2004 20:35:24 +0100
| Newsgroups | gmane.comp.sysutils.backup.hdup.general |
|---|---|
| Message-ID | <[email protected]> |
[On 29 Dec, @ 15:58, viktor wrote in "[hdup-user] exclude option bug ..."] > hallo > > a thing that parsing of 'exclude' option have a little bug. > i have this line in may hdup.conf: > exclude = .*\.png, .*\.log, .*\.old, .*~$ > and in backup process paterns .*\.png and .*\.old are omited. > i think it's because only every second patern is executed. > if i change line to this: > exclude = , .*\.png, , .*\.log, , .*\.old, , .*~$ > everything is working OK. > > is it a bug or i making somewhere any mistake? it's a bug - I see it too.... > thanks for answer. let me just fix this :) grtz Miek