]> arthur.barton.de Git - bup.git/commitdiff
prune-older(1): doc keeping newest save in period groups
authorRob Browning <rlb@defaultvalue.org>
Sun, 23 Apr 2017 20:16:39 +0000 (15:16 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 23 Apr 2017 20:26:51 +0000 (15:26 -0500)
Update the manpage to reflect the change to keep the newest save in
each period group rather than the oldest.

cf. 669256ddc5b65c65bc908c6f740f93a18e936231

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Tested-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-prune-older.md

index 7ba24d7807ffb606421e9ffe8770981de6647ef8..ffce535a2cc4ee4ab18240daf0da853db69d0c44 100644 (file)
@@ -52,15 +52,15 @@ calendar, so `--keep-dailies-for 5d` means a period starting exactly
 
 --keep-dailies-for PERIOD
 :   when no smaller time scale --keep option applies, retain the
-    oldest save for any day within the given period.
+    newest save for any day within the given period.
 
 --keep-monthlies-for PERIOD
 :   when no smaller time scale --keep option applies, retain the
-    oldest save for any month within the given period.
+    newest save for any month within the given period.
 
 --keep-yearlies-for PERIOD
 :   when no smaller time scale --keep option applies, retain the
-    oldest save for any year within the given period.
+    newest save for any year within the given period.
 
 --wrt UTC_SECONDS
 :   when computing a keep period, place the most recent end of the
@@ -108,7 +108,7 @@ that case, you will see something like this:
 
 # EXAMPLES
 
-    # Keep all saves for the past month, and any older monthlies for
+    # Keep all saves for the past month, and any newer monthlies for
     # the past year.  Delete everything else.
     $ bup prune-older --keep-all-for 1m --keep-monthlies-for 1y