From 83a064b9d3c76900937d594675d407fc57681fee Mon Sep 17 00:00:00 2001 From: Maksim Denisov Date: Thu, 12 Jun 2025 11:48:06 +0200 Subject: Update documentation --- share/man/just.1.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'share') diff --git a/share/man/just.1.md b/share/man/just.1.md index 0357e5cf..c538245a 100644 --- a/share/man/just.1.md +++ b/share/man/just.1.md @@ -288,6 +288,13 @@ As the non-rotating tasks can be useful in their own right, the `--no-rotate` option can be used to request only the clean-up tasks that do not lose information. +If it is necessary to remove the entire cache, the `--all` option can +be used to skip generation rotation and splitting of large files. In +this scenario, all cache generations get removed starting from the +oldest generation. + +`--no-rotate` and `--all` are incompatible options. + **`execute`** ------------- @@ -835,7 +842,12 @@ operations will be removed, in a FIFO scheme. If unset, defaults to **`--no-rotate`** Do not rotate gargabe-collection generations. Instead, only carry out clean up tasks that do not affect what is stored in the cache. +Incompatible with `--all`. +**`--all`** +Do not rotate garbage-collection generations and do not split large +files. Instead, remove all cache generations at once. Incompatible with +`--no-rotate`. EXIT STATUS =========== -- cgit v1.2.3