From 8a4f3b8f1a28ce16ba9a0b6bd1daafe0989f9df5 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Fri, 6 Dec 2024 20:39:50 -0800 Subject: [PATCH] Add word missing from docs (#80). --- docs/how-to/snapshot-your-filesystems.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/how-to/snapshot-your-filesystems.md b/docs/how-to/snapshot-your-filesystems.md index c1c0e0c3..3b0d0111 100644 --- a/docs/how-to/snapshot-your-filesystems.md +++ b/docs/how-to/snapshot-your-filesystems.md @@ -215,12 +215,12 @@ too small (and LVM isn't configured to grow snapshots automatically), then the snapshots will fail to allocate enough space, resulting in a broken backup. If not specified, the `snapshot_size` option defaults to `10%ORIGIN`, which -means 10% of the size of logical volume being snapshotted. See the [`lvcreate ---size` and `--extents` +means 10% of the size of the logical volume being snapshotted. See the +[`lvcreate --size` and `--extents` documentation](https://www.man7.org/linux/man-pages/man8/lvcreate.8.html) for more information about possible values here. (Under the hood, borgmatic uses -`lvcreate --extents` if the `snapshot_size` is a percentage value, and -`lvcreate --size` otherwise.) +`lvcreate --extents` if the `snapshot_size` is a percentage value, and `lvcreate +--size` otherwise.) #### Logical volume discovery