From e1ff07a23be1d87d77209203040ad16b6b19bc62 Mon Sep 17 00:00:00 2001 From: Martin Zobel-Helas Date: Fri, 2 Feb 2018 14:52:46 +0100 Subject: [PATCH] do proper formating Signed-off-by: Martin Zobel-Helas --- input/howto/bacula-hints.mdwn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/input/howto/bacula-hints.mdwn b/input/howto/bacula-hints.mdwn index 0be38ce..dc70b6b 100644 --- a/input/howto/bacula-hints.mdwn +++ b/input/howto/bacula-hints.mdwn @@ -1,8 +1,8 @@ -== useful bacula commands == +## useful bacula commands - * find out what was in a backup run - * get the job-id from the bacula mail - * run the following on bacula database (currently bmdb1.debian.org) +### find out what was in a backup run + * get the job-id from the bacula mail + * run the following on bacula database (currently bmdb1.debian.org) ``` 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; ``` -- 2.20.1