Skip to content
/ logrot Public
forked from lukem/logrot

Rotates log files.

Notifications You must be signed in to change notification settings

mskuta/logrot

This branch is 13 commits ahead of lukem/logrot:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

0554450 · Jul 19, 2024

History

59 Commits
Jul 19, 2024
Feb 17, 1997
Apr 9, 2023
Apr 11, 2024
Apr 9, 2023
May 1, 2024
Jul 18, 2024
Jul 19, 2024
Jul 19, 2024
Jul 18, 2024
May 31, 2024
Apr 29, 2024
May 31, 2024
Apr 29, 2024

Repository files navigation

Description

logrot is log rotation program with many options that should cater for most people's needs.

It attempts to rotate files in a `safe' manner, in that the window of time in which the actual log file doesn't exist is minimised (which is useful when rotating files that have more than one writer, for example).

The manual page provides details on the various incantation options.

Installation

meson setup --buildtype=release --prefix="$HOME/.local" build
meson install -Cbuild

About

Rotates log files.

Resources

Stars

Watchers

Forks

Languages

  • C 78.4%
  • Roff 12.6%
  • Meson 9.0%