]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/console/bconsole.tex
Update
[bacula/docs] / docs / manuals / en / console / bconsole.tex
1 %%
2 %%
3
4 \chapter{Bacula Console}
5 \label{_ConsoleChapter}
6 \index[general]{Console!Bacula}
7 \index[general]{Bacula Console}
8 \index[general]{Console!Bacula}
9 \index[general]{Bacula Console}
10
11 The {\bf Bacula Console} (sometimes called the User Agent) is a program that
12 allows the user or the System Administrator, to interact with the Bacula
13 Director daemon while the daemon is running. 
14
15 The current Bacula Console comes in two versions: a shell interface (TTY
16 style), and a GNOME GUI interface. Both permit the administrator or authorized
17 users to interact with Bacula. You can determine the status of a particular
18 job, examine the contents of the Catalog as well as perform certain tape
19 manipulations with the Console program. 
20
21 In addition, there is a bwx-console built with wxWidgets that allows a graphic
22 restore of files. As of version 1.34.1 it is in an early stage of development,
23 but it already is quite useful. Unfortunately, it has not been enhanced for
24 some time now.
25
26 Since the Console program interacts with the Director through the network, your
27 Console and Director programs do not necessarily need to run on the same
28 machine. 
29
30 In fact, a certain minimal knowledge of the Console program is needed in order
31 for Bacula to be able to write on more than one tape, because when Bacula
32 requests a new tape, it waits until the user, via the Console program,
33 indicates that the new tape is mounted. 
34
35 \section{Console Configuration}
36 \index[general]{Console Configuration}
37 \index[general]{Configuration!Console}
38 \index[general]{Console Configuration}
39 \index[general]{Configuration!Console}
40
41 When the Console starts, it reads a standard Bacula configuration file
42 named {\bf bconsole.conf} or {\bf bgnome-console.conf} in the case of the GNOME
43 Console version from the current directory unless you specify the {\bf {-}c}
44 command line option (see below). This file allows default configuration 
45 of the Console, and at the current time, the only Resource Record defined
46 is the Director resource, which gives the Console the name and address of
47 the Director.  For more information on configuration of the Console
48 program, please see the \ilink{Console Configuration
49 File}{ConsoleConfChapter} Chapter of this document.
50
51 \section{Running the Console Program}
52 \index[general]{Running the Console Program}
53 \index[general]{Program!Running the Console}
54 \index[general]{Running the Console Program}
55 \index[general]{Program!Running the Console}
56
57 The console program can be run with the following options:
58 \footnotesize
59 \begin{verbatim}
60 Usage: bconsole [-s] [-c config_file] [-d debug_level]
61        -c <file>   set configuration file to file
62        -dnn        set debug level to nn
63        -n          no conio
64        -s          no signals
65        -t          test - read configuration and exit
66        -?          print this message.
67 \end{verbatim}
68 \normalsize
69
70
71 After launching the Console program (bconsole), it will prompt you for the
72 next command with an asterisk (*). (Note, in the GNOME version, the prompt is
73 not present; you simply enter the commands you want in the command text box at
74 the bottom of the screen.) Generally, for all commands, you can simply enter
75 the command name and the Console program will prompt you for the necessary
76 arguments. Alternatively, in most cases, you may enter the command followed by
77 arguments. The general format is: 
78
79 \footnotesize
80 \begin{verbatim}
81  <command> <keyword1>[=<argument1>] <keyword2>[=<argument2>] ...
82 \end{verbatim}
83 \normalsize
84
85 where {\bf command} is one of the commands listed below; {\bf keyword} is one
86 of the keywords listed below (usually followed by an argument); and {\bf
87 argument} is the value. The command may be abbreviated to the shortest unique
88 form. If two commands have the same starting letters, the one that will be
89 selected is the one that appears first in the {\bf help} listing. If you want
90 the second command, simply spell out the full command. None of the keywords
91 following the command may be abbreviated. 
92
93 For example: 
94
95 \footnotesize
96 \begin{verbatim}
97 list files jobid=23
98 \end{verbatim}
99 \normalsize
100
101 will list all files saved for JobId 23. Or: 
102
103 \footnotesize
104 \begin{verbatim}
105 show pools
106 \end{verbatim}
107 \normalsize
108
109 will display all the Pool resource records. 
110
111 The maximum command line length is limited to 511 characters, so if you
112 are scripting the console, you may need to take some care to limit the
113 line length.
114
115 \section{Stopping the Console Program}
116 \index[general]{Program!Stopping the Console}
117 \index[general]{Stopping the Console Program}
118 \index[general]{Program!Stopping the Console}
119 \index[general]{Stopping the Console Program}
120
121 Normally, you simply enter {\bf quit} or {\bf exit} and the Console program
122 will terminate. However, it waits until the Director acknowledges the command.
123 If the Director is already doing a lengthy command (e.g. prune), it may take
124 some time. If you want to immediately terminate the Console program, enter the
125 {\bf .quit} command. 
126
127 There is currently no way to interrupt a Console command once issued (i.e.
128 Ctrl-C does not work). However, if you are at a prompt that is asking you to
129 select one of several possibilities and you would like to abort the command,
130 you can enter a period ({\bf .}), and in most cases, you will either be
131 returned to the main command prompt or if appropriate the previous prompt (in
132 the case of nested prompts). In a few places such as where it is asking for a
133 Volume name, the period will be taken to be the Volume name. In that case, you
134 will most likely be able to cancel at the next prompt. 
135
136 \label{keywords}
137 \section{Alphabetic List of Console Keywords}
138 \index[general]{Keywords!Alphabetic List of Console}
139 \index[general]{Alphabetic List of Console Keywords}
140 \index[general]{Keywords!Alphabetic List of Console}
141 \index[general]{Alphabetic List of Console Keywords}
142 Unless otherwise specified, each of the following keywords
143 takes an argument, which is specified after the keyword following
144 an equal sign. For example:
145
146 \begin{verbatim}
147 jobid=536
148 \end{verbatim}
149
150 Please note, this list is incomplete as it is currently in
151 the process of being created and is not currently totally in 
152 alphabetic
153 order ...
154
155 \begin{description}
156 \item [restart]
157   Permitted on the python command, and causes the Python 
158   interpreter to be restarted. Takes no argument.
159 \item [all]
160   Permitted on the status and show commands to specify all components or
161   resources respectively.
162 \item [allfrompool]
163   Permitted on the update command to specify that all Volumes in the
164   pool (specified on the command line) should be updated.
165 \item [allfrompools]
166   Permitted on the update command to specify that all Volumes in all
167   pools should be updated.
168 \item [before]
169   Used in the restore command.
170 \item [bootstrap]
171   Used in the restore command.
172 \item [catalog]
173   Allowed in the use command to specify the catalog name
174   to be used.
175 \item [catalogs]
176   Used in the show command. Takes no arguments.
177 \item [client | fd]
178 \item [clients]
179   Used in the show, list, and llist commands. Takes no arguments.
180 \item [counters]
181   Used in the show command. Takes no arguments.
182 \item [current]
183   Used in the restore command. Takes no argument.
184 \item [days]
185   Used to define the number of days the "list nextvol" command
186   should consider when looking for jobs to be run.  The days keyword
187   can also be used on the "status dir" command so that it will display
188   jobs scheduled for the number of days you want.
189 \item [devices]
190   Used in the show command. Takes no arguments.
191 \item [dir | director]
192 \item [directors]
193   Used in the show command. Takes no arguments.
194 \item [directory]
195   Used in the restore command. Its argument specifies the directory
196   to be restored. 
197 \item [enabled]
198   This keyword can appear on the {\bf update volume} as well
199   as the {\bf update slots} commands, and can 
200   allows one of the following arguments: yes, true, no, false, archived,
201   0, 1, 2.  Where 0 corresponds to no or false, 1 corresponds to yes or true, and
202   2 corresponds to archived.  Archived volumes will not be used, nor will
203   the Media record in the catalog be pruned. Volumes that are not enabled,
204   will not be used for backup or restore.
205 \item [done]
206   Used in the restore command. Takes no argument.
207 \item [file]
208   Used in the restore command.
209 \item [files]
210   Used in the list and llist commands. Takes no arguments.
211 \item [fileset]
212 \item [filesets]
213   Used in the show command. Takes no arguments.
214 \item [help]
215   Used in the show command. Takes no arguments.
216 \item [jobs]
217   Used in the show, list and llist commands. Takes no arguments.
218 \item [jobmedia]
219   Used in the list and llist commands. Takes no arguments.
220 \item [jobtotals]
221   Used in the list and llist commands. Takes no arguments.
222 \item [jobid]
223   The JobId is the numeric jobid that is printed in the Job
224   Report output. It is the index of the database record for the
225   given job. While it is unique for all the existing Job records
226   in the catalog database, the same JobId can be reused once a
227   Job is removed from the catalog. Probably you will refer
228   specific Jobs that ran using their numeric JobId.
229 \item [job | jobname]
230   The Job or Jobname keyword refers to the name you specified
231   in the Job resource, and hence it refers to any number of
232   Jobs that ran.  It is typically useful if you want to list
233   all jobs of a particular name.
234 \item [level]
235 \item [listing]
236   Permitted on the estimate command. Takes no argument.
237 \item [limit]
238 \item [messages]
239   Used in the show command. Takes no arguments.
240 \item [media]
241   Used in the list and llist commands. Takes no arguments.
242 \item [nextvol | nextvolume]
243   Used in the list and llist commands. Takes no arguments.
244 \item [on]
245   Takes no keyword.
246 \item [off]
247   Takes no keyword.
248 \item [pool]
249 \item [pools]
250   Used in the show, list, and llist commands. Takes no arguments.
251 \item [select]
252   Used in the restore command. Takes no argument.
253 \item [storages]
254   Used in the show command. Takes no arguments.
255 \item [schedules]
256   Used in the show command. Takes no arguments.
257 \item [sd | store | storage]
258 \item [ujobid]
259   The ujobid is a unique job identification that is printed
260   in the Job Report output. At the current time, it consists
261   of the Job name (from the Name directive for the job) appended
262   with the date and time the job was run. This keyword is useful
263   if you want to completely identify the Job instance run.
264 \item [volume]
265 \item [volumes]
266   Used in the list and llist commands. Takes no arguments.
267 \item [where]
268   Used in the restore command.
269 \item [yes]
270   Used in the restore command. Takes no argument.
271 \end{description}
272
273 \label{list}
274 \section{Alphabetic List of Console Commands}
275 \index[general]{Commands!Alphabetic List of Console}
276 \index[general]{Alphabetic List of Console Commands}
277 \index[general]{Commands!Alphabetic List of Console}
278 \index[general]{Alphabetic List of Console Commands}
279
280 The following commands are currently implemented: 
281
282 \begin{description}
283 \item [{add [pool=\lt{}pool-name\gt{} storage=\lt{}storage\gt{}
284    jobid=\lt{}JobId\gt{}]} ]
285    \index[general]{add}
286    This command is used to add Volumes to an existing Pool.  That is,
287    it creates the Volume name in the catalog and inserts into the Pool
288    in the catalog, but does not attempt to access the physical Volume.
289    Once
290    added, Bacula expects that Volume to exist and to be labeled.
291    This command is not normally used since Bacula will 
292    automatically do the equivalent when Volumes are labeled. However,
293    there may be times when you have removed a Volume from the catalog
294    and want to later add it back.
295
296    Normally, the {\bf label} command is used rather than this command
297    because the {\bf label} command labels the physical media (tape, disk,
298    DVD, ...) and does the equivalent of the {\bf add} command.  The {\bf
299    add} command affects only the Catalog and not the physical media (data
300    on Volumes).  The physical media must exist and be labeled before use
301    (usually with the {\bf label} command).  This command can, however, be
302    useful if you wish to add a number of Volumes to the Pool that will be
303    physically labeled at a later time.  It can also be useful if you are
304    importing a tape from another site.  Please see the {\bf label} command
305    below for the list of legal characters in a Volume name.
306
307 \item [autodisplay on/off]
308    \index[general]{autodisplay on/off}
309    This command accepts {\bf on} or {\bf off} as an argument, and turns
310    auto-display of messages on or off respectively.  The default for the
311    console program is {\bf off}, which means that you will be notified when
312    there are console messages pending, but they will not automatically be
313    displayed.  The default for the bgnome-console program is {\bf on}, which
314    means that messages will be displayed when they are received (usually
315    within five seconds of them being generated).
316
317    When autodisplay is turned off, you must explicitly retrieve the
318    messages with the {\bf messages} command.  When autodisplay is turned
319    on, the messages will be displayed on the console as they are received.
320
321 \item [automount on/off]
322    \index[general]{automount on/off}
323    This command accepts {\bf on} or {\bf off} as the argument, and turns
324    auto-mounting of the Volume after a {\bf label} command on or off
325    respectively.  The default is {\bf on}.  If {\bf automount} is turned
326    off, you must explicitly {\bf mount} tape Volumes after a label command to
327    use it.
328
329 \item [{cancel [jobid=\lt{}number\gt{} job=\lt{}job-name\gt{} ujobid=\lt{}unique-jobid\gt{}]}]
330    \index[general]{cancel jobid}
331    This command is used to cancel a job and accepts {\bf jobid=nnn} or {\bf
332    job=xxx} as an argument where nnn is replaced by the JobId and xxx is
333    replaced by the job name.  If you do not specify a keyword, the Console
334    program will prompt you with the names of all the active jobs allowing
335    you to choose one.
336
337    Once a Job is marked to be canceled, it may take a bit of time
338    (generally within a minute but up to two hours) before the Job actually 
339    terminates, depending on what operations it is doing.
340    Don't be surprised that you receive a Job not found message. That just
341    means that one of the three daemons had already canceled the job.
342    Messages numbered in the 1000's are from the Director, 2000's are from
343    the File daemon and 3000's from the Storage daemon.
344
345
346 \item [{create [pool=\lt{}pool-name\gt{}]}]
347    \index[general]{create pool}
348    This command is not normally used as the Pool records are automatically
349    created by the Director when it starts based on what it finds in
350    the conf file.  If needed, this command can be 
351    to create a Pool record in the database using the
352    Pool resource record defined in the Director's configuration file.  So
353    in a sense, this command simply transfers the information from the Pool
354    resource in the configuration file into the Catalog.  Normally this
355    command is done automatically for you when the Director starts providing
356    the Pool is referenced within a Job resource.  If you use this command
357    on an existing Pool, it will automatically update the Catalog to have
358    the same information as the Pool resource.  After creating a Pool, you
359    will most likely use the {\bf label} command to label one or more
360    volumes and add their names to the Media database.
361
362    When starting a Job, if Bacula determines that there is no Pool record
363    in the database, but there is a Pool resource of the appropriate name,
364    it will create it for you.  If you want the Pool record to appear in the
365    database immediately, simply use this command to force it to be created.
366
367 \item [{delete [volume=\lt{}vol-name\gt{} pool=\lt{}pool-name\gt{}  job
368    jobid=\lt{}id\gt{}]}]
369    \index[general]{delete}
370    The delete command is used to delete a Volume, Pool or Job record from
371    the Catalog as well as all associated catalog Volume records that were
372    created.  This command operates only on the Catalog database and has no
373    effect on the actual data written to a Volume.  This command can be
374    dangerous and we strongly recommend that you do not use it unless you
375    know what you are doing.
376
377    If the keyword {\bf Volume} appears on the command line, the named
378    Volume will be deleted from the catalog, if the keyword {\bf Pool}
379    appears on the command line, a Pool will be deleted, and if the keyword
380    {\bf Job} appears on the command line, a Job and all its associated
381    records (File and JobMedia) will be deleted from the catalog.  The full
382    form of this command is:
383
384 \begin{verbatim}
385 delete pool=<pool-name>
386 \end{verbatim}
387
388    or  
389
390 \begin{verbatim}
391 delete volume=<volume-name> pool=<pool-name>  or  
392 \end{verbatim}
393
394 \begin{verbatim}
395 delete JobId=<job-id> JobId=<job-id2> ...  or  
396 \end{verbatim}
397
398 \begin{verbatim}
399 delete Job JobId=n,m,o-r,t ...  
400 \end{verbatim}
401
402    The first form deletes a Pool record from the catalog database.  The
403    second form deletes a Volume record from the specified pool in the
404    catalog database.  The third form deletes the specified Job record from
405    the catalog database.  The last form deletes JobId records for JobIds
406    n, m, o, p, q, r, and t.  Where each one of the n,m,...  is, of course, a
407    number. That is a "delete jobid" accepts lists and ranges of
408    jobids.
409
410 \item [disable job\lt{}job-name\gt{}]
411   \index[general]{disable}
412   This command permits you to disable a Job for automatic scheduling. 
413   The job may have been previously enabled with the Job resource      
414   {\bf Enabled} directive or using the console {\bf enable} command.
415   The next time the Director is restarted or the conf file is reloaded,
416   the Enable/Disable state will be set to the value in the Job resource
417   (default enabled) as defined in the bacula-dir.conf file.
418
419 \item [enable job\lt{}job-name\gt{}]
420   \index[general]{enable}
421   This command permits you to enable a Job for automatic scheduling. 
422   The job may have been previously disabled with the Job resource      
423   {\bf Enabled} directive or using the console {\bf disable} command.
424   The next time the Director is restarted or the conf file is reloaded,
425   the Enable/Disable state will be set to the value in the Job resource
426   (default enabled) as defined in the bacula-dir.conf file.
427
428 \label{estimate}
429 \item [estimate]
430    \index[general]{estimate}
431    Using this command, you can get an idea how many files will be backed
432    up, or if you are unsure about your Include statements in your FileSet,
433    you can test them without doing an actual backup.  The default is to
434    assume a Full backup.  However, you can override this by specifying a
435    {\bf level=Incremental} or {\bf level=Differential} on the command line.
436    A Job name must be specified or you will be prompted for one, and
437    optionally a Client and FileSet may be specified on the command line.
438    It then contacts the client which computes the number of files and bytes
439    that would be backed up.  Please note that this is an estimate
440    calculated from the number of blocks in the file rather than by reading
441    the actual bytes.  As such, the estimated backup size will generally be
442    larger than an actual backup.
443
444    Optionally you may specify the keyword {\bf listing} in  which case, all the
445    files to be backed up will be listed.  Note, it could take quite some time to
446    display them if the  backup is large. The full form is:  
447
448
449 \begin{verbatim}
450 estimate job=<job-name> listing client=<client-name> 
451        fileset=<fileset-name> level=<level-name>  
452 \end{verbatim}
453
454    Specification of the {\bf job} is sufficient, but you can also override
455    the client, fileset and/or level by specifying them on the estimate
456    command line.
457  
458
459 As an example, you might do:  
460
461 \footnotesize
462 \begin{verbatim}
463      @output /tmp/listing
464      estimate job=NightlySave listing level=Incremental
465      @output
466 \end{verbatim}
467 \normalsize
468
469    which will do a full listing of all files to be backed up for the  Job {\bf
470    NightlySave} during an Incremental save and put it in the  file {\bf
471    /tmp/listing}.  Note, the byte estimate provided by this command is 
472    based on the file size contained in the directory item. This can give
473    wildly incorrect estimates of the actual storage used if there are
474    sparse files on your systems. Sparse files are often found on 64 bit 
475    systems for certain system files. The size that is returned is the size
476    Bacula will backup if the sparse option is not specified in the FileSet.
477    There is currently no way to get an estimate of the real file size that 
478    would be found should the sparse option be enabled.
479                                    
480
481 \item [help]
482    \index[general]{help}
483    This command displays the list of commands available.  
484
485 \item [label]
486    \index[general]{label}
487    \index[general]{relabel}
488    \index[general]{label}
489    \index[general]{relabel}
490    This command is used to label physical volumes.  The full form of this command
491    is:
492
493 \begin{verbatim}
494 label storage=<storage-name> volume=<volume-name>
495       slot=<slot>  
496 \end{verbatim}
497
498    If you leave out any part, you will be prompted for it.  The media type
499    is automatically taken from the Storage resource definition that you
500    supply.  Once the necessary information is obtained, the Console program
501    contacts the specified Storage daemon and requests that the Volume be
502    labeled.  If the Volume labeling is successful, the Console program will
503    create a Volume record in the appropriate Pool.
504
505    The Volume name is restricted to letters, numbers, and the special
506    characters hyphen ({\bf -}), underscore ({\bf \_}), colon ({\bf :}), and
507    period ({\bf .}).  All other characters including a space are invalid.
508    This restriction is to ensure good readability of Volume names to reduce
509    operator errors.
510
511    Please note, when labeling a blank tape, Bacula will get {\bf read I/O
512    error} when it attempts to ensure that the tape is not already labeled.  If
513    you wish to avoid getting these messages, please write an EOF mark on
514    your tape before attempting to label it:
515
516 \footnotesize
517 \begin{verbatim}
518        mt rewind
519        mt weof
520        
521 \end{verbatim}
522 \normalsize
523
524 The label command can fail for a number of reasons:  
525
526 \begin{enumerate}
527 \item The Volume name you specify is already in the  Volume database.  
528
529 \item The Storage daemon has a tape or other Volume already mounted on the
530    device, in which case you must {\bf unmount} the device, insert a blank
531    tape, then do the {\bf label} command.
532
533 \item The Volume in the device is already a Bacula labeled Volume.  (Bacula will
534    never relabel a Bacula labeled Volume unless it is recycled and you use the
535    {\bf relabel} command).  
536
537 \item There is no Volume in the drive.  
538 \end{enumerate}
539
540 There are two ways to relabel a volume that already has a Bacula label. The
541 brute  force method is to write an end of file mark on the tape  using the
542 system {\bf mt} program, something like the  following:  
543
544 \footnotesize
545 \begin{verbatim}
546        mt -f /dev/st0 rewind
547        mt -f /dev/st0 weof
548 \end{verbatim}
549 \normalsize
550
551 For a disk volume, you would manually delete the Volume.
552
553 Then you use the {\bf label} command to add a new label.  However, this could
554 leave traces of the old volume in the  catalog.  
555
556 The preferable method to relabel a Volume is to first {\bf purge}  the volume,
557 either automatically, or explicitly with the  {\bf purge} command, then use
558 the {\bf relabel} command described  below.  
559
560 If your autochanger has barcode labels, you can label all the Volumes in
561 your autochanger one after another by using the {\bf label barcodes}
562 command.  For each tape in the changer containing a barcode, Bacula will
563 mount the tape and then label it with the same name as the barcode.  An
564 appropriate Media record will also be created in the catalog.  Any barcode
565 that begins with the same characters as specified on the
566 "CleaningPrefix=xxx" directive in the Director's Pool resource, will be
567 treated as a cleaning tape, and will not be labeled.  However, an entry for
568 the cleaning tape will be created in the catalog.  For example with:
569
570 \footnotesize
571 \begin{verbatim}
572         Pool {
573           Name ...
574           Cleaning Prefix = "CLN"
575        }
576         
577 \end{verbatim}
578 \normalsize
579
580 Any slot containing a barcode of CLNxxxx will be treated as a cleaning tape
581 and will not be mounted.  Note, the full form of the command is:
582
583 \footnotesize
584 \begin{verbatim}
585 label storage=xxx pool=yyy slots=1-5,10 barcodes
586 \end{verbatim}
587 \normalsize
588
589 \item [list]
590    \index[general]{list}
591    The list command lists the requested contents of the Catalog.  The
592    various fields of each record are listed on a single line.  The various
593    forms of the list command are:
594 \footnotesize
595 \begin{verbatim}
596    list jobs
597    
598    list jobid=<id>           (list jobid id)
599
600    list ujobid=<unique job name> (list job with unique name)
601    
602    list job=<job-name>   (list all jobs with "job-name")
603
604    list jobname=<job-name>  (same as above)
605
606        In the above, you can add "limit=nn" to limit the output to
607        nn jobs.
608    
609    list jobmedia
610    
611    list jobmedia jobid=<id>
612    
613    list jobmedia job=<job-name>
614    
615    list files jobid=<id>
616    
617    list files job=<job-name>
618    
619    list pools
620    
621    list clients
622    
623    list jobtotals
624    
625    list volumes
626    
627    list volumes jobid=<id>
628    
629    list volumes pool=<pool-name>
630    
631    list volumes job=<job-name>
632    
633    list volume=<volume-name>  
634
635    list nextvolume job=<job-name>
636    
637    list nextvol job=<job-name>
638
639    list nextvol job=<job-name> days=nnn
640
641 \end{verbatim}
642 \normalsize
643
644    What most of the above commands do should be more or less obvious.  In
645    general if you do not specify all the command line arguments, the
646    command will prompt you for what is needed.
647
648    The {\bf list nextvol} command will print the Volume name to be used by
649    the specified job.  You should be aware that exactly what Volume will be
650    used depends on a lot of factors including the time and what a prior job
651    will do.  It may fill a tape that is not full when you issue this
652    command.  As a consequence, this command will give you a good estimate
653    of what Volume will be used but not a definitive answer.  In addition,
654    this command may have certain side effect because it runs through the
655    same algorithm as a job, which means it may automatically purge or
656    recycle a Volume. By default, the job specified must run within the 
657    next two days or no volume will be found. You can, however, use the
658    {\bf days=nnn} specification to specify up to 50 days. For example,
659    if on Friday, you want to see what Volume will be needed on Monday,
660    for job MyJob, you would use {\bf list nextvol job=MyJob days=3}.
661
662    If you wish to add specialized commands that list the contents of the
663    catalog, you can do so by adding them to the {\bf query.sql} file.
664    However, this takes some knowledge of programming SQL. Please see the
665    {\bf query} command below for additional information.  See below for
666    listing the full contents of a catalog record with the {\bf llist}
667    command.
668
669    As an example, the command {\bf list pools} might produce  the following
670    output: 
671
672 \footnotesize
673 \begin{verbatim}
674 +------+---------+---------+---------+----------+-------------+
675 | PoId | Name    | NumVols | MaxVols | PoolType | LabelFormat |
676 +------+---------+---------+---------+----------+-------------+
677 |    1 | Default |       0 |       0 | Backup   | *           |
678 |    2 | Recycle |       0 |       8 | Backup   | File        |
679 +------+---------+---------+---------+----------+-------------+
680 \end{verbatim}
681 \normalsize
682
683    As mentioned above, the {\bf list} command lists what is in the
684    database.  Some things are put into the database immediately when Bacula
685    starts up, but in general, most things are put in only when they are
686    first used, which is the case for a Client as with Job records, etc.
687
688    Bacula should create a client record in the database the first time you
689    run a job for that client.  Doing a {\bf status} will not cause a
690    database record to be created.  The client database record will be
691    created whether or not the job fails, but it must at least start.  When
692    the Client is actually contacted, additional info from the client will
693    be added to the client record (a "uname -a" output).
694
695    If you want to see what Client resources you have available in your conf
696    file, you use the Console command {\bf show clients}.
697
698 \item [llist]
699    \index[general]{llist}
700    The llist or "long list" command takes all the same arguments that the
701    list command described above does.  The difference is that the llist
702    command list the full contents of each database record selected.  It
703    does so by listing the various fields of the record vertically, with one
704    field per line.  It is possible to produce a very large number of output
705    lines with this command.
706
707    If instead of the {\bf list pools} as in the example above, you enter
708    {\bf llist pools} you might get the following output:
709
710 \footnotesize
711 \begin{verbatim}
712           PoolId: 1
713             Name: Default
714          NumVols: 0
715          MaxVols: 0
716          UseOnce: 0
717       UseCatalog: 1
718  AcceptAnyVolume: 1
719     VolRetention: 1,296,000
720   VolUseDuration: 86,400
721       MaxVolJobs: 0
722      MaxVolBytes: 0
723        AutoPrune: 0
724          Recycle: 1
725         PoolType: Backup
726      LabelFormat: *
727
728           PoolId: 2
729             Name: Recycle
730          NumVols: 0
731          MaxVols: 8
732          UseOnce: 0
733       UseCatalog: 1
734  AcceptAnyVolume: 1
735     VolRetention: 3,600
736   VolUseDuration: 3,600
737       MaxVolJobs: 1
738      MaxVolBytes: 0
739        AutoPrune: 0
740          Recycle: 1
741         PoolType: Backup
742      LabelFormat: File
743       
744 \end{verbatim}
745 \normalsize
746
747 \item [messages]
748    \index[general]{messages}
749    This command causes any pending  console messages to be immediately displayed.
750  
751
752 \item [mount]
753    \index[general]{mount}
754    The mount command is used to get Bacula to read a volume on a physical
755    device.  It is a way to tell Bacula that you have mounted a tape and
756    that Bacula should examine the tape.  This command is normally
757    used only after there was no Volume in a drive and Bacula requests you to mount a new
758    Volume or when you have specifically unmounted a Volume with the {\bf
759    unmount} console command, which causes Bacula to close the drive.  If
760    you have an autoloader, the mount command will not cause Bacula to
761    operate the autoloader unless you specify a {\bf slot} and possibly a
762    {\bf drive}. The various forms of the mount command are:
763
764 mount  storage=\lt{}storage-name\gt{} [ slot=\lt{}num\gt{} ] [
765        drive=\lt{}num\gt{} ]
766
767 mount [ jobid=\lt{}id\gt{} |  job=\lt{}job-name\gt{} ]
768
769    If you have specified {\bf Automatic  Mount = yes} in the Storage daemon's
770    Device resource,  under most circumstances, Bacula will automatically access 
771    the Volume unless you have explicitly {\bf unmount}ed it in  the Console
772    program. 
773
774 \item[python]
775    \index[general]{python}
776   The python command takes a single argument {\bf restart}:
777
778 python restart
779
780    This causes the Python interpreter in the Director to be reinitialized.
781    This can be helpful for testing because once the Director starts and the
782    Python interpreter is initialized, there is no other way to make it
783    accept any changes to the startup script {\bf DirStartUp.py}.  For more
784    details on Python scripting, please see the \ilink{Python
785    Scripting}{PythonChapter} chapter of this manual.
786
787 \label{ManualPruning}
788 \item [prune]
789    \index[general]{prune}
790    The Prune command allows you to safely remove expired database records from
791    Jobs, Volumes and Statistics.  This command works only on the Catalog
792    database and does not affect data written to Volumes.  In all cases, the
793    Prune command applies a retention period to the specified records.  You can
794    Prune expired File entries from Job records; you can Prune expired Job
795    records from the database, and you can Prune both expired Job and File
796    records from specified Volumes.
797
798 prune files|jobs|volume|stats client=\lt{}client-name\gt{} 
799 volume=\lt{}volume-name\gt{}  
800
801    For a Volume to be pruned, the {\bf VolStatus} must be Full, Used, or
802    Append, otherwise the pruning will not take place.
803
804 \item [purge]
805    \index[general]{purge}
806    The Purge command will delete associated Catalog database records from
807    Jobs and Volumes without considering the retention period.  {\bf Purge}
808    works only on the Catalog database and does not affect data written to
809    Volumes.  This command can be dangerous because you can delete catalog
810    records associated with current backups of files, and we recommend that
811    you do not use it unless you know what you are doing.  The permitted
812    forms of {\bf purge} are:
813
814 purge files jobid=\lt{}jobid\gt{}|job=\lt{}job-name\gt{}|client=\lt{}client-name\gt{} 
815
816 purge jobs client=\lt{}client-name\gt{} (of all jobs)
817
818 purge volume|volume=\lt{}vol-name\gt{} (of all jobs)
819
820 For the {\bf purge} command to work on Volume Catalog database  records the
821 {\bf VolStatus}  must be Append, Full, Used, or Error.  
822
823 The actual data written to the Volume will be unaffected by  this command.  
824
825 \item [relabel]
826    \index[general]{relabel}
827    \index[general]{relabel}
828    This command is used to label physical volumes.  The full form of this
829    command is:
830
831 relabel storage=\lt{}storage-name\gt{} oldvolume=\lt{}old-volume-name\gt{}  
832     volume=\lt{}newvolume-name\gt{} 
833  
834    If you leave out any part, you will be prompted for it.  In order for
835    the Volume (old-volume-name) to be relabeled, it must be in the catalog,
836    and the volume status must be marked {\bf Purged} or {\bf Recycle}.
837    This happens automatically as a result of applying retention periods, or
838    you may explicitly purge the volume using the {\bf purge} command.
839
840    Once the volume is physically relabeled, the old data previously written
841    on the Volume is lost and cannot be recovered.
842
843 \item [release]
844    \index[general]{release}
845    This command is used to cause the Storage daemon to rewind (release) the
846    current tape in the drive, and to re-read the Volume label the next time
847    the tape is used.
848
849 release storage=\lt{}storage-name\gt{}  
850
851    After a release command, the device is still kept open by Bacula (unless
852    Always Open is set to No in the Storage Daemon's configuration) so it
853    cannot be used by another program.  However, with some tape drives, the
854    operator can remove the current tape and to insert a different one, and
855    when the next Job starts, Bacula will know to re-read the tape label to
856    find out what tape is mounted.  If you want to be able to use the drive
857    with another program (e.g.  {\bf mt}), you must use the {\bf unmount}
858    command to cause Bacula to completely release (close) the device.
859
860 \item [reload]
861   \index[general]{reload}
862   The reload command causes the Director to re-read its configuration
863   file and apply the new values. The new values will take effect     
864   immediately for all new jobs.  However, if you change schedules,
865   be aware that the scheduler pre-schedules jobs up to two hours in
866   advance, so any changes that are to take place during the next two
867   hours may be delayed.  Jobs that have already been scheduled to run
868   (i.e. surpassed their requested start time) will continue with the
869   old values.  New jobs will use the new values. Each time you issue
870   a reload command while jobs are running, the prior config values   
871   will queued until all jobs that were running before issuing
872   the reload terminate, at which time the old config values will
873   be released from memory. The Directory permits keeping up to
874   ten prior set of configurations before it will refuse a reload
875   command. Once at least one old set of config values has been
876   released it will again accept new reload commands. 
877
878    While it is possible to reload the Director's configuration on the fly,
879    even while jobs are executing, this is a complex operation and not
880    without side effects.  Accordingly, if you have to reload the Director's
881    configuration while Bacula is running, it is advisable to restart the
882    Director at the next convenient opportunity.
883
884 \label{restore_command}
885 \item [restore]
886    \index[general]{restore}
887    The restore command allows you to select one or more Jobs (JobIds) to be
888    restored using various methods.  Once the JobIds are selected, the File
889    records for those Jobs are placed in an internal Bacula directory tree,
890    and the restore enters a file selection mode that allows you to
891    interactively walk up and down the file tree selecting individual files
892    to be restored.  This mode is somewhat similar to the standard Unix {\bf
893    restore} program's interactive file selection mode.
894
895 restore storage=\lt{}storage-name\gt{} client=\lt{}backup-client-name\gt{} 
896   where=\lt{}path\gt{} pool=\lt{}pool-name\gt{} fileset=\lt{}fileset-name\gt{} 
897   restoreclient=\lt{}restore-client-name\gt{}
898   select current all done  
899
900    Where {\bf current}, if specified, tells the restore command to
901    automatically select a restore to the most current backup.  If not
902    specified, you will be prompted.  The {\bf all} specification tells the
903    restore command to restore all files.  If it is not specified, you will
904    be prompted for the files to restore.  For details of the {\bf restore}
905    command, please see the \ilink{Restore Chapter}{RestoreChapter} of this
906    manual.
907
908    The client keyword initially specifies the client from which the backup
909    was made and the client to which the restore will be make.  However,
910    if the restoreclient keyword is specified, then the restore is written
911    to that client.
912
913 \item [run]
914    \index[general]{run}
915    This command allows you to schedule jobs  to be run immediately. The full form
916    of the command is:
917
918 run job=\lt{}job-name\gt{} client=\lt{}client-name\gt{}
919   fileset=\lt{}FileSet-name\gt{}  level=\lt{}level-keyword\gt{}
920   storage=\lt{}storage-name\gt{}  where=\lt{}directory-prefix\gt{}
921   when=\lt{}universal-time-specification\gt{} spooldata=yes|no yes
922
923    Any information that is needed but not specified will be listed for
924    selection, and before starting the job, you will be prompted to accept,
925    reject, or modify the parameters of the job to be run, unless you have
926    specified {\bf yes}, in which case the job will be immediately sent to
927    the scheduler.
928
929    On my system, when I enter a run command, I get the following  prompt:  
930
931 \footnotesize
932 \begin{verbatim}
933 A job name must be specified.
934 The defined Job resources are:
935      1: Matou
936      2: Polymatou
937      3: Rufus
938      4: Minimatou
939      5: Minou
940      6: PmatouVerify
941      7: MatouVerify
942      8: RufusVerify
943      9: Watchdog
944 Select Job resource (1-9):
945      
946 \end{verbatim}
947 \normalsize
948
949 If I then select number 5, I am prompted with:  
950
951 \footnotesize
952 \begin{verbatim}
953 Run Backup job
954 JobName:  Minou
955 FileSet:  Minou Full Set
956 Level:    Incremental
957 Client:   Minou
958 Storage:  DLTDrive
959 Pool:     Default
960 When:     2003-04-23 17:08:18
961 OK to run? (yes/mod/no):
962      
963 \end{verbatim}
964 \normalsize
965
966 If I now enter {\bf yes}, the Job will be run. If I enter {\bf mod},  I will
967 be presented with the following prompt.  
968
969 \footnotesize
970 \begin{verbatim}
971 Parameters to modify:
972      1: Level
973      2: Storage
974      3: Job
975      4: FileSet
976      5: Client
977      6: When
978      7: Pool
979 Select parameter to modify (1-7):
980      
981 \end{verbatim}
982 \normalsize
983
984 If you wish to start a job at a later time, you can do so by setting  the When
985 time. Use the {\bf mod} option and select {\bf When} (no. 6).  Then enter the
986 desired start time in YYYY-MM-DD HH:MM:SS format.
987
988 The spooldata argument of the run command cannot be modified through the menu
989 and is only accessible by setting its value on the intial command line. If
990 no spooldata flag is set, the job, storage or schedule flag is used.
991
992 \item [setdebug]
993    \index[general]{setdebug}
994    \index[general]{setdebug}
995    \index[general]{debugging}
996    \index[general]{debugging Win32}
997    \index[general]{Windows!debugging}
998    This command is used to set the debug level in each  daemon. The form of this
999    command is:
1000
1001 setdebug level=nn [trace=0/1 client=\lt{}client-name\gt{} | dir | director |
1002   storage=\lt{}storage-name\gt{} | all]  
1003
1004    If trace=1 is set, then tracing will be enabled, and the daemon will be
1005    placed in trace mode, which means that all debug output as set by the
1006    debug level will be directed to the file {\bf bacula.trace} in the
1007    current directory of the daemon.  Normally, tracing is needed only for
1008    Win32 clients where the debug output cannot be written to a terminal or
1009    redirected to a file.  When tracing, each debug output message is
1010    appended to the trace file.  You must explicitly delete the file when
1011    you are done.
1012
1013 \item [show]
1014    \index[general]{show}
1015    \index[general]{show}
1016    The show command will list the Director's resource records as defined in
1017    the Director's configuration file (normally {\bf bacula-dir.conf}).
1018    This command is used mainly for debugging purposes by developers.     
1019    The following keywords are accepted on the
1020    show command line: catalogs, clients, counters, devices, directors,
1021    filesets, jobs, messages, pools, schedules, storages, all, help.
1022    Please don't confuse this command
1023    with the {\bf list}, which displays the contents of the catalog.
1024
1025 \item [sqlquery]
1026    \index[general]{sqlquery}
1027    The sqlquery command puts the Console program into SQL query mode where
1028    each line you enter is concatenated to the previous line until a
1029    semicolon (;) is seen.  The semicolon terminates the command, which is
1030    then passed directly to the SQL database engine.  When the output from
1031    the SQL engine is displayed, the formation of a new SQL command begins.
1032    To terminate SQL query mode and return to the Console command prompt,
1033    you enter a period (.) in column 1.
1034
1035    Using this command, you can query the SQL catalog database directly.
1036    Note you should really know what you are doing otherwise you could
1037    damage the catalog database.  See the {\bf query} command below for
1038    simpler and safer way of entering SQL queries.
1039
1040    Depending on what database engine you are using (MySQL, PostgreSQL or
1041    SQLite), you will have somewhat different SQL commands available.  For
1042    more detailed information, please refer to the MySQL, PostgreSQL or
1043    SQLite documentation.
1044
1045 \item [status]
1046    \index[general]{status}
1047
1048    This command will display the status of all components. For the director, it
1049    will display the next jobs that are scheduled during the next 24 hours as
1050    well as the status of currently running jobs. For the Storage Daemon, you
1051    will have drive status or autochanger content. The File Daemon will give you
1052    information about current jobs like average speed or file accounting. The
1053    full form of this command is:
1054
1055 status [all | dir=\lt{}dir-name\gt{} | director [days=nnn] | 
1056   client=\lt{}client-name\gt{} | [slots] storage=\lt{}storage-name\gt{}]
1057
1058    If you do a {\bf status dir}, the console will list any currently
1059    running jobs, a summary of all jobs scheduled to be run in the next 24
1060    hours, and a listing of the last ten terminated jobs with their statuses.
1061    The scheduled jobs summary will include the Volume name to be used.  You
1062    should be aware of two things: 1. to obtain the volume name, the code
1063    goes through the same code that will be used when the job runs, but it
1064    does not do pruning nor recycling of Volumes; 2.  The Volume listed is
1065    at best a guess.  The Volume actually used may be different because of
1066    the time difference (more durations may expire when the job runs) and
1067    another job could completely fill the Volume requiring a new one.
1068
1069    In the Running Jobs listing, you may find the following types of
1070    information:
1071
1072
1073 \footnotesize
1074 \begin{verbatim}
1075 2507 Catalog MatouVerify.2004-03-13_05.05.02 is waiting execution
1076 5349 Full    CatalogBackup.2004-03-13_01.10.00 is waiting for higher
1077              priority jobs to finish
1078 5348 Differe Minou.2004-03-13_01.05.09 is waiting on max Storage jobs
1079 5343 Full    Rufus.2004-03-13_01.05.04 is running
1080 \end{verbatim}
1081 \normalsize
1082
1083    Looking at the above listing from bottom to top, obviously JobId 5343
1084    (Rufus) is running.  JobId 5348 (Minou) is waiting for JobId 5343 to
1085    finish because it is using the Storage resource, hence the "waiting on
1086    max Storage jobs".  JobId 5349 has a lower priority than all the other
1087    jobs so it is waiting for higher priority jobs to finish, and finally,
1088    JobId 2507 (MatouVerify) is waiting because only one job can run at a
1089    time, hence it is simply "waiting execution"
1090
1091    If you do a {\bf status dir}, it will by default list the first
1092    occurrence of all jobs that are scheduled today and tomorrow.  If you
1093    wish to see the jobs that are scheduled in the next three days (e.g.  on
1094    Friday you want to see the first occurrence of what tapes are scheduled
1095    to be used on Friday, the weekend, and Monday), you can add the {\bf
1096    days=3} option.  Note, a {\bf days=0} shows the first occurrence of jobs
1097    scheduled today only.  If you have multiple run statements, the first
1098    occurrence of each run statement for the job will be displayed for the
1099    period specified.
1100
1101    If your job seems to be blocked, you can get a general idea of the
1102    problem by doing a {\bf status dir}, but you can most often get a 
1103    much more specific indication of the problem by doing a
1104    {\bf status storage=xxx}.  For example, on an idle test system, when
1105    I do {\bf status storage=File}, I get:
1106 \footnotesize
1107 \begin{verbatim}
1108 status storage=File
1109 Connecting to Storage daemon File at 192.168.68.112:8103
1110
1111 rufus-sd Version: 1.39.6 (24 March 2006) i686-pc-linux-gnu redhat (Stentz)
1112 Daemon started 26-Mar-06 11:06, 0 Jobs run since started.
1113
1114 Running Jobs:
1115 No Jobs running.
1116 ====
1117
1118 Jobs waiting to reserve a drive:
1119 ====
1120
1121 Terminated Jobs:
1122  JobId  Level   Files          Bytes Status   Finished        Name 
1123 ======================================================================
1124     59  Full        234      4,417,599 OK       15-Jan-06 11:54 kernsave
1125 ====
1126
1127 Device status:
1128 Autochanger "DDS-4-changer" with devices:
1129    "DDS-4" (/dev/nst0)
1130 Device "DDS-4" (/dev/nst0) is mounted with Volume="TestVolume002"
1131 Pool="*unknown*"
1132     Slot 2 is loaded in drive 0.
1133     Total Bytes Read=0 Blocks Read=0 Bytes/block=0
1134     Positioned at File=0 Block=0
1135
1136 Device "DVD-Writer" (/dev/hdc) is not open.
1137 Device "File" (/tmp) is not open.
1138 ====
1139
1140 In Use Volume status:
1141 ====
1142 \end{verbatim}
1143 \normalsize
1144
1145 Now, what this tells me is that no jobs are running and that none of
1146 the devices are in use.  Now, if I {\bf unmount} the autochanger, which
1147 will not be used in this example, and then start a Job that uses the
1148 File device, the job will block.  When I re-issue the status storage
1149 command, I get for the Device status:
1150
1151 \footnotesize
1152 \begin{verbatim}
1153 status storage=File
1154 ...
1155 Device status:
1156 Autochanger "DDS-4-changer" with devices:
1157    "DDS-4" (/dev/nst0)
1158 Device "DDS-4" (/dev/nst0) is not open.
1159     Device is BLOCKED. User unmounted.
1160     Drive 0 is not loaded.
1161
1162 Device "DVD-Writer" (/dev/hdc) is not open.
1163 Device "File" (/tmp) is not open.
1164     Device is BLOCKED waiting for media.
1165 ====
1166 ...
1167 \end{verbatim}
1168 \normalsize
1169
1170 Now, here it should be clear that if a job were running that wanted
1171 to use the Autochanger (with two devices), it would block because
1172 the user unmounted the device. The real problem for the Job I started
1173 using the "File" device is that the device is blocked waiting for
1174 media -- that is Bacula needs you to label a Volume.
1175
1176 \item [unmount]
1177    \index[general]{unmount}
1178    This command causes the indicated Bacula Storage  daemon to unmount the
1179    specified device. The forms of the command  are the same as the mount command:
1180 \footnotesize
1181 \begin{verbatim}
1182 unmount storage=<storage-name> [ drive=<num> ]
1183
1184 unmount [ jobid=<id> | job=<job-name> ]
1185 \end{verbatim}
1186 \normalsize
1187
1188    Once you unmount a storage device, Bacula will no longer be able to use
1189    it until you issue a mount command for that device. If Bacula needs to
1190    access that device, it will block and issue mount requests periodically
1191    to the operator.
1192
1193    If the device you are unmounting is an autochanger, it will unload
1194    the drive you have specified on the command line. If no drive is 
1195    specified, it will assume drive 1.
1196
1197 \label{UpdateCommand}
1198 \item [update]
1199    \index[general]{update}
1200    This command will update the catalog for either a specific Pool record, a Volume
1201    record, or the Slots in an  autochanger with barcode capability. In the case
1202    of updating a  Pool record, the new information will be automatically taken
1203    from  the corresponding Director's configuration resource record. It  can be
1204    used to increase the maximum number of volumes permitted or  to set a maximum
1205    number of volumes. The following main  keywords may be specified:  
1206 \footnotesize
1207 \begin{verbatim}
1208    media, volume, pool, slots, stats
1209 \end{verbatim}
1210 \normalsize
1211
1212 In the case of updating a  Volume, you will be prompted for which value you
1213 wish to change.  The following Volume parameters may be changed:  
1214
1215 \footnotesize
1216 \begin{verbatim}
1217  
1218    Volume Status
1219    Volume Retention Period
1220    Volume Use Duration
1221    Maximum Volume Jobs
1222    Maximum Volume Files
1223    Maximum Volume Bytes
1224    Recycle Flag
1225    Recycle Pool
1226    Slot
1227    InChanger Flag
1228    Pool
1229    Volume Files
1230    Volume from Pool
1231    All Volumes from Pool
1232    All Volumes from all Pools
1233    
1234 \end{verbatim}
1235 \normalsize
1236
1237    For slots {\bf update slots}, Bacula will obtain a list of slots and
1238    their barcodes from the Storage daemon, and for each barcode found, it
1239    will automatically update the slot in the catalog Media record to
1240    correspond to the new value.  This is very useful if you have moved
1241    cassettes in the magazine, or if you have removed the magazine and
1242    inserted a different one.  As the slot of each Volume is updated, the
1243    InChanger flag for that Volume will also be set, and any other Volumes
1244    in the Pool that were last mounted on the same Storage device
1245    will have their InChanger flag turned off.  This permits
1246    Bacula to know what magazine (tape holder) is currently in the
1247    autochanger.
1248
1249    If you do not have barcodes, you can accomplish the same thing in
1250    version 1.33 and later by using the {\bf update slots scan} command.
1251    The {\bf scan} keyword tells Bacula to physically mount each tape and to
1252    read its VolumeName.
1253
1254    For Pool {\bf update pool}, Bacula will move the Volume record from its
1255    existing pool to the pool specified.
1256
1257    For {\bf Volume from Pool}, {\bf All Volumes from Pool} and {\bf All Volumes
1258      from all Pools}, the following values are updated from the Pool record:
1259    Recycle, RecyclePool, VolRetention, VolUseDuration, MaxVolJobs, MaxVolFiles,
1260    and MaxVolBytes.  (RecyclePool feature is available with bacula 2.1.4 or
1261    higher.)
1262
1263    The full form of the update command with all command line arguments is:
1264
1265 \footnotesize
1266 \begin{verbatim}
1267        update volume=xxx pool=yyy slots volstatus=xxx VolRetention=ddd
1268          VolUse=ddd MaxVolJobs=nnn MaxVolBytes=nnn Recycle=yes|no
1269          slot=nnn enabled=n recyclepool=zzz
1270       
1271 \end{verbatim}
1272 \normalsize
1273
1274 \item [use]
1275    \index[general]{use}
1276    This command allows you to specify which Catalog  database to use. Normally,
1277 you will be using only one database so  this will be done automatically. In
1278 the case that you are using  more than one database, you can use this command
1279 to switch from  one to another.  
1280
1281 use \lt{}database-name\gt{} 
1282
1283 \item [var]
1284    \label{var}
1285    \index[general]{var name}
1286    This command takes a string or quoted string and  does variable expansion on
1287    it the same way variable expansion  is done on the {\bf LabelFormat} string.
1288    Thus, for the  most part, you can test your LabelFormat strings. The
1289    difference  between the {\bf var} command and the actual LabelFormat process 
1290    is that during the var command, no job is running so "dummy"  values are
1291    used in place of Job specific variables. Generally,  however, you will get a
1292    good idea of what is going to happen  in the real case.  
1293
1294 \item [version]
1295    \index[general]{version}
1296    The command prints the Director's version.  
1297
1298 \item [quit]
1299    \index[general]{quit}
1300    This command terminates the console program. The  console program sends the
1301    {\bf quit} request to the Director  and waits for acknowledgment. If the
1302    Director is busy doing  a previous command for you that has not terminated, it
1303    may  take some time. You may quit immediately by issuing the  {\bf .quit}
1304    command (i.e. quit preceded by a period).  
1305
1306 \item [query]
1307    \index[general]{query}
1308    This command reads a predefined SQL query from  the query file (the name and
1309    location of the  query file is defined with the QueryFile resource record in 
1310    the Director's configuration file). You are prompted to select  a query from
1311    the file, and possibly enter one or more parameters,  then the command is
1312    submitted to the Catalog database SQL engine.  
1313
1314 The following queries are currently available (version 2.2.7):  
1315
1316 \footnotesize
1317 \begin{verbatim}
1318 Available queries:
1319 1: List up to 20 places where a File is saved regardless of the directory
1320 2: List where the most recent copies of a file are saved
1321 3: List last 20 Full Backups for a Client
1322 4: List all backups for a Client after a specified time
1323 5: List all backups for a Client
1324 6: List Volume Attributes for a selected Volume
1325 7: List Volumes used by selected JobId
1326 8: List Volumes to Restore All Files
1327 9: List Pool Attributes for a selected Pool
1328 10: List total files/bytes by Job
1329 11: List total files/bytes by Volume
1330 12: List Files for a selected JobId
1331 13: List Jobs stored on a selected MediaId
1332 14: List Jobs stored for a given Volume name
1333 15: List Volumes Bacula thinks are in changer
1334 16: List Volumes likely to need replacement from age or errors
1335 Choose a query (1-16):
1336 \end{verbatim}
1337 \normalsize
1338
1339 \item [exit]
1340    \index[general]{exit}
1341    This command terminates the console program.  
1342
1343 \item [wait]
1344    \index[general]{wait}
1345    The wait command causes the Director to pause  until there are no jobs
1346    running. This command is useful in  a batch situation such as regression
1347    testing where you  wish to start a job and wait until that job completes 
1348    before continuing. This command now has the following options:
1349 \footnotesize
1350 \begin{verbatim}
1351    wait [jobid=nn] [jobuid=unique id] [job=job name]
1352 \end{verbatim}
1353 \normalsize
1354    If specified with a specific JobId, ... the wait command will wait
1355    for that particular job to terminate before continuing.
1356
1357 \end{description}
1358
1359 \label{dotcommands}
1360 \section{Special dot Commands}
1361 \index[general]{Commands!Special dot}
1362 \index[general]{Special dot Commands}
1363
1364 There is a list of commands that are prefixed with a period (.). These
1365 commands are intended to be used either by batch programs or graphical user
1366 interface front-ends. They are not normally used by interactive users. Once
1367 GUI development begins, this list will be considerably expanded. The following
1368 is the list of dot commands: 
1369
1370 \footnotesize
1371 \begin{verbatim}
1372 .backups job=xxx      list backups for specified job
1373 .clients              list all client names
1374 .defaults client=xxx fileset=yyy  list defaults for specified client
1375 .die                  cause the Director to segment fault (for debugging)
1376 .dir                  when in tree mode prints the equivalent to the dir command,
1377                         but with fields separated by commas rather than spaces.
1378 .exit                 quit
1379 .filesets             list all fileset names
1380 .help                 help command output
1381 .jobs                 list all job names
1382 .levels               list all levels
1383 .messages             get quick messages
1384 .msgs                 return any queued messages
1385 .pools                list all pool names
1386 .quit                 quit
1387 .status               get status output
1388 .storage              return storage resource names
1389 .types                list job types
1390 \end{verbatim}
1391 \normalsize
1392
1393 \label{atcommands}
1394
1395 \section{Special At (@) Commands}
1396 \index[general]{Commands!Special At @}
1397 \index[general]{Special At (@) Commands}
1398
1399 Normally, all commands entered to the Console program are immediately
1400 forwarded to the Director, which may be on another machine, to be executed.
1401 However, there is a small list of {\bf at} commands, all beginning with an at
1402 character (@), that will not be sent to the Director, but rather interpreted
1403 by the Console program directly. Note, these commands are implemented only in
1404 the tty console program and not in the GNOME Console. These commands are: 
1405
1406 \begin{description}
1407
1408 \item [@input \lt{}filename\gt{}]
1409    \index[general]{@input \lt{}filename\gt{}}
1410    Read and execute the commands  contained in the file specified.  
1411
1412 \item [@output \lt{}filename\gt{} w/a]
1413    \index[general]{@output \lt{}filename\gt{} w/a}
1414    Send all following output to the  filename specified either overwriting the
1415 file (w) or appending to  the file (a). To redirect the output to the
1416 terminal, simply enter  {\bf @output} without a filename specification.
1417 WARNING: be careful  not to overwrite a valid file. A typical example during a
1418 regression  test might be:  
1419
1420 \footnotesize
1421 \begin{verbatim}
1422     @output /dev/null
1423     commands ...
1424     @output
1425     
1426 \end{verbatim}
1427 \normalsize
1428
1429 \item [@tee \lt{}filename\gt{} w/a]
1430    \index[general]{@tee \lt{}filename\gt{} w/a}
1431    Send all subsequent output to  both the specified file and the terminal. It is
1432    turned off by  specifying {\bf @tee} or {\bf @output} without a filename.  
1433
1434 \item [@sleep \lt{}seconds\gt{}]
1435    \index[general]{@sleep \lt{}seconds\gt{}}
1436    Sleep the specified number of seconds.  
1437
1438 \item [@time]
1439    \index[general]{@time}
1440    Print the current time and date.  
1441
1442 \item [@version]
1443    \index[general]{@version}
1444    Print the console's version.  
1445
1446 \item [@quit]
1447    \index[general]{@quit}
1448    quit  
1449
1450 \item [@exit]
1451    \index[general]{@exit}
1452    quit  
1453
1454 \item [@\# anything]
1455    \index[general]{anything}
1456    Comment 
1457 \end{description}
1458
1459 \label{scripting}
1460
1461 \section{Running the Console from a Shell Script}
1462 \index[general]{Script!Running the Console Program from a Shell}
1463 \index[general]{Running the Console Program from a Shell Script}
1464
1465 You can automate many Console tasks by running the console program from a
1466 shell script. For example, if you have created a file containing the following
1467 commands: 
1468
1469 \footnotesize
1470 \begin{verbatim}
1471  ./bconsole -c ./bconsole.conf <<END_OF_DATA
1472  unmount storage=DDS-4
1473  quit
1474  END_OF_DATA
1475 \end{verbatim}
1476 \normalsize
1477
1478 when that file is executed, it will unmount the current DDS-4 storage device.
1479 You might want to run this command during a Job by using the {\bf
1480 RunBeforeJob} or {\bf RunAfterJob} records. 
1481
1482 It is also possible to run the Console program from file input where the file
1483 contains the commands as follows: 
1484
1485 \footnotesize
1486 \begin{verbatim}
1487 ./bconsole -c ./bconsole.conf <filename
1488 \end{verbatim}
1489 \normalsize
1490
1491 where the file named {\bf filename} contains any set of console commands. 
1492
1493 As a real example, the following script is part of the Bacula regression
1494 tests. It labels a volume (a disk volume), runs a backup, then does a restore
1495 of the files saved. 
1496
1497 \footnotesize
1498 \begin{verbatim}
1499 bin/bconsole -c bin/bconsole.conf <<END_OF_DATA
1500 @output /dev/null
1501 messages
1502 @output /tmp/log1.out
1503 label volume=TestVolume001
1504 run job=Client1 yes
1505 wait
1506 messages
1507 @#
1508 @# now do a restore
1509 @#
1510 @output /tmp/log2.out
1511 restore current all
1512 yes
1513 wait
1514 messages
1515 @output
1516 quit
1517 END_OF_DATA
1518 \end{verbatim}
1519 \normalsize
1520
1521 The output from the backup is directed to /tmp/log1.out and the output from
1522 the restore is directed to /tmp/log2.out. To ensure that the backup and
1523 restore ran correctly, the output files are checked with: 
1524
1525 \footnotesize
1526 \begin{verbatim}
1527 grep "^Termination: *Backup OK" /tmp/log1.out
1528 backupstat=$?
1529 grep "^Termination: *Restore OK" /tmp/log2.out
1530 restorestat=$?
1531 \end{verbatim}
1532 \normalsize
1533
1534 \section{Adding Volumes to a Pool}
1535 \index[general]{Adding Volumes to a Pool}
1536 \index[general]{Pool!Adding Volumes to a}
1537
1538 If you have used the {\bf label} command to label a Volume, it will be
1539 automatically added to the Pool, and you will not need to add any media to the
1540 pool. 
1541
1542 Alternatively, you may choose to add a number of Volumes to the pool without
1543 labeling them. At a later time when the Volume is requested by {\bf Bacula}
1544 you will need to label it. 
1545
1546 Before adding a volume, you must know the following information: 
1547
1548 \begin{enumerate}
1549 \item The name of the Pool (normally "Default")  
1550 \item The Media Type as specified in the Storage Resource  in the Director's
1551    configuration file (e.g. "DLT8000")  
1552 \item The number and names of the Volumes you wish to create. 
1553 \end{enumerate}
1554
1555 For example, to add media to a Pool, you would issue the following commands to
1556 the console program: 
1557
1558 \footnotesize
1559 \begin{verbatim}
1560 *add
1561 Enter name of Pool to add Volumes to: Default
1562 Enter the Media Type: DLT8000
1563 Enter number of Media volumes to create. Max=1000: 10
1564 Enter base volume name: Save
1565 Enter the starting number: 1
1566 10 Volumes created in pool Default
1567 *
1568 \end{verbatim}
1569 \normalsize
1570
1571 To see what you have added, enter: 
1572
1573 \footnotesize
1574 \begin{verbatim}
1575 *list media pool=Default
1576 +-------+----------+---------+---------+-------+------------------+
1577 | MedId | VolumeNa | MediaTyp| VolStat | Bytes | LastWritten      |
1578 +-------+----------+---------+---------+-------+------------------+
1579 |    11 | Save0001 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1580 |    12 | Save0002 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1581 |    13 | Save0003 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1582 |    14 | Save0004 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1583 |    15 | Save0005 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1584 |    16 | Save0006 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1585 |    17 | Save0007 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1586 |    18 | Save0008 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1587 |    19 | Save0009 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1588 |    20 | Save0010 | DLT8000 | Append  |     0 | 0000-00-00 00:00 |
1589 +-------+----------+---------+---------+-------+------------------+
1590 *
1591 \end{verbatim}
1592 \normalsize
1593
1594 Notice that the console program automatically appended a number to the base
1595 Volume name that you specify (Save in this case). If you don't want it to
1596 append a number, you can simply answer 0 (zero) to the question "Enter number
1597 of Media volumes to create. Max=1000:", and in this case, it will create a
1598 single Volume with the exact name you specify.