Can the XCP "-match" feature filter a date range?
Applies to
- NetApp XCP
Answer
The following are a few examples of XCP scan syntax that show various date filter/matching options:
xcp scan -match "62*day > accessed > 31*day" <source>
xcp scan -match "accessed > 1*month" -fmt "'{}'.format(iso(atime))" <source>
xcp scan -match "((now-x.atime) / 3600) > 31*day" <source>"
Additional Information
additionalInformation_text