logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

log2ram - Redirects log file writes into RAM

Authors

       Azlux <github@azlux.fr>

Description

log2ram reduces wear on storage devices by redirecting any writes to
        /var/log/ into RAM with periodic flushes to the storage drive. This is
        useful when that storage device has a limited number of write cycles,
        such as an SD card.

History

       2024 - Initial version

Azlux                                           12 SEPTEMBER 2024                                     LOG2RAM(1)

Name

       log2ram - Redirects log file writes into RAM

Options

start   Starts the log2ram service.

       stop    Stops the log2ram service.

       write   Syncs the log files from RAM to disk.

Synopsis

log2ram{start|stop|write}

See Also