X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fbacula-hints.mdwn;h=2b2aa48348abbed4fd3fb3ac27daa8eb3e05706c;hb=4748598a49ca95a8569fb7638db087e00821ddeb;hp=dc70b6b6e67adce6684728f7090ba77f6ebccbad;hpb=e1ff07a23be1d87d77209203040ad16b6b19bc62;p=mirror%2Fdsa-wiki.git diff --git a/input/howto/bacula-hints.mdwn b/input/howto/bacula-hints.mdwn index dc70b6b..2b2aa48 100644 --- a/input/howto/bacula-hints.mdwn +++ b/input/howto/bacula-hints.mdwn @@ -6,3 +6,14 @@ ``` select path,name from filename inner join file on filename.filenameid=file.filenameid inner join path on path.pathid=file.pathid where file.jobid=$JOBID; ``` +### reschedule a backup run + * check the debian-admin-bacula archive on master for failed runs + * if the issue is intermittent or fixed, log in to dinis + * run bconsole + * type "run", and pick the host + * if necessary adjust "level", then start the backup + +### do a mass reschedule on what is needed +``` +(cd /etc/bacula/conf.d && for i in *; do h="${i%%.conf}"; /usr/lib/nagios/plugins/dsa-check-bacula -w 17h $h > /dev/null|| echo "run $h yes"; done) |tee incruns +```