From: Martin Zobel-Helas Date: Fri, 2 Feb 2018 13:48:28 +0000 (+0100) Subject: add bacula hints X-Git-Url: https://git.adam-barratt.org.uk/?p=mirror%2Fdsa-wiki.git;a=commitdiff_plain;h=3b9244d944fd6b3c009989dfcf74a7a0108e0105;hp=e1f19cbad3788770f222b8699d08578424bf1c01 add bacula hints Signed-off-by: Martin Zobel-Helas --- diff --git a/input/howto/bacula-hints.mdwn b/input/howto/bacula-hints.mdwn new file mode 100644 index 0000000..0be38ce --- /dev/null +++ b/input/howto/bacula-hints.mdwn @@ -0,0 +1,8 @@ +== 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) +``` +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; +```