From 79e11c229949d459edcac3e232ec8ea59c0260db Mon Sep 17 00:00:00 2001 From: Julien Cristau Date: Fri, 2 Feb 2018 15:00:31 +0100 Subject: [PATCH] Add instructions to reschedule a backup --- input/howto/bacula-hints.mdwn | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/input/howto/bacula-hints.mdwn b/input/howto/bacula-hints.mdwn index dc70b6b..0382a63 100644 --- a/input/howto/bacula-hints.mdwn +++ b/input/howto/bacula-hints.mdwn @@ -6,3 +6,9 @@ ``` 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 -- 2.20.1