XCP の「 -match 」機能で日付範囲をフィルタリングできますか。
環境
- XCP
回答
これらの例は、それに応じて調整できます(同じです)。
xcp scan -match "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>"
追加情報