Bacula Auto Run Reclaim Space Script

From Tech Wiki
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 * * * /...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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