From f639c88952e9b48eef53cdb960de8a948fa35be0 Mon Sep 17 00:00:00 2001 From: sascha Date: Wed, 29 Jul 2026 15:01:06 +0200 Subject: [PATCH] fix(borg): update tests/fixtures/borgmatic-info-latest.json --- tests/fixtures/borgmatic-info-latest.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 tests/fixtures/borgmatic-info-latest.json 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 + } + } + ] + } +]