Re: property append IGNORE regex

2017-10-23 Thread Jean-Louis Martineau
Matthias,

Which amanda version are you using? (client and server)
Which application are you using? Is it amgtar?
Post the application debug file

Jean-Louis

On 22/10/17 06:10 AM, Matthias Teege wrote:
> 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
>
This message is the property of CARBONITE, INC. and may contain confidential or 
privileged information.
If this message has been delivered to you by mistake, then do not copy or 
deliver this message to anyone.  Instead, destroy it and notify me by reply 
e-mail


property append IGNORE regex

2017-10-22 Thread Matthias Teege
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