File removal tool for loop recording
looprm is a lightweight command-line tool to maintain free disk space by removing the oldest files from a directory, suitable to implement the loop recording process for recorders and data loggers.
The program works with minimal CPU and memory usage required to fulfill its mission and can effectively process directories containing large numbers of files.
See the manual page
.
git clone https://github.com/vicb3/looprm.git
cd looprm
DEB_BUILD_OPTIONS=noddebs DEB_BUILD_MAINT_OPTIONS=hardening=+all dpkg-buildpackage -us -uc -b
git clone https://github.com/vicb3/looprm.git
cd looprm
make
sudo make install PREFIX=/usr/local
GPLv3: GNU General Public License version 3
See LICENSE for details.