Page 1 of 1

Typo or error in the documentation

Posted: Wed Apr 16, 2008 10:29 am
by vejeta

Code: Select all

As this applies to ZoneMinder filters, you might want to search for events in a period of time, or maybe for example create a purge filter that removes events older than 30 days. For the later you would want at least two lines in your filter. The first line should be:

[<Archive Status> <equal to> <Unarchived Only>] 

as you don't want to delete your archived events.

Your second line to find events older than 30 days would be:

[and <Date>< greater than> -30 days] 
That last line should be
[and <Date>< less than> -30 days]

At least, I could delete events older than 30 days, when using that condition.