X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=input%2Fhowto%2Fbacula-hints.mdwn;h=dc70b6b6e67adce6684728f7090ba77f6ebccbad;hb=e1ff07a23be1d87d77209203040ad16b6b19bc62;hp=0be38ce6cae789a39c664e87897bd02b7f9f8bc3;hpb=3b9244d944fd6b3c009989dfcf74a7a0108e0105;p=mirror%2Fdsa-wiki.git 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; ```