Skip to content

vicb3/looprm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

looprm

File removal tool for loop recording

Description

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.

Usage

See the manual page.

Installation

Build a Debian package

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

Build & install using make:

git clone https://github.com/vicb3/looprm.git
cd looprm
make
sudo make install PREFIX=/usr/local

License

GPLv3: GNU General Public License version 3

See LICENSE for details.

About

File removal tool for loop recording

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published