]> git.ipfire.org Git - thirdparty/snapper.git/commitdiff
doc: clarify SPACE_LIMIT and FREE_LIMIT descriptions in man page (fixes #967) 1013/head
authortan jo <tanmayjoddar17@gmail.com>
Thu, 15 May 2025 14:18:50 +0000 (19:48 +0530)
committertan jo <tanmayjoddar17@gmail.com>
Thu, 15 May 2025 14:18:50 +0000 (19:48 +0530)
doc/snapper-configs.xml.in

index 73379557b3f04d1d81082af2932ea3dc9591d3be..d9cc8439178caf5d219ae51174bd92ea4068605f 100644 (file)
        </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 &quot;0.5&quot;.</para>
+         <para>Default value is &quot;0.5&quot; (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 &quot;0.2&quot;.</para>
+         <para>Default value is &quot;0.2&quot; (20% of the filesystem).</para>
          <para>New in version 0.8.0, absolute value new in version 0.9.0.</para>
        </listitem>
       </varlistentry>