Bacula Auto Run Reclaim Space Script
Revision as of 10:01, 28 April 2016 by Adam.birds (talk | contribs) (Created page with "'''To auto run the reclaimspace.sh script complete the following commands:''' <pre> crontab -e </pre> '''Then create a new line and add the following:''' <pre> 0 12 * * * /...")
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