Hello!

I'm using

  property append "IGNORE" "file changed as we read it$"

in my dumptype to suppress some warnins. This works as expected.

Now I have to "ignore" messages about removed files from some cache
directories too and tried:

  property append "IGNORE" ".*/cache2/.*: File removed before we read it$"

which doesnt work. The tar output looks like this:

  
.cache/mozilla/firefox/rxgpvk63.default/cache2/entries/05568ED7AE00C44F1D181D78E513ABF7BDBF0659:
 File removed before we read it

Dies the regex only matches after the ":"? Who can I suppress unnecessary
warnings?

Thanks!
Matthias

Reply via email to