Documentation

Bacula Auto Run Reclaim Space Script

Categories
A
Adam Birds
Published 10 August 20261 min read1 views

To auto run the reclaimspace.sh script complete the following commands:

crontab -e

Then create a new line and add the following:

0 12 * * * /root/reclaimspace.sh >/dev/null 2>&1

Then save the file and ensure the cron service is running with the following command:

service crond status
Last updated: 10 August 2026v1