diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-04-25 22:19:33 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-04-25 23:27:09 +0200 |
commit | 0054e47036b13d46f0f026bbc04d19770c2ecbad (patch) | |
tree | b76d6e274644cb3209ad4091691fd6e71d20e52d /doc/guix.texi | |
parent | a1f708787d08e567da6118bacc481219884296ca (diff) | |
download | patches-0054e47036b13d46f0f026bbc04d19770c2ecbad.tar patches-0054e47036b13d46f0f026bbc04d19770c2ecbad.tar.gz |
guix gc: Add '--free-space'.
* guix/scripts/gc.scm (show-help, %options): Add '--free-space'.
(guix-gc)[ensure-free-space]: New procedure.
Handle '--free-space'.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r-- | doc/guix.texi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ab07d1066e..6d64772262 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1974,6 +1974,15 @@ suffix, such as @code{MiB} for mebibytes and @code{GB} for gigabytes When @var{min} is omitted, collect all the garbage. +@item --free-space=@var{free} +@itemx -F @var{free} +Collect garbage until @var{free} space is available under +@file{/gnu/store}, if possible; @var{free} denotes storage space, such +as @code{500MiB}, as described above. + +When @var{free} or more is already available in @file{/gnu/store}, do +nothing and exit immediately. + @item --delete @itemx -d Attempt to delete all the store files and directories specified as |