</listitem>
</varlistentry>
- <varlistentry>
- <term><option>SPACE_LIMIT=<replaceable>float</replaceable> or
+ <varlistentry> <term><option>SPACE_LIMIT=<replaceable>float</replaceable> or
<replaceable>size</replaceable></option></term>
<listitem>
- <para>Limit of the filesystems space the snapshots should
- use. Either a fraction of the whole filesystem or an
- absolute value. An absolute value must use the C locale.</para>
+ <para>Threshold for the maximum space snapshots should use on the filesystem. When snapshots exceed this limit (either as a fraction of the whole filesystem or an absolute value), snapper will remove older snapshots during cleanup operations. An absolute value must use the C locale.</para>
<para>Only supported for btrfs.</para>
- <para>Default value is "0.5".</para>
+ <para>Default value is "0.5" (50% of the filesystem).</para>
<para>New in version 0.3.0, absolute value new in version
0.9.0.</para>
</listitem>
</varlistentry>
- <varlistentry>
- <term><option>FREE_LIMIT=<replaceable>float</replaceable> or
+ <varlistentry> <term><option>FREE_LIMIT=<replaceable>float</replaceable> or
<replaceable>size</replaceable></option></term>
<listitem>
- <para>Limit of the filesystem space that should be
- free. Either a fraction of the whole filesystem or an absolute
- value. An absolute value must use the C locale.</para>
+ <para>Threshold for the minimum free space that should remain on the filesystem. When free space falls below this limit (either as a fraction of the whole filesystem or an absolute value), snapper will remove older snapshots during cleanup operations to reclaim space. An absolute value must use the C locale.</para>
<para>Only supported for btrfs.</para>
- <para>Default value is "0.2".</para>
+ <para>Default value is "0.2" (20% of the filesystem).</para>
<para>New in version 0.8.0, absolute value new in version 0.9.0.</para>
</listitem>
</varlistentry>