I tried to use -o json
when deleting the backup and parsing it with jq. As a result, an error was reported because the output was not standard json.
pbm cleanup -y --older-than 3d -o json | jq
jq: parse error: Invalid numeric literal at line 1, column 10
pbm cleanup -y --older-than "2025-07-18T03:42:30" -o json
Snapshots:
- "2025-07-18T02:30:46Z" [size: 31.41GB type: <logical>, restore time: 2025-07-18T03:42:29Z]
{"msg":"Processing by agents. Please check status later"}