From f158d42b28a07afbd865ebac285bc838cff86b7e Mon Sep 17 00:00:00 2001 From: Jackson Date: Sun, 23 Nov 2025 09:20:03 +0100 Subject: [PATCH] apply docs suggestions Co-authored-by: Dan Helfman --- docs/reference/configuration/data-sources/btrfs.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/reference/configuration/data-sources/btrfs.md b/docs/reference/configuration/data-sources/btrfs.md index bebb4eaa..74edc6be 100644 --- a/docs/reference/configuration/data-sources/btrfs.md +++ b/docs/reference/configuration/data-sources/btrfs.md @@ -70,13 +70,13 @@ temporary snapshot directory in use at the time the archive was created, as Borg ## Performance -With Borg version 1.x, New in version -2.0.12 borgmatic uses consistent snapshot paths between invocations, -so backups will be cached correctly. No configuration is necessary. +New in borgmatic version 2.0.12, with Borg version +1.x borgmatic uses consistent snapshot paths between invocations, so +backups will be cached correctly. No configuration is necessary. -With Borg version 1.x Because of -the way that Btrfs snapshot paths change from one borgmatic invocation to the -next, the [Borg file +Prior to borgmatic version 2.0.12, with +Borg version 1.x Because of the way that Btrfs snapshot paths change from +one borgmatic invocation to the next, the [Borg file cache](https://borgbackup.readthedocs.io/en/stable/internals/data-structures.html#cache) will never get cache hits on snapshotted files. This makes backing up Btrfs snapshots a little slower than non-snapshotted files that have consistent paths.