diff --git a/doc/snapper.xml.in b/doc/snapper.xml.in index 282c4292..91e5a8cb 100644 --- a/doc/snapper.xml.in +++ b/doc/snapper.xml.in @@ -2,13 +2,13 @@ - 2023-11-28 + 2024-04-18 snapper 8 - 2023-11-28 + 2024-04-18 @VERSION@ Filesystem Snapshot Management @@ -143,7 +143,7 @@ the filesystem above a limit. For the first condition quota must be setup, see command setup-quota. Additional the NUMBER_LIMIT and TIMELINE_LIMIT variables in the config file must have ranges (min- and - max-value). The algorithms will then make two passes: + max-value). The algorithms will then make two passes: @@ -156,15 +156,18 @@ - The limit for the used space can be configured via the + The limit for the used space can be configured via the SPACE_LIMIT variable. Note: Only snapshots that have a cleanup algorithm set are taken into account when calculating the space - used by snapshots. + used by snapshots. - The limit for the free space can be configured via the - FREE_LIMIT variable. + The limit for the free space can be configured via the + FREE_LIMIT variable. - + Note: Since the cleanup is performed asynchronous from + creating snapshots the observed snapshots can differ from the + expected snapshots according to the limits. Also btrfs stale + qgroups can exist temporarily.