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