diff --git a/tests/fixtures/borgmatic-info-latest.json b/tests/fixtures/borgmatic-info-latest.json new file mode 100644 index 0000000..be39b2d --- /dev/null +++ b/tests/fixtures/borgmatic-info-latest.json @@ -0,0 +1,16 @@ +[ + { + "archives": [ + { + "name": "pfannkuchen-2026-07-29_11-53", + "duration": 7.111822, + "stats": { + "compressed_size": 189978004, + "deduplicated_size": 189532521, + "nfiles": 157, + "original_size": 573861799 + } + } + ] + } +]