]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-prune-older.md
Update base_version to 0.34~ for 0.34 development
[bup.git] / Documentation / bup-prune-older.md
index 43056048e174297683c008e3a4699746da4ad69d..24e2eea80885a8a727bd68b1252f305bd7dfc38f 100644 (file)
@@ -21,7 +21,7 @@ WARNING: This is one of the few bup commands that modifies your
 archive in intentionally destructive ways.  Though if an attempt to
 `join` or `restore` the data you still care about after a
 `prune-older` succeeds, that's a fairly encouraging sign that the
-commands worked correctly.  (The `t/compare-trees` command in the
+commands worked correctly.  (The `dev/compare-trees` command in the
 source tree can be used to help test before/after results.)
 
 # KEEP PERIODS
@@ -46,27 +46,27 @@ calendar, so `--keep-dailies-for 5d` means a period starting exactly
 
 # OPTIONS
 
---keep-all-for PERIOD
-:   when no smaller time scale --keep option applies, retain all saves
+\--keep-all-for PERIOD
+:   when no smaller time scale `--keep` option applies, retain all saves
     within the given period.
 
---keep-dailies-for PERIOD
-:   when no smaller time scale --keep option applies, retain the
+\--keep-dailies-for PERIOD
+:   when no smaller time scale `--keep` option applies, retain the
     newest save for any day within the given period.
 
---keep-monthlies-for PERIOD
-:   when no smaller time scale --keep option applies, retain the
+\--keep-monthlies-for PERIOD
+:   when no smaller time scale `--keep` option applies, retain the
     newest save for any month within the given period.
 
---keep-yearlies-for PERIOD
-:   when no smaller time scale --keep option applies, retain the
+\--keep-yearlies-for PERIOD
+:   when no smaller time scale `--keep` option applies, retain the
     newest save for any year within the given period.
 
---wrt UTC_SECONDS
+\--wrt UTC_SECONDS
 :   when computing a keep period, place the most recent end of the
     range at UTC\_SECONDS, and any saves newer than this will be kept.
 
---pretend
+\--pretend
 :   don't do anything, just list the actions that would be taken to
     standard output, one action per line like this:
 
@@ -74,7 +74,7 @@ calendar, so `--keep-dailies-for 5d` means a period starting exactly
         + SAVE
         ...
 
---gc
+\--gc
 :   garbage collect the repository after removing the relevant saves.
     This is the default behavior, but it can be avoided with `--no-gc`.