Bacula Auto Run Reclaim Space Script
Jump to navigation
Jump to search
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