Unsolved
1 Rookie
•
124 Posts
0
577
February 14th, 2022 05:00
mminfo savetime query
Hello,
I would like to know why mminfo together with a savetime query no longer seems to work as expected.
Note the following mminfo query. It shows that there are no savesets after December 3rd 2021.
nws:~ # mminfo -q 'volume=XL2586L7, savetime>12/3/21' -avot
6095:mminfo: no matches found for the query
But in fact there are: There are savesets on December 4th 2021, and more.
nws:~ # mminfo -q 'volume=XL2586L7' -avot | head -20
volume type client date time size ssid fl lvl name
XL2586L7 LTO Ultrium-8 home02 12/04/21 00:45:38 184 GB 1806347412 cE full /vol1
...
If for example I invert the filter, it shows those savesets.
nws:~ # mminfo -q 'volume=XL2586L7, savetime<12/3/21' -avot | head -20
volume type client date time size ssid fl lvl name
XL2586L7 LTO Ultrium-8 home02 12/04/21 00:45:38 184 GB 1806347412 cE full /vol1
...
Can you tell why that filter (no longer) works as expected, or not at all?
Thanks
NW 19.4



bingo.1
2.4K Posts
0
February 14th, 2022 06:00
This looks like a bug. May I suggest that you contact support to find a later version where this has been solved ...
jammac
1 Rookie
•
124 Posts
0
March 21st, 2022 03:00
Just to let y'all know
Apparently now you have to use "2021" and not just "21", i.e. the year has to be "fully qualified".
I.e. 12/3/21 will not produce expected output.
Instead, 12/3/2021 will.
...