This program generatet the SQL code that should be run in certain intervals to
summarize the data collected by bandwidthd (in postgresql mode) and purge the
detailed records.
The program itself only generates the SQL code. You need to feed it to your
postgresql server yourself, which can be done by piping the output to the psql
program. Adding a crontab script that runs weekly and cleans up the database
is recommended.
/usr/sbin/bd_pgsql_purge - the script to generate sql code /etc/cron.weekly/bandwidthd-pgsql - default schedule for bd_pgsql_purge
Furter information available at the website:
http://bandwidthd.sourceforge.net