Discussion:
[Aide] wildcard exclude inside folder
n***@gmail.com
2016-02-20 19:58:30 UTC
Permalink
Hello.

Could you please help me.
Can I check
/test/*/onedolder
and exclude
/test/*/onefolder/cache/.*$

So I need to monitor one folder recursively without cache inside it.
Richard Dupuy
2016-02-22 15:12:38 UTC
Permalink
Should work if you make it /test/.*/onefolder in both rules. It's always regular expression matching, not glob matching.

--Rich Dupuy
IT Technical Support Consultant
Office of Technology Services
225-219-6026


-----Original Message-----
From: Aide [mailto:aide-***@cs.tut.fi] On Behalf Of ***@gmail.com
Sent: Saturday, February 20, 2016 1:59 PM
To: ***@cs.tut.fi
Subject: [Aide] wildcard exclude inside folder

Hello.

Could you please help me.
Can I check
/test/*/onedolder
and exclude
/test/*/onefolder/cache/.*$

So I need to monitor one folder recursively without cache inside it.
Continue reading on narkive:
Loading...