X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=man%2Fjournalctl.xml;h=0703bf9fb613f45c58370174b1beab5f4c104aca;hb=13e92f3966552091085982f4ebdeb38721f04a30;hp=7fb6afc8f67a578f4e14e5c7c855b932baed64c2;hpb=9fd290443f5f99fca0dcd4216b1de70f7d3b8db1;p=elogind.git diff --git a/man/journalctl.xml b/man/journalctl.xml index 7fb6afc8f..0703bf9fb 100644 --- a/man/journalctl.xml +++ b/man/journalctl.xml @@ -761,8 +761,37 @@ Shows the current disk - usage of all - journal files. + usage of all journal files. This shows + the sum of the disk usage of all + archived and active journal + files. + + + + + + + Removes archived + journal files until the disk space + they use falls below the specified + size (specified with the usual K, M, + G, T suffixes), or all journal files + contain no data older than the + specified timespan (specified with the + usual s, min, h, days, months, weeks, + years suffixes). Note that running + has + only indirect effect on the output + shown by + as the latter includes active journal + files, while the former only operates + on archived journal + files. + and + may be combined in a single invocation + to enforce both a size and time limit + on the archived journal + files. @@ -878,6 +907,20 @@ operation. + + + + Asks the Journal + daemon to flush any log data stored in + /run/log/journal + into + /var/log/journal, + if persistent storage is enabled. This + call does not return until the + operation is + complete. + +