From 5468e852220ea52afd94f2222b42a6f54dc4f93f Mon Sep 17 00:00:00 2001 From: Srigovind Nayak Date: Sat, 7 Sep 2024 15:06:21 +0530 Subject: [PATCH] docs: mention that the oldest snapshot is marked `oldest` in the reasons of the forget comman --- doc/060_forget.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/060_forget.rst b/doc/060_forget.rst index fe0236f12..b211148cb 100644 --- a/doc/060_forget.rst +++ b/doc/060_forget.rst @@ -214,7 +214,8 @@ The ``forget`` command accepts the following policy options: run) and these snapshots will hence not be removed. .. note:: If there are not enough snapshots to keep one for each duration related - ``--keep-{within-,}*`` option, the oldest snapshot is kept additionally. + ``--keep-{within-,}*`` option, the oldest snapshot is kept additionally and + marked as ``oldest`` in the output (e.g. ``oldest hourly snapshot``). .. note:: Specifying ``--keep-tag ''`` will match untagged snapshots only.