Created
July 2, 2018 13:33
-
-
Save adriaPerez/fbcd28bc3c5d8cd7d48bcc8221f2d672 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Remove archived journal files until the disk space they use falls below 100M | |
sudo journalctl --vacuum-size=100M | |
# Make all journal files contain no data older than 2 weeks | |
sudo journalctl --vacuum-time=2weeks |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment