Difference between revisions of "Bacula Auto Run Reclaim Space Script"

From Tech Wiki
Jump to navigation Jump to search
(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 * * * /...")
 
(No difference)

Latest revision as of 10:01, 28 April 2016

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