Skip to content

A Rust implementation of the LogBoop log file archiver

Notifications You must be signed in to change notification settings

Lymkwi/logboop-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LogBoop, a program to parse, split, and destroy rotated log files

Author : Lux License : CC0

LogBoop was adapted from a bash script hastely written to handle an unexpected surplus of log files rotated from my personal VPS.

Using LogBoop

Using LogBoop is easy. Once the binary is compiled, simply invoke it

logboop input_root output_root

Note that you will need the required privilege to read all files and folders in the input_root directory, create directories and files in output_root (or create it as well if needed), and enough disk space to duplicate the contents of input_root (roughly).

About

A Rust implementation of the LogBoop log file archiver

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages