projects
/
mirror
/
dsa-wiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1f19cb
)
add bacula hints
author
Martin Zobel-Helas
<zobel@ftbfs.de>
Fri, 2 Feb 2018 13:48:28 +0000
(14:48 +0100)
committer
Martin Zobel-Helas
<zobel@ftbfs.de>
Fri, 2 Feb 2018 13:48:28 +0000
(14:48 +0100)
Signed-off-by: Martin Zobel-Helas <zobel@ftbfs.de>
input/howto/bacula-hints.mdwn
[new file with mode: 0644]
patch
|
blob
diff --git a/input/howto/bacula-hints.mdwn
b/input/howto/bacula-hints.mdwn
new file mode 100644
(file)
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;
+```