Skip to content

Instantly share code, notes, and snippets.

View iceman91176's full-sized avatar

Carsten Buchberger iceman91176

View GitHub Profile
@ptomulik
ptomulik / rotate_old_radacct_detail_files_mtime_based.sh
Last active December 16, 2022 11:44
Rotation script for freeradius accounting detail files. Shall be run as a cron script.
#! /bin/sh
########################################################################################
# Compresses old radacct detail files and removes very old compressed radacct files.
########################################################################################
# Author: P. Tomulik
########################################################################################
# Path to the programs used (for environments without $PATH set)
FIND=/usr/bin/find