.BI \-g\ group
Set the group/gid to run as.
.TP
+.BI \-m
+Print kaboom output (for debugging).
+.TP
.BI \-r\ job
Run <job>.
.TP
.BI \-g\ group
Set the group/gid to run as.
.TP
-.BI \-p
-Proceed inspite of I/O errors
-.TP
.BI \-k
Keep readall permission when dropping privileges.
.TP
+.BI \-m
+Print kaboom output (for debugging).
+.TP
.BI \-s
No signals (for debugging).
.TP
.BI \-p
Proceed in spite of I/O errors
.TP
+.BI \-m
+Print kaboom output (for debugging)
+.TP
.BI \-s
No signals (for debugging).
.TP
.B \-d <nn>
Set debug level to \fInn\fP.
.TP
+.B \-dt
+Print timestamp in debug output.
+.TP
.B \-t
Test config mode: read configuration and exit.
.TP
Show version and usage of program.
.SH SEE ALSO
.BR bacula-dir (8),
-.BR bacula-wxconsole (1)
.BR bls (1),
.BR bextract (1).
.br
.PP
.SH OPTIONS
.TP
+.BI \-D\ dir
+Select a Director.
+.TP
+.BI \-l
+List defined Directors.
+.TP
.BI \-c\ config
Specify configuration file.
.TP
.B \-s
No signals (for debugging).
.TP
+.b \-u\ nn
+Set command execution timeout to \fInn\fP seconds.
+.TP
.B \-t
Test the configuration file and report errors.
.TP
.BI \-p
Proceed inspite of I/O errors.
.TP
-.B \-t
-Open the default tape device.
-.TP
.B \-s
No signals (for debugging).
.TP
working_directory = "/tmp";
args = get_pool_memory(PM_FNAME);
- while ((ch = getopt(argc, argv, "D:lbc:d:nstu:?")) != -1) {
+ while ((ch = getopt(argc, argv, "D:lc:d:nstu:?")) != -1) {
switch (ch) {
case 'D': /* Director */
if (director) {