]> git.sur5r.net Git - bacula/docs/blob - docs/manuals/en/main/dirdconf.tex
Commit two patches from Philippe to cleanup the manuals
[bacula/docs] / docs / manuals / en / main / dirdconf.tex
1 %%
2 %%
3
4 \chapter{Configuring the Director}
5 \label{DirectorChapter}
6 \index[general]{Director!Configuring the}
7 \index[general]{Configuring the Director}
8
9 Of all the configuration files needed to run {\bf Bacula}, the Director's is
10 the most complicated, and the one that you will need to modify the most often
11 as you add clients or modify the FileSets. 
12
13 For a general discussion of configuration files and resources including the
14 data types recognized by {\bf Bacula}. Please see the 
15 \ilink{Configuration}{ConfigureChapter} chapter of this manual. 
16
17 \section{Director Resource Types}
18 \index[general]{Types!Director Resource}
19 \index[general]{Director Resource Types}
20
21 Director resource type may be one of the following: 
22
23 Job, JobDefs, Client, Storage, Catalog, Schedule, FileSet, Pool, Director,  or
24 Messages. We present them here in the most logical order for defining them: 
25
26 Note, everything revolves around a job and is tied to a job in one
27 way or another.
28
29 \begin{itemize}
30 \item 
31    \ilink{Director}{DirectorResource4} -- to  define the Director's
32    name and its access password used for authenticating the Console program.
33    Only a single  Director resource definition may appear in the Director's 
34    configuration file.  If you have either {\bf /dev/random} or  {\bf bc} on your
35    machine, Bacula will generate a random password during the configuration
36    process, otherwise it will  be left blank. 
37 \item 
38    \ilink{Job}{JobResource} -- to define the backup/restore Jobs 
39    and to tie together the Client, FileSet and Schedule resources to  be used
40    for each Job. Normally, you will Jobs of different names corresponding
41    to each client (i.e. one Job per client, but a different one with a different name
42    for each client).
43 \item 
44    \ilink{JobDefs}{JobDefsResource} -- optional resource for 
45    providing defaults for Job resources.  
46 \item 
47    \ilink{Schedule}{ScheduleResource} -- to define when a Job is to 
48    be automatically run by {\bf Bacula's} internal scheduler. You 
49    may have any number of Schedules, but each job will reference only
50    one.
51 \item 
52    \ilink{FileSet}{FileSetResource} -- to define the set of files 
53    to be backed up for each Client. You may have any number of
54    FileSets but each Job will reference only one.
55 \item 
56    \ilink{Client}{ClientResource2} -- to define what Client is to be
57    backed up. You will generally have multiple Client definitions. Each 
58    Job will reference only a single client.
59 \item 
60    \ilink{Storage}{StorageResource2} -- to define on what physical
61    device the Volumes should be mounted. You may have one or
62    more Storage definitions.
63 \item 
64    \ilink{Pool}{PoolResource} -- to define the pool of Volumes
65    that can be used for a particular Job. Most people use a
66    single default Pool.  However, if you have a large number
67    of clients or volumes, you may want to have multiple Pools.
68    Pools allow you to restrict a Job (or a Client) to use
69    only a particular set of Volumes.
70 \item 
71    \ilink{Catalog}{CatalogResource} -- to define in what database to
72    keep the list of files and the Volume names where they are backed up.  
73    Most people only use a single catalog.  However, if you want to
74    scale the Director to many clients, multiple catalogs can be helpful.
75    Multiple catalogs require a bit more management because in general
76    you must know what catalog contains what data.  Currently, all 
77    Pools are defined in each catalog.  This restriction will be removed
78    in a later release.
79 \item 
80    \ilink{Messages}{MessagesChapter} -- to define where error and
81    information messages are to be sent or logged. You may define
82    multiple different message resources and hence direct particular
83    classes of messages to different users or locations (files, ...).
84 \end{itemize}
85
86 \section{The Director Resource}
87 \label{DirectorResource4}
88 \index[general]{Director Resource}
89 \index[general]{Resource!Director}
90
91 The Director resource defines the attributes of the Directors running on the
92 network. In the current implementation, there is only a single Director
93 resource, but the final design will contain multiple Directors to maintain
94 index and media database redundancy. 
95
96 \begin{description}
97
98 \item [Director]
99    \index[dir]{Director}
100    Start of the Director resource. One and only one  director resource must be
101 supplied.  
102
103 \item [Name = \lt{}name\gt{}]
104    \index[dir]{Name}
105    \index[dir]{Directive!Name}
106    The director name used by the system  administrator. This directive is
107 required.  
108
109 \item [Description = \lt{}text\gt{}]
110    \index[dir]{Description}
111    \index[dir]{Directive!Description}
112    The text field contains a  description of the Director that will be displayed
113 in the  graphical user interface. This directive is optional.  
114
115 \item [Password = \lt{}UA-password\gt{}]
116    \index[dir]{Password}
117    \index[dir]{Directive!Password}
118    Specifies the password that must be supplied for the default Bacula
119    Console to be authorized.  The same password must appear in the {\bf
120    Director} resource of the Console configuration file.  For added
121    security, the password is never passed across the network but instead a
122    challenge response hash code created with the password.  This directive
123    is required.  If you have either {\bf /dev/random} or {\bf bc} on your
124    machine, Bacula will generate a random password during the configuration
125    process, otherwise it will be left blank and you must manually supply
126    it.
127
128    The password is plain text.  It is not generated through any special
129    process but as noted above, it is better to use random text for 
130    security reasons.
131
132 \item [Messages = \lt{}Messages-resource-name\gt{}]
133    \index[dir]{Messages}
134    \index[dir]{Directive!Messages}
135    The messages resource  specifies where to deliver Director messages that are
136    not associated  with a specific Job. Most messages are specific to a job and
137    will  be directed to the Messages resource specified by the job. However, 
138    there are a few messages that can occur when no job is running.  This
139    directive is required.  
140
141 \item [Working Directory = \lt{}Directory\gt{}]
142    \index[dir]{Working Directory}
143    \index[dir]{Directive!Working Directory}
144    This directive  is mandatory and specifies a directory in which the Director 
145    may put its status files. This directory should be used only  by Bacula but
146    may be shared by other Bacula daemons. However, please note, if this
147    directory is shared with other Bacula daemons (the File daemon and Storage
148    daemon), you must ensure that the {\bf Name} given to each daemon is
149    unique so that the temporary filenames used do not collide.  By default
150    the Bacula configure process creates unique daemon names by postfixing them
151    with -dir, -fd, and -sd. Standard shell expansion of the {\bf
152    Directory}  is done when the configuration file is read so that values such 
153    as {\bf \$HOME} will be properly expanded. This directive is required.
154    The working directory specified must already exist and be
155    readable and writable by the Bacula daemon referencing it.
156
157    If you have specified a Director user and/or a Director group on your
158    ./configure line with {\bf {-}{-}with-dir-user} and/or 
159    {\bf {-}{-}with-dir-group} the Working Directory owner and group will
160    be set to those values.
161
162 \item [Pid Directory = \lt{}Directory\gt{}]
163    \index[dir]{Pid Directory}
164    \index[dir]{Directive!Pid Directory}
165    This directive  is mandatory and specifies a directory in which the Director 
166    may put its process Id file. The process Id file is used to  shutdown
167    Bacula and to prevent multiple copies of  Bacula from running simultaneously. 
168    Standard shell expansion of the {\bf Directory}  is done when the
169    configuration file is read so that values such  as {\bf \$HOME} will be
170    properly expanded.  
171
172    The PID directory specified must already exist and be
173    readable and writable by the Bacula daemon referencing it
174
175    Typically on Linux systems, you will set this to:  {\bf /var/run}. If you are
176    not installing Bacula in the  system directories, you can use the {\bf Working
177    Directory} as  defined above.  This directive is required.  
178
179 \item [Scripts Directory = \lt{}Directory\gt{}]
180    \index[dir]{Scripts Directory}
181    \index[dir]{Directive!Scripts Directory}
182    This directive is optional and, if defined, specifies a directory in
183    which the Director will look for the Python startup script {\bf
184    DirStartup.py}.  This directory may be shared by other Bacula daemons.
185    Standard shell expansion of the directory is done when the configuration
186    file is read so that values such as {\bf \$HOME} will be properly
187    expanded.
188
189 \item [QueryFile = \lt{}Path\gt{}]
190    \index[dir]{QueryFile}
191    \index[dir]{Directive!QueryFile}
192    This directive is mandatory and specifies a directory and file in which
193    the Director can find the canned SQL statements for the {\bf Query}
194    command of the Console.  Standard shell expansion of the {\bf Path} is
195    done when the configuration file is read so that values such as {\bf
196    \$HOME} will be properly expanded.  This directive is required.
197
198 \item [Heartbeat Interval = \lt{}time-interval\gt{}]
199    \index[dir]{Heartbeat Interval}
200    \index[dir]{Directive!Heartbeat}
201    This directive is optional and if specified will cause the Director to
202    set a keepalive interval (heartbeat) in seconds on each of the sockets
203    it opens for the Client resource.  This value will override any
204    specified at the Director level.  It is implemented only on systems
205    (Linux, ...) that provide the {\bf setsockopt} TCP\_KEEPIDLE function.
206    The default value is zero, which means no change is made to the socket.
207
208
209 \label{DirMaxConJobs}
210 \item [Maximum Concurrent Jobs = \lt{}number\gt{}]
211    \index[dir]{Maximum Concurrent Jobs}
212    \index[dir]{Directive!Maximum Concurrent Jobs}
213    \index[general]{Simultaneous Jobs}
214    \index[general]{Concurrent Jobs}
215    where \lt{}number\gt{}  is the maximum number of total Director Jobs that
216    should run  concurrently. The default is set to 1, but you may set it to a 
217    larger number.  
218
219    The Volume format becomes more complicated with 
220    multiple simultaneous jobs, consequently, restores may take longer if
221    Bacula must sort through interleaved volume blocks from  multiple simultaneous
222    jobs. This can be avoided by having each simultaneous job write to
223    a different volume or  by using data spooling, which will first spool the data
224    to disk simultaneously, then write one spool file at a time to the volume
225    thus avoiding excessive interleaving of the different job blocks.
226
227 \item [FD Connect Timeout = \lt{}time\gt{}]
228    \index[dir]{FD Connect Timeout}
229    \index[dir]{Directive!FD Connect Timeout}
230    where {\bf time} is the time that the Director should continue
231    attempting to contact the File daemon to start a job, and after which
232    the Director will cancel the job.  The default is 30 minutes.
233
234 \item [SD Connect Timeout = \lt{}time\gt{}]
235    \index[dir]{SD Connect Timeout}
236    \index[dir]{Directive!SD Connect Timeout}
237    where {\bf time} is the time that the Director should continue
238    attempting to contact the Storage daemon to start a job, and after which
239    the Director will cancel the job.  The default is 30 minutes.
240
241 \item [DirAddresses = \lt{}IP-address-specification\gt{}]
242    \index[dir]{DirAddresses}
243    \index[dir]{Address}
244    \index[general]{Address}
245    \index[dir]{Directive!DirAddresses}
246    Specify the ports and addresses on which the Director daemon will listen
247    for Bacula Console connections.  Probably the simplest way to explain
248    this is to show an example:
249
250 \footnotesize
251 \begin{verbatim}
252  DirAddresses  = {
253     ip = {addr = 1.2.3.4; port = 1205;}
254     ipv4 = {
255         addr = 1.2.3.4; port = http;}
256     ipv6 = {
257         addr = 1.2.3.4;
258         port = 1205;
259     }
260     ip = {
261         addr = 1.2.3.4
262         port = 1205
263     }
264     ip = {addr = 1.2.3.4 }
265     ip = {addr = 201:220:222::2 }
266     ip = {
267         addr = bluedot.thun.net
268     }
269 }
270 \end{verbatim}
271 \normalsize
272
273 where ip, ip4, ip6, addr, and port are all keywords. Note, that  the address
274 can be specified as either a dotted quadruple, or  IPv6 colon notation, or as
275 a symbolic name (only in the ip specification).  Also, port can be specified
276 as a number or as the mnemonic value from  the /etc/services file.  If a port
277 is not specified, the default will be used. If an ip  section is specified,
278 the resolution can be made either by IPv4 or  IPv6. If ip4 is specified, then
279 only IPv4 resolutions will be permitted,  and likewise with ip6. 
280
281 Please note that if you use the DirAddresses directive, you must
282 not use either a DirPort or a DirAddress directive in the same 
283 resource.
284
285 \item [DirPort = \lt{}port-number\gt{}]
286    \index[dir]{DirPort}
287    \index[dir]{Directive!DirPort}
288    Specify the port (a positive  integer) on which the  Director daemon will
289    listen for Bacula Console connections.  This same port number must be
290    specified in the Director resource  of the Console configuration file. The
291    default is 9101, so  normally this directive need not be specified.  This
292    directive should not be used if you specify DirAddresses (N.B plural)
293    directive.
294
295 \item [DirAddress = \lt{}IP-Address\gt{}]
296    \index[dir]{DirAddress}
297    \index[dir]{Directive!DirAddress}
298    This directive is optional, but if it is specified, it will cause the
299    Director server (for the Console program) to bind to the specified {\bf
300      IP-Address}, which is either a domain name or an IP address specified as a
301    dotted quadruple in string or quoted string format.  If this directive is
302    not specified, the Director will bind to any available address (the
303    default).  Note, unlike the DirAddresses specification noted above, this
304    directive only permits a single address to be specified.  This directive
305    should not be used if you specify a DirAddresses (N.B. plural) directive.
306
307 \item [DirSourceAddress = \lt{}IP-Address\gt{}]
308    \index[fd]{DirSourceAddress}
309    \index[fd]{Directive!DirSourceAddress}
310    This record is optional, and if it is specified, it will cause the Director
311    server (when initiating connections to a storage or file daemon) to source
312    its connections from the specified address.  Only a single IP address may be
313    specified.  If this record is not specified, the Director server will source
314    its outgoing connections according to the system routing table (the default).
315
316 \item[Statistics Retention = \lt{}time\gt{}]
317    \index[dir]{StatisticsRetention}
318    \index[dir]{Directive!StatisticsRetention}
319    \label{PruneStatistics}
320
321    The \texttt{Statistics Retention} directive defines the length of time that
322    Bacula will keep statistics job records in the Catalog database after the
323    Job End time. (In \texttt{JobHistory} table) When this time period expires,
324    and if user runs \texttt{prune stats} command, Bacula will prune (remove)
325    Job records that are older than the specified period.
326
327    Theses statistics records aren't use for restore purpose, but mainly for
328    capacity planning, billings, etc. See \ilink{Statistics chapter} for
329    additional information.
330
331    See the \ilink{Configuration chapter}{Time} of this manual for additional
332    details of time specification.
333
334    The default is 5 years.
335
336 \item[VerId = \lt{}string\gt{}]
337   \index[dir]{Directive!VerId}
338   where  \lt{}string\gt{} is an identifier which can be used for support purpose.
339   This string is displayed using the \texttt{version} command.
340
341 \item[MaximumConsoleConnections = \lt{}number\gt{}] 
342   \index[dir]{MaximumConsoleConnections}
343   \index[dir]{Directive!MaximumConsoleConnections}
344   \index[dir]{Console}
345    where \lt{}number\gt{}  is the maximum number of Console Connections that
346    could run  concurrently. The default is set to 20, but you may set it to a 
347    larger number.
348
349 \end{description}
350
351 The following is an example of a valid Director resource definition: 
352
353 \footnotesize
354 \begin{verbatim}
355 Director {
356   Name = HeadMan
357   WorkingDirectory = "$HOME/bacula/bin/working"
358   Password = UA_password
359   PidDirectory = "$HOME/bacula/bin/working"
360   QueryFile = "$HOME/bacula/bin/query.sql"
361   Messages = Standard
362 }
363 \end{verbatim}
364 \normalsize
365
366 \section{The Job Resource}
367 \label{JobResource}
368 \index[general]{Resource!Job}
369 \index[general]{Job Resource}
370
371 The Job resource defines a Job (Backup, Restore, ...) that Bacula must
372 perform. Each Job resource definition contains the name of a Client and
373 a FileSet to backup, the Schedule for the Job, where the data
374 are to be stored, and what media Pool can be used. In effect, each Job
375 resource must specify What, Where, How, and When or FileSet, Storage,
376 Backup/Restore/Level, and Schedule respectively. Note, the FileSet must
377 be specified for a restore job for historical reasons, but it is no longer used.
378
379 Only a single type ({\bf Backup}, {\bf Restore}, ...) can be specified for any
380 job. If you want to backup multiple FileSets on the same Client or multiple
381 Clients, you must define a Job for each one. 
382
383 Note, you define only a single Job to do the Full, Differential, and
384 Incremental backups since the different backup levels are tied together by 
385 a unique Job name.  Normally, you will have only one Job per Client, but   
386 if a client has a really huge number of files (more than several million),
387 you might want to split it into to Jobs each with a different FileSet
388 covering only part of the total files.
389
390 Multiple Storage daemons are not currently supported for Jobs, so if
391 you do want to use multiple storage daemons, you will need to create
392 a different Job and ensure that for each Job that the combination of
393 Client and FileSet are unique.  The Client and FileSet are what Bacula
394 uses to restore a client, so if there are multiple Jobs with the same
395 Client and FileSet or multiple Storage daemons that are used, the
396 restore will not work.  This problem can be resolved by defining multiple
397 FileSet definitions (the names must be different, but the contents of
398 the FileSets may be the same).
399                
400
401 \begin{description}
402
403 \item [Job]
404    \index[dir]{Job}
405    \index[dir]{Directive!Job}
406    Start of the Job resource. At least one Job  resource is required. 
407
408 \item [Name = \lt{}name\gt{}]
409    \index[dir]{Name}
410    \index[dir]{Directive!Name}
411    The Job name. This name can be specified  on the {\bf Run} command in the
412    console program to start a job. If the  name contains spaces, it must be
413    specified between quotes. It is  generally a good idea to give your job the
414    same name as the Client  that it will backup. This permits easy
415    identification of jobs.  
416
417    When the job actually runs, the unique Job Name will consist  of the name you
418    specify here followed by the date and time the  job was scheduled for
419    execution. This directive is required. 
420
421 \item [Enabled = \lt{}yes\vb{}no\gt{}]
422   \index[dir]{Enable}
423   \index[dir]{Directive!Enable}
424   This directive allows you to enable or disable automatic execution
425   via the scheduler of a Job.
426
427 \item [Type = \lt{}job-type\gt{}]
428    \index[dir]{Type}
429    \index[dir]{Directive!Type}
430    The {\bf Type} directive specifies  the Job type, which may be one of the
431    following: {\bf Backup},  {\bf Restore}, {\bf Verify}, or {\bf Admin}. This
432    directive  is required. Within a particular Job Type, there are also Levels 
433    as discussed in the next item.  
434
435 \begin{description}
436
437 \item [Backup]
438    \index[dir]{Backup}
439    Run a backup Job. Normally you will  have at least one Backup job for each
440    client you want  to save. Normally, unless you turn off cataloging,  most all
441    the important statistics and data concerning  files backed up will be placed
442    in the catalog. 
443
444 \item [Restore]
445    \index[dir]{Restore}
446    Run a restore Job.  Normally, you will specify only one Restore job
447    which acts as a sort of prototype that you will modify using the console
448    program in order to perform restores.  Although certain basic
449    information from a Restore job is saved in the catalog, it is very
450    minimal compared to the information stored for a Backup job -- for
451    example, no File database entries are generated since no Files are
452    saved.
453
454    {\bf Restore} jobs cannot be
455    automatically started by the scheduler as is the case for Backup, Verify
456    and Admin jobs. To restore files, you must use the {\bf restore} command
457    in the console.
458
459
460 \item [Verify]
461    \index[dir]{Verify}
462    Run a verify Job. In general, {\bf verify}  jobs permit you to compare the
463    contents of the catalog  to the file system, or to what was backed up. In
464    addition,  to verifying that a tape that was written can be read,  you can
465    also use {\bf verify} as a sort of tripwire  intrusion detection.  
466
467 \item [Admin]
468    \index[dir]{Admin}
469    Run an admin Job. An {\bf Admin} job can  be used to periodically run catalog
470    pruning, if you  do not want to do it at the end of each {\bf Backup}  Job.
471    Although an Admin job is recorded in the  catalog, very little data is saved. 
472 \end{description}
473
474 \label{Level}
475
476 \item [Level = \lt{}job-level\gt{}]
477 \index[dir]{Level}
478 \index[dir]{Directive!Level}
479    The Level directive specifies the default Job level to be run.  Each
480    different Job Type (Backup, Restore, ...) has a different set of Levels
481    that can be specified.  The Level is normally overridden by a different
482    value that is specified in the {\bf Schedule} resource.  This directive
483    is not required, but must be specified either by a {\bf Level} directive
484    or as an override specified in the {\bf Schedule} resource.
485
486 For a {\bf Backup} Job, the Level may be one of the  following:  
487
488 \begin{description}
489
490 \item [Full]
491 \index[dir]{Full}
492    When the Level is set to Full all files in the FileSet whether or not
493    they have changed will be backed up.
494
495 \item [Incremental]
496    \index[dir]{Incremental}
497    When the Level is set to Incremental all files specified in the FileSet
498    that have changed since the last successful backup of the the same Job
499    using the same FileSet and Client, will be backed up.  If the Director
500    cannot find a previous valid Full backup then the job will be upgraded
501    into a Full backup.  When the Director looks for a valid backup record
502    in the catalog database, it looks for a previous Job with:
503
504 \begin{itemize}
505 \item The same Job name.  
506 \item The same Client name.  
507 \item The same FileSet (any change to the definition of  the FileSet such as
508    adding or deleting a file in the  Include or Exclude sections constitutes a
509    different FileSet.  
510 \item The Job was a Full, Differential, or Incremental backup.  
511 \item The Job terminated normally (i.e. did not fail or was not  canceled).  
512 \item The Job started no longer ago than {\bf Max Full Interval}.
513 \end{itemize}
514
515    If all the above conditions do not hold, the Director will upgrade  the
516    Incremental to a Full save. Otherwise, the Incremental  backup will be
517    performed as requested.  
518
519    The File daemon (Client) decides which files to backup for an
520    Incremental backup by comparing start time of the prior Job (Full,
521    Differential, or Incremental) against the time each file was last
522    "modified" (st\_mtime) and the time its attributes were last
523    "changed"(st\_ctime).  If the file was modified or its attributes
524    changed on or after this start time, it will then be backed up.
525
526    Some virus scanning software may change st\_ctime while
527    doing the scan.  For example, if the virus scanning program attempts to
528    reset the access time (st\_atime), which Bacula does not use, it will
529    cause st\_ctime to change and hence Bacula will backup the file during
530    an Incremental or Differential backup.  In the case of Sophos virus
531    scanning, you can prevent it from resetting the access time (st\_atime)
532    and hence changing st\_ctime by using the {\bf \verb:--:no-reset-atime}
533    option.  For other software, please see their manual.
534
535    When Bacula does an Incremental backup, all modified files that are
536    still on the system are backed up.  However, any file that has been
537    deleted since the last Full backup remains in the Bacula catalog,
538    which means that if between a Full save and the time you do a
539    restore, some files are deleted, those deleted files will also be
540    restored.  The deleted files will no longer appear in the catalog
541    after doing another Full save.
542
543    In addition, if you move a directory rather than copy it, the files in
544    it do not have their modification time (st\_mtime) or their attribute
545    change time (st\_ctime) changed.  As a consequence, those files will
546    probably not be backed up by an Incremental or Differential backup which
547    depend solely on these time stamps.  If you move a directory, and wish
548    it to be properly backed up, it is generally preferable to copy it, then
549    delete the original.
550
551    However, to manage deleted files or directories changes in the
552    catalog during an Incremental backup you can use \texttt{accurate}
553    mode. This is quite memory consuming process. See \ilink{Accurate
554      mode}{accuratemode} for more details.
555
556 \item [Differential]
557    \index[dir]{Differential}
558    When the Level is set to Differential
559    all files specified in the FileSet that have changed since the last
560    successful Full backup of the same Job will be backed up.
561    If the Director cannot find a
562    valid previous Full backup for the same Job, FileSet, and Client,
563    backup, then the Differential job will be upgraded into a Full backup.
564    When the Director looks for a valid Full backup record in the catalog
565    database, it looks for a previous Job with:
566
567 \begin{itemize}
568 \item The same Job name.  
569 \item The same Client name.  
570 \item The same FileSet (any change to the definition of  the FileSet such as
571    adding or deleting a file in the  Include or Exclude sections constitutes a
572    different FileSet.  
573 \item The Job was a FULL backup.  
574 \item The Job terminated normally (i.e. did not fail or was not  canceled).  
575 \item The Job started no longer ago than {\bf Max Full Interval}.
576 \end{itemize}
577
578    If all the above conditions do not hold, the Director will  upgrade the
579    Differential to a Full save. Otherwise, the  Differential backup will be
580    performed as requested.  
581
582    The File daemon (Client) decides which files to backup for a
583    differential backup by comparing the start time of the prior Full backup
584    Job against the time each file was last "modified" (st\_mtime) and the
585    time its attributes were last "changed" (st\_ctime).  If the file was
586    modified or its attributes were changed on or after this start time, it
587    will then be backed up.  The start time used is displayed after the {\bf
588    Since} on the Job report.  In rare cases, using the start time of the
589    prior backup may cause some files to be backed up twice, but it ensures
590    that no change is missed.  As with the Incremental option, you should
591    ensure that the clocks on your server and client are synchronized or as
592    close as possible to avoid the possibility of a file being skipped.
593    Note, on versions 1.33 or greater Bacula automatically makes the
594    necessary adjustments to the time between the server and the client so
595    that the times Bacula uses are synchronized.
596
597    When Bacula does a Differential backup, all modified files that are
598    still on the system are backed up.  However, any file that has been
599    deleted since the last Full backup remains in the Bacula catalog, which
600    means that if between a Full save and the time you do a restore, some
601    files are deleted, those deleted files will also be restored.  The
602    deleted files will no longer appear in the catalog after doing another
603    Full save.  However, to remove deleted files from the catalog during a
604    Differential backup is quite a time consuming process and not currently
605    implemented in Bacula.  It is, however, a planned future feature.
606
607    As noted above, if you move a directory rather than copy it, the
608    files in it do not have their modification time (st\_mtime) or
609    their attribute change time (st\_ctime) changed.  As a
610    consequence, those files will probably not be backed up by an
611    Incremental or Differential backup which depend solely on these
612    time stamps.  If you move a directory, and wish it to be
613    properly backed up, it is generally preferable to copy it, then
614    delete the original. Alternatively, you can move the directory, then
615    use the {\bf touch} program to update the timestamps.
616
617 %% TODO: merge this with incremental 
618    However, to manage deleted files or directories changes in the
619    catalog during an Differential backup you can use \texttt{accurate}
620    mode. This is quite memory consuming process. See \ilink{Accurate
621      mode}{accuratemode} for more details.
622
623    Every once and a while, someone asks why we need Differential
624    backups as long as Incremental backups pickup all changed files.
625    There are possibly many answers to this question, but the one
626    that is the most important for me is that a Differential backup
627    effectively merges
628    all the Incremental and Differential backups since the last Full backup
629    into a single Differential backup.  This has two effects: 1.  It gives
630    some redundancy since the old backups could be used if the merged backup
631    cannot be read.  2.  More importantly, it reduces the number of Volumes
632    that are needed to do a restore effectively eliminating the need to read
633    all the volumes on which the preceding Incremental and Differential
634    backups since the last Full are done.
635
636 \end{description}
637
638 For a {\bf Restore} Job, no level needs to be specified.  
639
640 For a {\bf Verify} Job, the Level may be one of the  following:  
641
642 \begin{description}
643
644 \item [InitCatalog]
645 \index[dir]{InitCatalog}
646    does a scan of the specified {\bf FileSet} and stores the file
647    attributes in the Catalog database.  Since no file data is saved, you
648    might ask why you would want to do this.  It turns out to be a very
649    simple and easy way to have a {\bf Tripwire} like feature using {\bf
650    Bacula}.  In other words, it allows you to save the state of a set of
651    files defined by the {\bf FileSet} and later check to see if those files
652    have been modified or deleted and if any new files have been added.
653    This can be used to detect system intrusion.  Typically you would
654    specify a {\bf FileSet} that contains the set of system files that
655    should not change (e.g.  /sbin, /boot, /lib, /bin, ...).  Normally, you
656    run the {\bf InitCatalog} level verify one time when your system is
657    first setup, and then once again after each modification (upgrade) to
658    your system.  Thereafter, when your want to check the state of your
659    system files, you use a {\bf Verify} {\bf level = Catalog}.  This
660    compares the results of your {\bf InitCatalog} with the current state of
661    the files.
662
663 \item [Catalog]
664 \index[dir]{Catalog}
665    Compares the current state of the files against the state previously
666    saved during an {\bf InitCatalog}.  Any discrepancies are reported.  The
667    items reported are determined by the {\bf verify} options specified on
668    the {\bf Include} directive in the specified {\bf FileSet} (see the {\bf
669    FileSet} resource below for more details).  Typically this command will
670    be run once a day (or night) to check for any changes to your system
671    files.
672
673    Please note!  If you run two Verify Catalog jobs on the same client at
674    the same time, the results will certainly be incorrect.  This is because
675    Verify Catalog modifies the Catalog database while running in order to
676    track new files.
677
678 \item [VolumeToCatalog]
679 \index[dir]{VolumeToCatalog}
680    This level causes Bacula to read the file attribute data written to the
681    Volume from the last backup Job for the job specified on the {\bf VerifyJob}
682    directive.  The file attribute data are compared to the
683    values saved in the Catalog database and any differences are reported.
684    This is similar to the {\bf DiskToCatalog} level except that instead of
685    comparing the disk file attributes to the catalog database, the
686    attribute data written to the Volume is read and compared to the catalog
687    database.  Although the attribute data including the signatures (MD5 or
688    SHA1) are compared, the actual file data is not compared (it is not in
689    the catalog).
690
691    Please note!  If you run two Verify VolumeToCatalog jobs on the same
692    client at the same time, the results will certainly be incorrect.  This
693    is because the Verify VolumeToCatalog modifies the Catalog database
694    while running.
695
696 \item [DiskToCatalog]
697 \index[dir]{DiskToCatalog}
698    This level causes Bacula to read the files as they currently are on
699    disk, and to compare the current file attributes with the attributes
700    saved in the catalog from the last backup for the job specified on the
701    {\bf VerifyJob} directive.  This level differs from the {\bf VolumeToCatalog}
702    level described above by the fact that it doesn't compare against a
703    previous Verify job but against a previous backup.  When you run this
704    level, you must supply the verify options on your Include statements.
705    Those options determine what attribute fields are compared.
706
707    This command can be very useful if you have disk problems because it
708    will compare the current state of your disk against the last successful
709    backup, which may be several jobs.
710
711    Note, the current implementation (1.32c) does not identify files that
712    have been deleted.
713 \end{description}
714
715 \item [Accurate = \lt{}yes\vb{}no\gt{}]
716 \index[dir]{Accurate}
717    In accurate mode, the File daemon knowns exactly which files were present
718    after the last backup. So it is able to handle deleted or renamed files.
719
720    When restoring a FileSet for a specified date (including "most
721    recent"), Bacula is able to restore exactly the files and
722    directories that existed at the time of the last backup prior to
723    that date including ensuring that deleted files are actually deleted,
724    and renamed directories are restored properly.
725
726    In this mode, the File daemon must keep data concerning all files in
727    memory.  So If you do not have sufficient memory, the backup may
728    either be terribly slow or fail.
729
730 %%   $$ memory = \sum_{i=1}^{n}(strlen(path_i + file_i) + sizeof(CurFile))$$
731
732    For 500.000 files (a typical desktop linux system), it will require
733    approximately 64 Megabytes of RAM on your File daemon to hold the
734    required information.
735
736 \item [Verify Job = \lt{}Job-Resource-Name\gt{}]
737    \index[dir]{Verify Job}
738    \index[dir]{Directive!Verify Job}
739    If you run a verify job without this directive, the last job run will be
740    compared with the catalog, which means that you must immediately follow
741    a backup by a verify command.  If you specify a {\bf Verify Job} Bacula
742    will find the last job with that name that ran.  This permits you to run
743    all your backups, then run Verify jobs on those that you wish to be
744    verified (most often a {\bf VolumeToCatalog}) so that the tape just
745    written is re-read.
746
747 \item [JobDefs = \lt{}JobDefs-Resource-Name\gt{}]
748 \index[dir]{JobDefs}
749 \index[dir]{Directive!JobDefs}
750    If a JobDefs-Resource-Name is specified, all the values contained in the
751    named JobDefs resource will be used as the defaults for the current Job.
752    Any value that you explicitly define in the current Job resource, will
753    override any defaults specified in the JobDefs resource.  The use of
754    this directive permits writing much more compact Job resources where the
755    bulk of the directives are defined in one or more JobDefs.  This is
756    particularly useful if you have many similar Jobs but with minor
757    variations such as different Clients.  A simple example of the use of
758    JobDefs is provided in the default bacula-dir.conf file.
759
760 \item [Bootstrap = \lt{}bootstrap-file\gt{}]
761 \index[dir]{Bootstrap}
762 \index[dir]{Directive!Bootstrap}
763    The Bootstrap directive specifies a bootstrap file that, if provided,
764    will be used during {\bf Restore} Jobs and is ignored in other Job
765    types.  The {\bf bootstrap} file contains the list of tapes to be used
766    in a restore Job as well as which files are to be restored.
767    Specification of this directive is optional, and if specified, it is
768    used only for a restore job.  In addition, when running a Restore job
769    from the console, this value can be changed.
770
771    If you use the {\bf Restore} command in the Console program, to start a
772    restore job, the {\bf bootstrap} file will be created automatically from
773    the files you select to be restored.
774
775    For additional details of the {\bf bootstrap} file, please see
776    \ilink{Restoring Files with the Bootstrap File}{BootstrapChapter} chapter
777    of this manual.
778
779 \label{writebootstrap}
780 \item [Write Bootstrap =  \lt{}bootstrap-file-specification\gt{}]
781 \index[dir]{Write Bootstrap}
782 \index[dir]{Directive!Write Bootstrap}
783    The {\bf writebootstrap} directive specifies a file name where Bacula
784    will write a {\bf bootstrap} file for each Backup job run.  This
785    directive applies only to Backup Jobs.  If the Backup job is a Full
786    save, Bacula will erase any current contents of the specified file
787    before writing the bootstrap records.  If the Job is an Incremental
788    or Differential
789    save, Bacula will append the current bootstrap record to the end of the
790    file.
791
792    Using this feature, permits you to constantly have a bootstrap file that
793    can recover the current state of your system.  Normally, the file
794    specified should be a mounted drive on another machine, so that if your
795    hard disk is lost, you will immediately have a bootstrap record
796    available.  Alternatively, you should copy the bootstrap file to another
797    machine after it is updated. Note, it is a good idea to write a separate
798    bootstrap file for each Job backed up including the job that backs up
799    your catalog database.
800
801    If the {\bf bootstrap-file-specification} begins with a vertical bar
802    (\verb+|+), Bacula will use the specification as the name of a program to which
803    it will pipe the bootstrap record.  It could for example be a shell
804    script that emails you the bootstrap record.
805
806    On versions 1.39.22 or greater, before opening the file or executing the
807    specified command, Bacula performs 
808    \ilink{character substitution}{character substitution} like in RunScript
809    directive. To automatically manage your bootstrap files, you can use
810    this in your {\bf JobDefs} resources:
811 \begin{verbatim}
812 JobDefs {
813    Write Bootstrap = "%c_%n.bsr"
814    ...
815 }
816 \end{verbatim}
817
818    For more details on using this file, please see the chapter entitled
819    \ilink{The Bootstrap File}{BootstrapChapter} of this manual.
820
821 \item [Client = \lt{}client-resource-name\gt{}]
822 \index[dir]{Client}
823 \index[dir]{Directive!Client}
824    The Client directive  specifies the Client (File daemon) that will be used in
825    the  current Job. Only a single Client may be specified in any one Job.  The
826    Client runs on the machine to be backed up,  and sends the requested files to
827    the Storage daemon for backup,  or receives them when restoring. For
828    additional details, see the  
829    \ilink{Client Resource section}{ClientResource2} of this chapter.
830    This directive is required. 
831
832 \item [FileSet = \lt{}FileSet-resource-name\gt{}]
833 \index[dir]{FileSet}
834 \index[dir]{Directive!FileSet}
835    The FileSet directive specifies the FileSet that will be used in the
836    current Job.  The FileSet specifies which directories (or files) are to
837    be backed up, and what options to use (e.g.  compression, ...).  Only a
838    single FileSet resource may be specified in any one Job.  For additional
839    details, see the \ilink{FileSet Resource section}{FileSetResource} of
840    this chapter.  This directive is required.
841
842 \item [Base = \lt{}job-resource-name, ...\gt{}]
843 \index[dir]{Base}
844 \index[dir]{Directive!Base}
845 The Base directive permits to specify the list of jobs that will be used during
846 Full backup as base. This directive is optional. See the \ilink{Base Job
847 chapter}{basejobs} for more information.
848
849 \item [Messages = \lt{}messages-resource-name\gt{}]
850 \index[dir]{Messages}
851 \index[dir]{Directive!Messages}
852    The Messages directive defines what Messages resource should be used for
853    this job, and thus how and where the various messages are to be
854    delivered.  For example, you can direct some messages to a log file, and
855    others can be sent by email.  For additional details, see the
856    \ilink{Messages Resource}{MessagesChapter} Chapter of this manual.  This
857    directive is required.
858
859 \item [Pool = \lt{}pool-resource-name\gt{}]
860 \index[dir]{Pool}
861 \index[dir]{Directive!Pool}
862    The Pool directive defines the pool of Volumes where your data can be
863    backed up.  Many Bacula installations will use only the {\bf Default}
864    pool.  However, if you want to specify a different set of Volumes for
865    different Clients or different Jobs, you will probably want to use
866    Pools.  For additional details, see the \ilink{Pool Resource
867    section}{PoolResource} of this chapter.  This directive is required.
868
869 \item [Full Backup Pool = \lt{}pool-resource-name\gt{}]
870 \index[dir]{Full Backup Pool}
871 \index[dir]{Directive!Full Backup Pool}
872    The {\it Full Backup Pool} specifies a Pool to be used for Full backups.
873    It will override any Pool specification during a Full backup.  This
874    directive is optional.
875    
876 \item [Differential Backup Pool = \lt{}pool-resource-name\gt{}]  
877 \index[dir]{Differential Backup Pool}
878 \index[dir]{Directive!Differential Backup Pool}
879    The {\it Differential Backup Pool} specifies a Pool to be used for
880    Differential backups.  It will override any Pool specification during a
881    Differential backup.  This directive is optional.
882    
883 \item [Incremental Backup Pool = \lt{}pool-resource-name\gt{}]  
884 \index[dir]{Incremental Backup Pool}
885 \index[dir]{Directive!Incremental Backup Pool}
886    The {\it Incremental Backup Pool} specifies a Pool to be used for
887    Incremental backups.  It will override any Pool specification during an
888    Incremental backup.  This directive is optional.
889
890 \item [Schedule = \lt{}schedule-name\gt{}]
891 \index[dir]{Schedule}
892 \index[dir]{Directive!Schedule}
893    The Schedule directive defines what schedule is to be used for the Job.
894    The schedule in turn determines when the Job will be automatically
895    started and what Job level (i.e.  Full, Incremental, ...) is to be run.
896    This directive is optional, and if left out, the Job can only be started
897    manually using the Console program.  Although you may specify only a
898    single Schedule resource for any one job, the Schedule resource may
899    contain multiple {\bf Run} directives, which allow you to run the Job at
900    many different times, and each {\bf run} directive permits overriding
901    the default Job Level Pool, Storage, and Messages resources.  This gives
902    considerable flexibility in what can be done with a single Job.  For
903    additional details, see the \ilink{Schedule Resource
904    Chapter}{ScheduleResource} of this manual.
905           
906
907 \item [Storage = \lt{}storage-resource-name\gt{}]
908 \index[dir]{Storage}
909 \index[dir]{Directive!Storage}
910    The Storage directive defines the name of the storage services where you
911    want to backup the FileSet data.  For additional details, see the
912    \ilink{Storage Resource Chapter}{StorageResource2} of this manual.
913    The Storage resource may also be specified in the Job's Pool resource,
914    in which case the value in the Pool resource overrides any value
915    in the Job. This Storage resource definition is not required by either
916    the Job resource or in the Pool, but it must be specified in
917    one or the other, if not an error will result.
918
919 \item [Max Start Delay = \lt{}time\gt{}]
920 \index[dir]{Max Start Delay}
921 \index[dir]{Directive!Max Start Delay}
922    The time specifies the maximum delay between the scheduled time and the
923    actual start time for the Job.  For example, a job can be scheduled to
924    run at 1:00am, but because other jobs are running, it may wait to run.
925    If the delay is set to 3600 (one hour) and the job has not begun to run
926    by 2:00am, the job will be canceled.  This can be useful, for example,
927    to prevent jobs from running during day time hours.  The default is 0
928    which indicates no limit.
929
930 \item [Max Run Time = \lt{}time\gt{}]
931 \index[dir]{Max Run Time}
932 \index[dir]{Directive!Max Run Time}
933    The time specifies the maximum allowed time that a job may run, counted
934    from when the job starts, ({\bf not} necessarily the same as when the
935    job was scheduled). 
936
937    By default, the the watchdog thread will kill any Job that has run more
938    than 6 days.  The maximum watchdog timeout is independent of MaxRunTime
939    and cannot be changed.
940
941
942 \item [Incremental|Differential Max Wait Time = \lt{}time\gt{}]
943 \index[dir]{Incremental Wait Run Time}
944 \index[dir]{Differential Wait Run Time}
945 \index[dir]{Directive!Differential Max Wait Time}
946     Theses directives have been deprecated in favor of
947     \texttt{Incremental|Differential Max Run Time} since bacula 2.3.18.
948
949 \item [Incremental Max Run Time = \lt{}time\gt{}]
950 \index[dir]{Incremental Max Run Time}
951 \index[dir]{Directive!Incremental Max Run Time}
952 The time specifies the maximum allowed time that an Incremental backup job may
953 run, counted from when the job starts, ({\bf not} necessarily the same as when
954 the job was scheduled).
955
956 \item [Differential Max Wait Time = \lt{}time\gt{}]
957 \index[dir]{Differential Max Run Time}
958 \index[dir]{Directive!Differential Max Run Time}
959 The time specifies the maximum allowed time that a Differential backup job may
960 run, counted from when the job starts, ({\bf not} necessarily the same as when
961 the job was scheduled).
962
963 \item [Max Run Sched Time = \lt{}time\gt{}]
964 \index[dir]{Max Run Sched Time}
965 \index[dir]{Directive!Max Run Sched Time}
966
967 The time specifies the maximum allowed time that a job may run, counted from
968 when the job was scheduled. This can be useful to prevent jobs from running
969 during working hours. We can see it like \texttt{Max Start Delay + Max Run
970   Time}.
971
972 \item [Max Wait Time = \lt{}time\gt{}]
973 \index[dir]{Max Wait Time}
974 \index[dir]{Directive!Max Wait Time}
975    The time specifies the maximum allowed time that a job may block waiting
976    for a resource (such as waiting for a tape to be mounted, or waiting for
977    the storage or file daemons to perform their duties), counted from the
978    when the job starts, ({\bf not} necessarily the same as when the job was
979    scheduled). This directive works as expected since bacula 2.3.18.
980
981 \begin{figure}[htbp]
982   \centering
983   \includegraphics[width=\linewidth]{different_time}
984   \caption{Job time control directives}
985   \label{fig:differenttime}
986 \end{figure}
987
988 \item [Maximum Bandwidth = \lt{}speed\gt{}]
989 \index[dir]{Maximum Bandwidth}
990 \index[dir]{Directive!Maximum Bandwidth}
991
992 The speed parameter specifies the maximum allowed bandwidth that a job may
993 use. The speed parameter should be specified in k/s, kb/s, m/s or mb/s.
994
995 \item [Max Full Interval = \lt{}time\gt{}]
996 \index[dir]{Max Full Interval}
997 \index[dir]{Directive!Max Full Interval}
998    The time specifies the maximum allowed age (counting from start time) of
999    the most recent successful Full backup that is required in order to run
1000    Incremental or Differential backup jobs. If the most recent Full backup
1001    is older than this interval, Incremental and Differential backups will be
1002    upgraded to Full backups automatically. If this directive is not present,
1003    or specified as 0, then the age of the previous Full backup is not
1004    considered.
1005
1006 \label{PreferMountedVolumes}
1007 \item [Prefer Mounted Volumes = \lt{}yes\vb{}no\gt{}]
1008 \index[dir]{Prefer Mounted Volumes}
1009 \index[dir]{Directive!Prefer Mounted Volumes}
1010    If the Prefer Mounted Volumes directive is set to {\bf yes} (default
1011    yes), the Storage daemon is requested to select either an Autochanger or
1012    a drive with a valid Volume already mounted in preference to a drive
1013    that is not ready.  This means that all jobs will attempt to append
1014    to the same Volume (providing the Volume is appropriate -- right Pool, 
1015    ... for that job), unless you are using multiple pools.
1016    If no drive with a suitable Volume is available, it
1017    will select the first available drive.  Note, any Volume that has
1018    been requested to be mounted, will be considered valid as a mounted
1019    volume by another job.  This if multiple jobs start at the same time
1020    and they all prefer mounted volumes, the first job will request the
1021    mount, and the other jobs will use the same volume.
1022
1023    If the directive is set to {\bf no}, the Storage daemon will prefer
1024    finding an unused drive, otherwise, each job started will append to the
1025    same Volume (assuming the Pool is the same for all jobs).  Setting
1026    Prefer Mounted Volumes to no can be useful for those sites
1027    with multiple drive autochangers that prefer to maximize backup
1028    throughput at the expense of using additional drives and Volumes. 
1029    This means that the job will prefer to use an unused drive rather
1030    than use a drive that is already in use.
1031
1032    Despite the above, we recommend against setting this directive to
1033    {\bf no} since
1034    it tends to add a lot of swapping of Volumes between the different
1035    drives and can easily lead to deadlock situations in the Storage
1036    daemon. We will accept bug reports against it, but we cannot guarantee
1037    that we will be able to fix the problem in a reasonable time.
1038
1039    A better alternative for using multiple drives is to use multiple
1040    pools so that Bacula will be forced to mount Volumes from those Pools
1041    on different drives.
1042
1043 \item [Prune Jobs = \lt{}yes\vb{}no\gt{}]
1044 \index[dir]{Prune Jobs}
1045 \index[dir]{Directive!Prune Jobs}
1046    Normally, pruning of Jobs from the Catalog is specified on a Client by
1047    Client basis in the Client resource with the {\bf AutoPrune} directive.
1048    If this directive is specified (not normally) and the value is {\bf
1049    yes}, it will override the value specified in the Client resource.  The
1050    default is {\bf no}.
1051
1052
1053 \item [Prune Files = \lt{}yes\vb{}no\gt{}]
1054 \index[dir]{Prune Files}
1055 \index[dir]{Directive!Prune Files}
1056    Normally, pruning of Files from the Catalog is specified on a Client by
1057    Client basis in the Client resource with the {\bf AutoPrune} directive.
1058    If this directive is specified (not normally) and the value is {\bf
1059    yes}, it will override the value specified in the Client resource.  The
1060    default is {\bf no}.
1061
1062 \item [Prune Volumes = \lt{}yes\vb{}no\gt{}]
1063 \index[dir]{Prune Volumes}
1064 \index[dir]{Directive!Prune Volumes}
1065    Normally, pruning of Volumes from the Catalog is specified on a Pool by
1066    Pool basis in the Pool resource with the {\bf AutoPrune} directive.
1067    Note, this is different from File and Job pruning which is done on a
1068    Client by Client basis.  If this directive is specified (not normally)
1069    and the value is {\bf yes}, it will override the value specified in the
1070    Pool resource.  The default is {\bf no}.
1071
1072 \item [RunScript \{\lt{}body-of-runscript\gt{}\}]
1073    \index[dir]{RunScript}
1074    \index[dir]{Directive!Run Script}
1075
1076    The RunScript directive behaves like a resource in that it
1077    requires opening and closing braces around a number of directives
1078    that make up the body of the runscript.
1079
1080    The specified {\bf Command} (see below for details) is run as an external
1081    program prior or after the current Job.  This is optional.  By default, the
1082    program is executed on the Client side like in \texttt{ClientRunXXXJob}.
1083
1084    \textbf{Console} options are special commands that are sent to the director instead
1085    of the OS. At this time, console command ouputs are redirected to log with
1086    the jobid 0.
1087
1088    You can use following console command : \texttt{delete}, \texttt{disable},
1089    \texttt{enable}, \texttt{estimate}, \texttt{list}, \texttt{llist},
1090    \texttt{memory}, \texttt{prune}, \texttt{purge}, \texttt{reload},
1091    \texttt{status}, \texttt{setdebug}, \texttt{show}, \texttt{time},
1092    \texttt{trace}, \texttt{update}, \texttt{version}, \texttt{.client},
1093    \texttt{.jobs}, \texttt{.pool}, \texttt{.storage}.  See console chapter for
1094    more information. You need to specify needed information on command line, nothing
1095    will be prompted. Example :
1096
1097 \begin{verbatim}
1098    Console = "prune files client=%c"
1099    Console = "update stats age=3"
1100 \end{verbatim}
1101
1102    You can specify more than one Command/Console option per RunScript.
1103
1104    You can use following options may be specified in the body
1105    of the runscript:\\
1106
1107 \LTXtable{\linewidth}{table_runscript}
1108
1109    Any output sent by the command to standard output will be included in the
1110    Bacula job report.  The command string must be a valid program name or name
1111    of a shell script.
1112
1113    In addition, the command string is parsed then fed to the OS,
1114    which means that the path will be searched to execute your specified
1115    command, but there is no shell interpretation, as a consequence, if you
1116    invoke complicated commands or want any shell features such as redirection
1117    or piping, you must call a shell script and do it inside that script.
1118  
1119    Before submitting the specified command to the operating system, Bacula
1120    performs character substitution of the following characters:
1121
1122 \label{character substitution}
1123 \footnotesize
1124 \begin{verbatim}
1125     %% = %
1126     %b = Job Bytes
1127     %c = Client's name
1128     %C = If the job is a Cloned job (Only on director side)
1129     %d = Daemon's name (Such as host-dir or host-fd)
1130     %D = Director's name (Also valid on file daemon)
1131     %e = Job Exit Status
1132     %f = Job FileSet (Only on director side)
1133     %F = Job Files
1134     %h = Client address
1135     %i = JobId
1136     %j = Unique Job id
1137     %l = Job Level
1138     %n = Job name
1139     %p = Pool name (Only on director side)
1140     %P = Current PID
1141     %s = Since time
1142     %t = Job type (Backup, ...)
1143     %v = Volume name (Only on director side)
1144     %w = Storage name (Only on director side)
1145     %x = Spooling enabled? ("yes" or "no")
1146  
1147 \end{verbatim}
1148 \normalsize
1149
1150 Some character substitutions are not available in all situations. The Job Exit
1151 Status code \%e edits the following values:
1152
1153 \index[dir]{Exit Status}
1154 \begin{itemize}
1155 \item OK
1156 \item Error
1157 \item Fatal Error
1158 \item Canceled
1159 \item Differences
1160 \item Unknown term code
1161 \end{itemize}
1162
1163    Thus if you edit it on a command line, you will need to enclose 
1164    it within some sort of quotes.
1165
1166
1167 You can use these following shortcuts:\\
1168
1169 \LTXtable{\linewidth}{table_runscriptshortcuts}
1170 Examples:
1171 \begin{verbatim}
1172 RunScript {
1173     RunsWhen = Before
1174     FailJobOnError = No
1175     Command = "/etc/init.d/apache stop"
1176 }
1177
1178 RunScript {
1179     RunsWhen = After
1180     RunsOnFailure = yes
1181     Command = "/etc/init.d/apache start"
1182 }
1183 \end{verbatim}
1184
1185    {\bf Notes about ClientRunBeforeJob}
1186
1187    For compatibility reasons, with this shortcut, the command is executed
1188    directly when the client recieve it. And if the command is in error, other
1189    remote runscripts will be discarded. To be sure that all commands will be
1190    sent and executed, you have to use RunScript syntax.
1191
1192    {\bf Special Windows Considerations}
1193
1194    You can run scripts just after snapshots initializations with
1195    \textsl{AfterVSS} keyword.
1196
1197    In addition, for a Windows client, please take
1198    note that you must ensure a correct path to your script.  The script or
1199    program can be a .com, .exe or a .bat file.  If you just put the program
1200    name in then Bacula will search using the same rules that cmd.exe uses
1201    (current directory, Bacula bin directory, and PATH).  It will even try the
1202    different extensions in the same order as cmd.exe.
1203    The command can be anything that cmd.exe or command.com will recognize
1204    as an executable file.  
1205
1206    However, if you have slashes in the program name then Bacula figures you
1207    are fully specifying the name, so you must also explicitly add the three
1208    character extension.
1209
1210    The command is run in a Win32 environment, so Unix like commands will not
1211    work unless you have installed and properly configured Cygwin in addition
1212    to and separately from Bacula.
1213    
1214    The System \%Path\% will be searched for the command.  (under the
1215    environment variable dialog you have have both System Environment and
1216    User Environment, we believe that only the System environment will be
1217    available to bacula-fd, if it is running as a service.)
1218    
1219    System environment variables can be referenced with \%var\% and
1220    used as either part of the command name or arguments.  
1221
1222    So if you have a script in the Bacula\\bin directory then the following lines
1223    should work fine:
1224    
1225 \footnotesize
1226 \begin{verbatim}
1227         Client Run Before Job = systemstate
1228 or
1229         Client Run Before Job = systemstate.bat
1230 or
1231         Client Run Before Job = "systemstate"
1232 or
1233         Client Run Before Job = "systemstate.bat"
1234 or
1235         ClientRunBeforeJob = "\"C:/Program Files/Bacula/systemstate.bat\""
1236 \end{verbatim}
1237 \normalsize
1238
1239 The outer set of quotes is removed when the configuration file is parsed.
1240 You need to escape the inner quotes so that they are there when the code
1241 that parses the command line for execution runs so it can tell what the
1242 program name is.
1243
1244
1245 \footnotesize
1246 \begin{verbatim}
1247 ClientRunBeforeJob = "\"C:/Program Files/Software
1248      Vendor/Executable\" /arg1 /arg2 \"foo bar\""
1249 \end{verbatim}
1250 \normalsize
1251
1252    The special characters 
1253 \begin{verbatim}
1254 &<>()@^|
1255 \end{verbatim}
1256    will need to be quoted,
1257    if they are part of a filename or argument.
1258    
1259    If someone is logged in, a blank "command" window running the commands
1260    will be present during the execution of the command.
1261    
1262    Some Suggestions from Phil Stracchino for running on Win32 machines with
1263    the native Win32 File daemon:
1264
1265    \begin{enumerate}
1266    \item You might want the ClientRunBeforeJob directive to specify a .bat
1267       file which runs the actual client-side commands, rather than trying
1268       to run (for example) regedit /e directly.
1269    \item The batch file should explicitly 'exit 0' on successful completion.  
1270    \item The path to the batch file should be specified in Unix form:  
1271    
1272       ClientRunBeforeJob = "c:/bacula/bin/systemstate.bat"  
1273    
1274    rather than DOS/Windows form:  
1275    
1276    ClientRunBeforeJob =
1277
1278 "c:\textbackslash{}bacula\textbackslash{}bin\textbackslash{}systemstate.bat"
1279    INCORRECT 
1280    \end{enumerate}
1281
1282 For Win32, please note that there are certain limitations:  
1283
1284 ClientRunBeforeJob = "C:/Program Files/Bacula/bin/pre-exec.bat"
1285
1286 Lines like the above do not work because there are limitations of
1287 cmd.exe that is used to execute the command.
1288 Bacula prefixes the string you supply with {\bf cmd.exe /c }.  To test that
1289 your command works you should type {\bf cmd /c "C:/Program Files/test.exe"} at a
1290 cmd prompt and see what happens.  Once the command is correct insert a
1291 backslash (\textbackslash{}) before each double quote ("), and
1292 then put quotes around the whole thing when putting it in
1293 the director's .conf file.  You either need to have only one set of quotes
1294 or else use the short name and don't put quotes around the command path.
1295  
1296 Below is the output from cmd's help as it relates to the command line
1297 passed to the /c option.
1298  
1299  
1300  If /C or /K is specified, then the remainder of the command line after
1301  the switch is processed as a command line, where the following logic is
1302  used to process quote (") characters:
1303  
1304 \begin{enumerate}
1305 \item 
1306      If all of the following conditions are met, then quote characters
1307          on the command line are preserved:
1308     \begin{itemize}
1309        \item no /S switch.
1310        \item exactly two quote characters.
1311        \item no special characters between the two quote characters,
1312            where special is one of: 
1313 \begin{verbatim}
1314 &<>()@^| 
1315 \end{verbatim}
1316        \item there are one or more whitespace characters between the
1317            the two quote characters.
1318        \item the string between the two quote characters is the name
1319            of an executable file.
1320     \end{itemize}
1321  
1322 \item  Otherwise, old behavior is to see if the first character is
1323          a quote character and if so, strip the leading character and
1324          remove the last quote character on the command line, preserving
1325          any text after the last quote character. 
1326    
1327 \end{enumerate}
1328
1329    
1330 The following example of the use of the Client Run Before Job directive was 
1331 submitted by a user:\\
1332 You could write a shell script to back up a DB2 database to a FIFO. The shell
1333 script is:
1334
1335 \footnotesize
1336 \begin{verbatim}
1337  #!/bin/sh
1338  # ===== backupdb.sh
1339  DIR=/u01/mercuryd
1340  
1341  mkfifo $DIR/dbpipe
1342  db2 BACKUP DATABASE mercuryd TO $DIR/dbpipe WITHOUT PROMPTING &
1343  sleep 1
1344 \end{verbatim}
1345 \normalsize
1346  
1347 The following line in the Job resource in the bacula-dir.conf file:
1348 \footnotesize
1349 \begin{verbatim}
1350  Client Run Before Job = "su - mercuryd -c \"/u01/mercuryd/backupdb.sh '%t'
1351 '%l'\""
1352 \end{verbatim}
1353 \normalsize
1354
1355 When the job is run, you will get messages from the output of the script
1356 stating that the backup has started. Even though the command being run is
1357 backgrounded with \&, the job will block until the "db2 BACKUP DATABASE"
1358 command, thus the backup stalls.
1359  
1360 To remedy this situation, the "db2 BACKUP DATABASE" line should be changed to
1361 the following:
1362  
1363 \footnotesize
1364 \begin{verbatim} 
1365  db2 BACKUP DATABASE mercuryd TO $DIR/dbpipe WITHOUT PROMPTING > $DIR/backup.log
1366 2>&1 < /dev/null &
1367 \end{verbatim}
1368 \normalsize
1369
1370 It is important to redirect the input and outputs of a backgrounded command to
1371 /dev/null to prevent the script from blocking.
1372
1373 \item [Run Before Job = \lt{}command\gt{}]
1374 \index[dir]{Run Before Job}
1375 \index[dir]{Directive!Run Before Job}
1376 \index[dir]{Directive!Run Before Job}
1377 The specified {\bf command} is run as an external program prior to running the
1378 current Job.  This directive is not required, but if it is defined, and if the
1379 exit code of the program run is non-zero, the current Bacula job will be
1380 canceled.
1381
1382 \begin{verbatim}
1383 Run Before Job = "echo test"
1384 \end{verbatim}
1385    it's equivalent to :
1386 \begin{verbatim}
1387 RunScript {
1388  Command = "echo test"
1389  RunsOnClient = No
1390  RunsWhen = Before
1391 }
1392 \end{verbatim} 
1393
1394    Lutz Kittler has pointed out that using the RunBeforeJob directive can be a
1395    simple way to modify your schedules during a holiday.  For example, suppose
1396    that you normally do Full backups on Fridays, but Thursday and Friday are
1397    holidays.  To avoid having to change tapes between Thursday and Friday when
1398    no one is in the office, you can create a RunBeforeJob that returns a
1399    non-zero status on Thursday and zero on all other days.  That way, the
1400    Thursday job will not run, and on Friday the tape you inserted on Wednesday
1401    before leaving will be used.
1402
1403 \item [Run After Job = \lt{}command\gt{}]
1404 \index[dir]{Run After Job}
1405 \index[dir]{Directive!Run After Job}
1406    The specified {\bf command} is run as an external program if the current
1407    job terminates normally (without error or without being canceled).  This
1408    directive is not required.  If the exit code of the program run is
1409    non-zero, Bacula will print a warning message.  Before submitting the
1410    specified command to the operating system, Bacula performs character
1411    substitution as described above for the {\bf RunScript} directive.
1412    
1413    An example of the use of this directive is given in the  
1414    \borgxrlink{Tips}{JobNotification}{problems}{chapter} of the \problemsman{}.
1415
1416    See the {\bf Run After Failed Job} if you
1417    want to run a script after the job has terminated with any
1418    non-normal status.
1419
1420 \item [Run After Failed Job = \lt{}command\gt{}]
1421 \index[dir]{Run After Job}
1422 \index[dir]{Directive!Run After Job}
1423    The specified {\bf command} is run as an external program after the current
1424    job terminates with any error status.  This directive is not required.  The
1425    command string must be a valid program name or name of a shell script. If
1426    the exit code of the program run is non-zero, Bacula will print a
1427    warning message. Before submitting the specified command to the
1428    operating system, Bacula performs character substitution as described above
1429    for the {\bf RunScript} directive. Note, if you wish that your script
1430    will run regardless of the exit status of the Job, you can use this :
1431 \begin{verbatim}
1432 RunScript {
1433  Command = "echo test"
1434  RunsWhen = After
1435  RunsOnFailure = yes
1436  RunsOnClient  = no
1437  RunsOnSuccess = yes    # default, you can drop this line
1438 }
1439 \end{verbatim}
1440
1441    An example of the use of this directive is given in the  
1442    \borgxrlink{Tips}{JobNotification}{problems}{chapter} of the \problemsman{}.
1443   
1444
1445 \item [Client Run Before Job = \lt{}command\gt{}]
1446 \index[dir]{Client Run Before Job}
1447 \index[dir]{Directive!Client Run Before Job}
1448    This directive is the same as {\bf Run Before Job} except that the
1449    program is run on the client machine.  The same restrictions apply to
1450    Unix systems as noted above for the {\bf RunScript}.
1451
1452 \item [Client Run After Job = \lt{}command\gt{}]
1453    \index[dir]{Client Run After Job}
1454    \index[dir]{Directive!Client Run After Job}
1455    The specified {\bf command} is run on the client machine as soon
1456    as data spooling is complete in order to allow restarting applications
1457    on the client as soon as possible. .
1458
1459    Note, please see the notes above in {\bf RunScript} 
1460    concerning Windows clients.
1461
1462 \item [Rerun Failed Levels = \lt{}yes\vb{}no\gt{}]
1463    \index[dir]{Rerun Failed Levels}
1464    \index[dir]{Directive!Rerun Failed Levels}
1465    If this directive is set to {\bf yes} (default no), and Bacula detects that
1466    a previous job at a higher level (i.e.  Full or Differential) has failed,
1467    the current job level will be upgraded to the higher level.  This is
1468    particularly useful for Laptops where they may often be unreachable, and if
1469    a prior Full save has failed, you wish the very next backup to be a Full
1470    save rather than whatever level it is started as.
1471
1472    There are several points that must be taken into account when using this
1473    directive: first, a failed job is defined as one that has not terminated
1474    normally, which includes any running job of the same name (you need to
1475    ensure that two jobs of the same name do not run simultaneously);
1476    secondly, the {\bf Ignore FileSet Changes} directive is not considered 
1477    when checking for failed levels, which means that any FileSet change will
1478    trigger a rerun.
1479
1480 \item [Spool Data = \lt{}yes\vb{}no\gt{}]
1481    \index[dir]{Spool Data}
1482    \index[dir]{Directive!Spool Data}
1483
1484    If this directive is set  to {\bf yes} (default no), the Storage daemon will
1485    be requested  to spool the data for this Job to disk rather than write it 
1486    directly to the Volume (normally a tape). 
1487
1488    Thus the data is written in large blocks to the Volume rather than small
1489    blocks.  This directive is particularly useful when running multiple
1490    simultaneous backups to tape.  Once all the data arrives or the spool
1491    files' maximum sizes are reached, the data will be despooled and written
1492    to tape.
1493
1494    Spooling data prevents interleaving date from several job and reduces or
1495    eliminates tape drive stop and start commonly known as "shoe-shine".
1496    
1497    We don't recommend using this option if you are writing to a disk file
1498    using this option will probably just slow down the backup jobs.
1499
1500    NOTE: When this directive is set to yes, Spool Attributes is also
1501    automatically set to yes.
1502
1503 \item [Spool Attributes = \lt{}yes\vb{}no\gt{}]
1504    \index[dir]{Spool Attributes}
1505    \index[dir]{Directive!Spool Attributes}
1506    \index[dir]{slow}
1507    \index[general]{slow}
1508    \index[dir]{Backups!slow}
1509    \index[general]{Backups!slow}
1510    The default is set to {\bf no}, which means that the File attributes are
1511    sent by the Storage daemon to the Director as they are stored on tape.
1512    However, if you want to avoid the possibility that database updates will
1513    slow down writing to the tape, you may want to set the value to {\bf
1514    yes}, in which case the Storage daemon will buffer the File attributes
1515    and Storage coordinates to a temporary file in the Working Directory,
1516    then when writing the Job data to the tape is completed, the attributes
1517    and storage coordinates will be sent to the Director.
1518
1519    NOTE: When Spool Data is set to yes, Spool Attributes is also
1520    automatically set to yes.
1521
1522 \item [SpoolSize={\it bytes}]
1523    \index[dir]{SpoolSize}
1524    \index[dir]{Directive!SpoolSize}
1525    where the bytes specify the maximum spool size for this job.
1526    The default is take from Device Maximum Spool Size limit. 
1527    This directive is available only in Bacula version 2.3.5 or 
1528    later.
1529
1530
1531 \item [Where = \lt{}directory\gt{}]
1532    \index[dir]{Where}
1533    \index[dir]{Directive!Where}
1534    This directive applies only to a Restore job and specifies a prefix to
1535    the directory name of all files being restored.  This permits files to
1536    be restored in a different location from which they were saved.  If {\bf
1537    Where} is not specified or is set to backslash ({\bf /}), the files will
1538    be restored to their original location.  By default, we have set {\bf
1539    Where} in the example configuration files to be {\bf
1540    /tmp/bacula-restores}.  This is to prevent accidental overwriting of
1541    your files.
1542
1543 \item [Add Prefix = \lt{}directory\gt{}]
1544   \label{confaddprefix}
1545   \index[dir]{AddPrefix}
1546   \index[dir]{Directive!AddPrefix}
1547   This directive applies only to a Restore job and specifies a prefix to the
1548   directory name of all files being restored.  This will use \ilink{File
1549   Relocation}{filerelocation} feature implemented in Bacula 2.1.8 or later.  
1550
1551 \item [Add Suffix = \lt{}extention\gt{}]
1552   \index[dir]{AddSuffix}
1553   \index[dir]{Directive!AddSuffix}
1554   This directive applies only to a Restore job and specifies a suffix to all
1555   files being restored.  This will use \ilink{File Relocation}{filerelocation}
1556   feature implemented in Bacula 2.1.8 or later.
1557
1558   Using \texttt{Add Suffix=.old}, \texttt{/etc/passwd} will be restored to
1559   \texttt{/etc/passwsd.old}
1560
1561 \item [Strip Prefix = \lt{}directory\gt{}]
1562   \index[dir]{StripPrefix}
1563   \index[dir]{Directive!StripPrefix}
1564   This directive applies only to a Restore job and specifies a prefix to remove
1565   from the directory name of all files being restored.  This will use the
1566   \ilink{File Relocation}{filerelocation} feature implemented in Bacula 2.1.8 
1567   or later.
1568
1569   Using \texttt{Strip Prefix=/etc}, \texttt{/etc/passwd} will be restored to
1570   \texttt{/passwd}
1571
1572   Under Windows, if you want to restore \texttt{c:/files} to \texttt{d:/files},
1573   you can use :
1574
1575 \begin{verbatim}
1576  Strip Prefix = c:
1577  Add Prefix = d:
1578 \end{verbatim}
1579
1580 \item [RegexWhere = \lt{}expressions\gt{}]
1581   \index[dir]{RegexWhere}
1582   \index[dir]{Directive!RegexWhere}
1583   This directive applies only to a Restore job and specifies a regex filename
1584   manipulation of all files being restored.  This will use \ilink{File
1585   Relocation}{filerelocation} feature implemented in Bacula 2.1.8 or later.
1586
1587   For more informations about how use this option, see
1588   \ilink{this}{useregexwhere}.
1589
1590 \item [Replace = \lt{}replace-option\gt{}]
1591    \index[dir]{Replace}
1592    \index[dir]{Directive!Replace}
1593    This directive applies only to a Restore job and specifies what happens
1594    when Bacula wants to restore a file or directory that already exists.
1595    You have the following options for {\bf replace-option}:
1596
1597 \begin{description}
1598
1599 \item [always]
1600    \index[dir]{always}
1601   when the file to be restored already exists, it is deleted and then
1602   replaced by the copy that was backed up.  This is the default value.
1603
1604 \item [ifnewer]
1605 \index[dir]{ifnewer}
1606   if the backed up file (on tape) is newer than the existing file, the
1607   existing file is deleted and replaced by the back up.
1608
1609 \item [ifolder]
1610    \index[dir]{ifolder}
1611   if the backed up file (on tape) is older than the existing file, the
1612   existing file is deleted and replaced by the back up.
1613
1614 \item [never]
1615    \index[dir]{never}
1616   if the backed up file already exists, Bacula skips  restoring this file.  
1617 \end{description}
1618
1619 \item [Prefix Links=\lt{}yes\vb{}no\gt{}]
1620    \index[dir]{Prefix Links}
1621    \index[dir]{Directive!Prefix Links}
1622    If a {\bf Where} path prefix is specified for a recovery job, apply it
1623    to absolute links as well.  The default is {\bf No}.  When set to {\bf
1624    Yes} then while restoring files to an alternate directory, any absolute
1625    soft links will also be modified to point to the new alternate
1626    directory.  Normally this is what is desired -- i.e.  everything is self
1627    consistent.  However, if you wish to later move the files to their
1628    original locations, all files linked with absolute names will be broken.
1629
1630 \item [Maximum Concurrent Jobs = \lt{}number\gt{}]
1631    \index[dir]{Maximum Concurrent Jobs}
1632    \index[dir]{Directive!Maximum Concurrent Jobs}
1633    where \lt{}number\gt{} is the maximum number of Jobs from the current
1634    Job resource that can run concurrently.  Note, this directive limits
1635    only Jobs with the same name as the resource in which it appears.  Any
1636    other restrictions on the maximum concurrent jobs such as in the
1637    Director, Client, or Storage resources will also apply in addition to
1638    the limit specified here.  The default is set to 1, but you may set it
1639    to a larger number.  We strongly recommend that you read the WARNING
1640    documented under \ilink{Maximum Concurrent Jobs}{DirMaxConJobs} in the
1641    Director's resource.
1642
1643 \item [Reschedule On Error = \lt{}yes\vb{}no\gt{}]
1644    \index[dir]{Reschedule On Error}
1645    \index[dir]{Directive!Reschedule On Error}
1646    If this directive is enabled, and the job terminates in error, the job
1647    will be rescheduled as determined by the {\bf Reschedule Interval} and
1648    {\bf Reschedule Times} directives.  If you cancel the job, it will not
1649    be rescheduled.  The default is {\bf no} (i.e.  the job will not be
1650    rescheduled).
1651
1652    This specification can be useful for portables, laptops, or other
1653    machines that are not always connected to the network or switched on.
1654
1655 \item [Reschedule Interval = \lt{}time-specification\gt{}]
1656    \index[dir]{Reschedule Interval}
1657    \index[dir]{Directive!Reschedule Interval}
1658    If you have specified {\bf Reschedule On Error = yes} and the job
1659    terminates in error, it will be rescheduled after the interval of time
1660    specified by {\bf time-specification}.  See \ilink{the time
1661    specification formats}{Time} in the Configure chapter for details of
1662    time specifications.  If no interval is specified, the job will not be
1663    rescheduled on error. The default Reschedule Interval
1664    is 30 minutes (1800 seconds).
1665
1666 \item [Reschedule Times = \lt{}count\gt{}]
1667    \index[dir]{Reschedule Times}
1668    \index[dir]{Directive!Reschedule Times}
1669    This directive specifies the maximum number of times to reschedule the
1670    job.  If it is set to zero (the default) the job will be rescheduled an
1671    indefinite number of times.
1672
1673 \item [Allow Duplicate Jobs = \lt{}yes\vb{}no\gt{}]
1674 \index[general]{Allow Duplicate Jobs}
1675
1676 \begin{figure}[htbp]
1677   \centering
1678   \includegraphics[width=\linewidth]{duplicate-real}
1679   \caption{Allow Duplicate Jobs usage}
1680   \label{fig:allowduplicatejobs}
1681 \end{figure}
1682
1683 A duplicate job in the sense we use it here means a second or subsequent job
1684 with the same name starts.  This happens most frequently when the first job
1685 runs longer than expected because no tapes are available.
1686
1687   If this directive is enabled duplicate jobs will be run.  If
1688   the directive is set to {\bf no} (default) then only one job of a given name
1689   may run at one time, and the action that Bacula takes to ensure only
1690   one job runs is determined by the other directives (see below).
1691  
1692   If {\bf Allow Duplicate Jobs} is set to {\bf no} and two jobs
1693   are present and none of the three directives given below permit
1694   cancelling a job, then the current job (the second one started)
1695   will be cancelled.
1696
1697 \item [Allow Higher Duplicates = \lt{}yes\vb{}no\gt{}]
1698 \index[general]{Allow Higher Duplicates}
1699   This directive was implemented in version 5.0.0, but does not work
1700   as expected. If used, it should always be set to no.  In later versions
1701   of Bacula the directive is disabled (disregarded).
1702
1703
1704 \item [Cancel Lower Level Duplicates = \lt{}yes\vb{}no\gt{}]
1705 \index[general]{Cancel Lower Level Duplicates}
1706   If \textbf{Allow Duplicate Jobs} is set to \textbf{no} and this
1707   directive is set to \textbf{yes}, Bacula will choose between duplicated
1708   jobs the one with the highest level.  For example, it will cancel a
1709   previous Incremental to run a Full backup.  It works only for Backup
1710   jobs.  The default is \texttt{no}. If the levels of the duplicated
1711   jobs are the same, nothing is done and the other
1712   Cancel XXX Duplicate directives will be examined.
1713
1714 \item [Cancel Queued Duplicates = \lt{}yes\vb{}no\gt{}]
1715 \index[general]{Cancel Queued Duplicates}
1716   If {\bf Allow Duplicate Jobs} is set to {\bf no} and
1717   if this directive is set to {\bf yes} any job that is
1718   already queued to run but not yet running will be canceled.
1719   The default is {\bf no}. 
1720
1721 \item[Cancel Running Duplicates = \lt{}yes\vb{}no\gt{}]
1722 \index[general]{Cancel Running Duplicates}
1723   If {\bf Allow Duplicate Jobs} is set to {\bf no} and
1724   if this directive is set to {\bf yes} any job that is already running
1725   will be canceled.  The default is {\bf no}.
1726
1727
1728 %%\item[DuplicateJobProximity = \lt{}time-specification\gt{}]
1729 %%\index[general]{Duplicate Job Proximity}
1730 %%  This directive permits to determine if two jobs are really duplicated.
1731 %%  If the first one is running for long time, this is probably not a good
1732 %%  idea to cancel it.
1733
1734 \item [Run = \lt{}job-name\gt{}]
1735    \index[dir]{Run}
1736    \index[dir]{Directive!Run}
1737    \index[dir]{Clone a Job}
1738    The Run directive (not to be confused with the Run option in a 
1739    Schedule) allows you to start other jobs or to clone jobs. By using the
1740    cloning keywords (see below), you can backup
1741    the same data (or almost the same data) to two or more drives
1742    at the same time. The {\bf job-name} is normally the same name
1743    as the current Job resource (thus creating a clone). However, it
1744    may be any Job name, so one job may start other related jobs.
1745
1746    The part after the equal sign must be enclosed in double quotes,
1747    and can contain any string or set of options (overrides) that you
1748    can specify when entering the Run command from the console. For
1749    example {\bf storage=DDS-4 ...}.  In addition, there are two special
1750    keywords that permit you to clone the current job. They are {\bf level=\%l}
1751    and {\bf since=\%s}. The \%l in the level keyword permits 
1752    entering the actual level of the current job and the \%s in the since
1753    keyword permits putting the same time for comparison as used on the
1754    current job.  Note, in the case of the since keyword, the \%s must be
1755    enclosed in double quotes, and thus they must be preceded by a backslash
1756    since they are already inside quotes. For example:
1757
1758 \begin{verbatim}
1759    run = "Nightly-backup level=%l since=\"%s\" storage=DDS-4"
1760 \end{verbatim}
1761
1762    A cloned job will not start additional clones, so it is not
1763    possible to recurse.
1764
1765    Please note that all cloned jobs, as specified in the Run directives are
1766    submitted for running before the original job is run (while it is being
1767    initialized). This means that any clone job will actually start before
1768    the original job, and may even block the original job from starting
1769    until the original job finishes unless you allow multiple simultaneous
1770    jobs.  Even if you set a lower priority on the clone job, if no other
1771    jobs are running, it will start before the original job.
1772
1773    If you are trying to prioritize jobs by using the clone feature (Run
1774    directive), you will find it much easier to do using a RunScript
1775    resource, or a RunBeforeJob directive.
1776
1777 \label{Priority}
1778 \item [Priority = \lt{}number\gt{}]
1779    \index[dir]{Priority}
1780    \index[dir]{Directive!Priority}
1781    This directive permits you to control the order in which your jobs will
1782    be run by specifying a positive non-zero number. The higher the number,
1783    the lower the job priority. Assuming you are not running concurrent jobs,
1784    all queued jobs of priority 1 will run before queued jobs of priority 2
1785    and so on, regardless of the original scheduling order.
1786
1787    The priority only affects waiting jobs that are queued to run, not jobs
1788    that are already running.  If one or more jobs of priority 2 are already
1789    running, and a new job is scheduled with priority 1, the currently
1790    running priority 2 jobs must complete before the priority 1 job is
1791    run, unless Allow Mixed Priority is set.
1792
1793    The default priority is 10.  
1794
1795    If you want to run concurrent jobs you should
1796    keep these points in mind:
1797
1798 \begin{itemize}
1799 \item See \borgxrlink{Running Concurrent Jobs}{ConcurrentJobs}{problems}{section} on how to setup
1800    concurrent jobs in the \problemsman{}.
1801
1802 \item Bacula concurrently runs jobs of only one priority at a time.  It
1803    will not simultaneously run a priority 1 and a priority 2 job.
1804
1805 \item If Bacula is running a priority 2 job and a new priority 1 job is
1806    scheduled, it will wait until the running priority 2 job terminates even
1807    if the Maximum Concurrent Jobs settings would otherwise allow two jobs
1808    to run simultaneously.
1809
1810 \item Suppose that bacula is running a priority 2 job and a new priority 1
1811    job is scheduled and queued waiting for the running priority 2 job to
1812    terminate.  If you then start a second priority 2 job, the waiting
1813    priority 1 job will prevent the new priority 2 job from running
1814    concurrently with the running priority 2 job.  That is: as long as there
1815    is a higher priority job waiting to run, no new lower priority jobs will
1816    start even if the Maximum Concurrent Jobs settings would normally allow
1817    them to run.  This ensures that higher priority jobs will be run as soon
1818    as possible.
1819 \end{itemize}
1820
1821 If you have several jobs of different priority, it may not best to start
1822 them at exactly the same time, because Bacula must examine them one at a
1823 time.  If by Bacula starts a lower priority job first, then it will run
1824 before your high priority jobs.  If you experience this problem, you may
1825 avoid it by starting any higher priority jobs a few seconds before lower
1826 priority ones.  This insures that Bacula will examine the jobs in the
1827 correct order, and that your priority scheme will be respected.
1828
1829 \label{AllowMixedPriority}
1830 \item [Allow Mixed Priority = \lt{}yes\vb{}no\gt{}]
1831 \index[dir]{Allow Mixed Priority}
1832    This directive is only implemented in version 2.5 and later.  When
1833    set to {\bf yes} (default {\bf no}), this job may run even if lower
1834    priority jobs are already running.  This means a high priority job
1835    will not have to wait for other jobs to finish before starting.
1836    The scheduler will only mix priorities when all running jobs have
1837    this set to true.
1838
1839    Note that only higher priority jobs will start early.  Suppose the
1840    director will allow two concurrent jobs, and that two jobs with
1841    priority 10 are running, with two more in the queue.  If a job with
1842    priority 5 is added to the queue, it will be run as soon as one of
1843    the running jobs finishes.  However, new priority 10 jobs will not
1844    be run until the priority 5 job has finished.
1845
1846 \label{WritePartAfterJob}
1847 \item [Write Part After Job = \lt{}yes\vb{}no\gt{}]
1848 \index[dir]{Write Part After Job}
1849 \index[dir]{Directive!Write Part After Job}
1850    This directive is only implemented in version 1.37 and later.
1851    If this directive is set to {\bf yes} (default {\bf no}), a new part file
1852    will be created after the job is finished.  
1853
1854    It should be set to {\bf yes} when writing to devices that require mount
1855    (for example DVD), so you are sure that the current part, containing
1856    this job's data, is written to the device, and that no data is left in
1857    the temporary file on the hard disk.  However, on some media, like DVD+R
1858    and DVD-R, a lot of space (about 10Mb) is lost every time a part is
1859    written.  So, if you run several jobs each after another, you could set
1860    this directive to {\bf no} for all jobs, except the last one, to avoid
1861    wasting too much space, but to ensure that the data is written to the
1862    medium when all jobs are finished.
1863
1864    This directive is ignored with tape and FIFO devices.  
1865
1866 \end{description}
1867
1868 The following is an example of a valid Job resource definition: 
1869
1870 \footnotesize
1871 \begin{verbatim}
1872 Job {
1873   Name = "Minou"
1874   Type = Backup
1875   Level = Incremental                 # default
1876   Client = Minou
1877   FileSet="Minou Full Set"
1878   Storage = DLTDrive
1879   Pool = Default
1880   Schedule = "MinouWeeklyCycle"
1881   Messages = Standard
1882 }
1883 \end{verbatim}
1884 \normalsize
1885
1886 \section{The JobDefs Resource}
1887 \label{JobDefsResource}
1888 \index[general]{JobDefs Resource}
1889 \index[general]{Resource!JobDefs}
1890
1891 The JobDefs resource permits all the same directives that can appear in a Job
1892 resource. However, a JobDefs resource does not create a Job, rather it can be
1893 referenced within a Job to provide defaults for that Job. This permits you to
1894 concisely define several nearly identical Jobs, each one referencing a JobDefs
1895 resource which contains the defaults. Only the changes from the defaults need to
1896 be mentioned in each Job. 
1897
1898 \section{The Schedule Resource}
1899 \label{ScheduleResource}
1900 \index[general]{Resource!Schedule}
1901 \index[general]{Schedule Resource}
1902
1903 The Schedule resource provides a means of automatically scheduling a Job as
1904 well as the ability to override the default Level, Pool, Storage and Messages
1905 resources. If a Schedule resource is not referenced in a Job, the Job can only
1906 be run manually. In general, you specify an action to be taken and when. 
1907
1908 \begin{description}
1909
1910 \item [Schedule]
1911 \index[dir]{Schedule}
1912 \index[dir]{Directive!Schedule}
1913    Start of the Schedule directives.  No {\bf Schedule} resource is
1914    required, but you will need at least one if you want Jobs to be
1915    automatically started.
1916
1917 \item [Name = \lt{}name\gt{}]
1918    \index[dir]{Name}
1919    \index[dir]{Directive!Name}
1920    The name of the schedule being defined.  The Name directive is required. 
1921
1922 \item [Run = \lt{}Job-overrides\gt{} \lt{}Date-time-specification\gt{}]
1923    \index[dir]{Run}
1924    \index[dir]{Directive!Run}
1925    The Run directive defines when a Job is to be run, and what overrides if
1926    any to apply.  You may specify multiple {\bf run} directives within a
1927    {\bf Schedule} resource.  If you do, they will all be applied (i.e.
1928    multiple schedules).  If you have two {\bf Run} directives that start at
1929    the same time, two Jobs will start at the same time (well, within one
1930    second of each other).
1931
1932    The {\bf Job-overrides} permit overriding the Level, the Storage, the
1933    Messages, and the Pool specifications provided in the Job resource.  In
1934    addition, the FullPool, the IncrementalPool, and the DifferentialPool
1935    specifications permit overriding the Pool specification according to
1936    what backup Job Level is in effect.
1937
1938    By the use of overrides, you may customize a particular Job.  For
1939    example, you may specify a Messages override for your Incremental
1940    backups that outputs messages to a log file, but for your weekly or
1941    monthly Full backups, you may send the output by email by using a
1942    different Messages override.
1943
1944    {\bf Job-overrides} are specified as: {\bf keyword=value} where the
1945    keyword is Level, Storage, Messages, Pool, FullPool, DifferentialPool,
1946    or IncrementalPool, and the {\bf value} is as defined on the respective
1947    directive formats for the Job resource.  You may specify multiple {\bf
1948    Job-overrides} on one {\bf Run} directive by separating them with one or
1949    more spaces or by separating them with a trailing comma.  For example:
1950
1951 \begin{description}
1952
1953 \item [Level=Full]
1954    \index[dir]{Level}
1955    \index[dir]{Directive!Level}
1956    is all files in the FileSet whether or not  they have changed.  
1957
1958 \item [Level=Incremental]
1959    \index[dir]{Level}
1960    \index[dir]{Directive!Level}
1961    is all files that have changed since  the last backup.  
1962
1963 \item [Pool=Weekly]
1964    \index[dir]{Pool}
1965    \index[dir]{Directive!Pool}
1966    specifies to use the Pool named {\bf Weekly}.  
1967
1968 \item [Storage=DLT\_Drive]
1969    \index[dir]{Storage}
1970    \index[dir]{Directive!Storage}
1971    specifies to use {\bf DLT\_Drive} for  the storage device.  
1972
1973 \item [Messages=Verbose]
1974    \index[dir]{Messages}
1975    \index[dir]{Directive!Messages}
1976    specifies to use the {\bf Verbose}  message resource for the Job.  
1977
1978 \item [FullPool=Full]
1979    \index[dir]{FullPool}
1980    \index[dir]{Directive!FullPool}
1981    specifies to use the Pool named {\bf Full}  if the job is a full backup, or
1982 is
1983 upgraded from another type  to a full backup.  
1984
1985 \item [DifferentialPool=Differential]
1986    \index[dir]{DifferentialPool}
1987    \index[dir]{Directive!DifferentialPool}
1988    specifies to use the Pool named {\bf Differential} if the job is a
1989    differential  backup.  
1990
1991 \item [IncrementalPool=Incremental]
1992    \index[dir]{IncrementalPool}
1993    \index[dir]{Directive!IncrementalPool}
1994    specifies to use the Pool  named {\bf Incremental} if the job is an
1995 incremental  backup.  
1996
1997
1998 \item [Accurate=yes\vb{}no]
1999    \index[dir]{Accurate}
2000    \index[dir]{Directive!Accurate}
2001    tells Bacula to use or not the Accurate code for the specific job. It can
2002    allow you to save memory and and CPU resources on the catalog server in some
2003    cases.
2004
2005    
2006 \item [WritePartAfterJob=yes\vb{}no]
2007    \index[dir]{WritePartAfterJob}
2008    \index[dir]{Directive!WritePartAfterJob}
2009    tells Bacula to request the Storage daemon to write the current part
2010    file to the device when the job is finished (see \ilink{Write Part After
2011    Job directive in the Job resource}{WritePartAfterJob}).  Please note,
2012    this directive is implemented only in version 1.37 and later.  The
2013    default is yes.  We strongly recommend that you keep this set to yes
2014    otherwise, when the last job has finished one part will remain in the
2015    spool file and restore may or may not work.
2016
2017 \end{description}
2018
2019 {\bf Date-time-specification} determines when the  Job is to be run. The
2020 specification is a repetition, and as  a default Bacula is set to run a job at
2021 the beginning of the  hour of every hour of every day of every week of every
2022 month  of every year. This is not normally what you want, so you  must specify
2023 or limit when you want the job to run. Any  specification given is assumed to
2024 be repetitive in nature and  will serve to override or limit the default
2025 repetition. This  is done by specifying masks or times for the hour, day of the
2026 month, day of the week, week of the month, week of the year,  and month when
2027 you want the job to run. By specifying one or  more of the above, you can
2028 define a schedule to repeat at  almost any frequency you want.  
2029
2030 Basically, you must supply a {\bf month}, {\bf day}, {\bf hour}, and  {\bf
2031 minute} the Job is to be run. Of these four items to be specified,  {\bf day}
2032 is special in that you may either specify a day of the month  such as 1, 2,
2033 ... 31, or you may specify a day of the week such  as Monday, Tuesday, ...
2034 Sunday. Finally, you may also specify a  week qualifier to restrict the
2035 schedule to the first, second, third,  fourth, or fifth week of the month.  
2036
2037 For example, if you specify only a day of the week, such as {\bf Tuesday}  the
2038 Job will be run every hour of every Tuesday of every Month. That  is the {\bf
2039 month} and {\bf hour} remain set to the defaults of  every month and all
2040 hours.  
2041
2042 Note, by default with no other specification, your job will run  at the
2043 beginning of every hour. If you wish your job to run more than  once in any
2044 given hour, you will need to specify multiple {\bf run}  specifications each
2045 with a different minute.  
2046
2047 The date/time to run the Job can be specified in the following way  in
2048 pseudo-BNF:  
2049
2050 \footnotesize
2051 \begin{verbatim}
2052 <void-keyword>    = on
2053 <at-keyword>      = at
2054 <week-keyword>    = 1st | 2nd | 3rd | 4th | 5th | first |
2055                     second | third | fourth | fifth
2056 <wday-keyword>    = sun | mon | tue | wed | thu | fri | sat |
2057                     sunday | monday | tuesday | wednesday |
2058                     thursday | friday | saturday
2059 <week-of-year-keyword> = w00 | w01 | ... w52 | w53
2060 <month-keyword>   = jan | feb | mar | apr | may | jun | jul |
2061                     aug | sep | oct | nov | dec | january |
2062                     february | ... | december
2063 <daily-keyword>   = daily
2064 <weekly-keyword>  = weekly
2065 <monthly-keyword> = monthly
2066 <hourly-keyword>  = hourly
2067 <digit>           = 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 0
2068 <number>          = <digit> | <digit><number>
2069 <12hour>          = 0 | 1 | 2 | ... 12
2070 <hour>            = 0 | 1 | 2 | ... 23
2071 <minute>          = 0 | 1 | 2 | ... 59
2072 <day>             = 1 | 2 | ... 31
2073 <time>            = <hour>:<minute> |
2074                     <12hour>:<minute>am |
2075                     <12hour>:<minute>pm
2076 <time-spec>       = <at-keyword> <time> |
2077                     <hourly-keyword>
2078 <date-keyword>    = <void-keyword>  <weekly-keyword>
2079 <day-range>       = <day>-<day>
2080 <month-range>     = <month-keyword>-<month-keyword>
2081 <wday-range>      = <wday-keyword>-<wday-keyword>
2082 <range>           = <day-range> | <month-range> |
2083                           <wday-range>
2084 <date>            = <date-keyword> | <day> | <range>
2085 <date-spec>       = <date> | <date-spec>
2086 <day-spec>        = <day> | <wday-keyword> |
2087                     <day> | <wday-range> |
2088                     <week-keyword> <wday-keyword> |
2089                     <week-keyword> <wday-range> |
2090                     <daily-keyword>
2091 <month-spec>      = <month-keyword> | <month-range> |
2092                     <monthly-keyword>
2093 <date-time-spec>  = <month-spec> <day-spec> <time-spec>
2094 \end{verbatim}
2095 \normalsize
2096
2097 \end{description}
2098
2099 Note, the Week of Year specification wnn follows the ISO standard definition
2100 of the week of the year, where Week 1 is the week in which the first Thursday
2101 of the year occurs, or alternatively, the week which contains the 4th of
2102 January. Weeks are numbered w01 to w53. w00 for Bacula is the week that
2103 precedes the first ISO week (i.e. has the first few days of the year if any
2104 occur before Thursday). w00 is not defined by the ISO specification. A week
2105 starts with Monday and ends with Sunday. 
2106
2107 According to the NIST (US National Institute of Standards and Technology),
2108 12am and 12pm are ambiguous and can be defined to anything.  However,
2109 12:01am is the same as 00:01 and 12:01pm is the same as 12:01, so Bacula
2110 defines 12am as 00:00 (midnight) and 12pm as 12:00 (noon).  You can avoid
2111 this abiguity (confusion) by using 24 hour time specifications (i.e.  no
2112 am/pm). This is the definition in Bacula version 2.0.3 and later.
2113
2114 An example schedule resource that is named {\bf WeeklyCycle} and runs a job
2115 with level full each Sunday at 2:05am and an incremental job Monday through
2116 Saturday at 2:05am is: 
2117
2118 \footnotesize
2119 \begin{verbatim}
2120 Schedule {
2121   Name = "WeeklyCycle"
2122   Run = Level=Full sun at 2:05
2123   Run = Level=Incremental mon-sat at 2:05
2124 }
2125 \end{verbatim}
2126 \normalsize
2127
2128 An example of a possible monthly cycle is as follows: 
2129
2130 \footnotesize
2131 \begin{verbatim}
2132 Schedule {
2133   Name = "MonthlyCycle"
2134   Run = Level=Full Pool=Monthly 1st sun at 2:05
2135   Run = Level=Differential 2nd-5th sun at 2:05
2136   Run = Level=Incremental Pool=Daily mon-sat at 2:05
2137 }
2138 \end{verbatim}
2139 \normalsize
2140
2141 The first of every month: 
2142
2143 \footnotesize
2144 \begin{verbatim}
2145 Schedule {
2146   Name = "First"
2147   Run = Level=Full on 1 at 2:05
2148   Run = Level=Incremental on 2-31 at 2:05
2149 }
2150 \end{verbatim}
2151 \normalsize
2152
2153 Every 10 minutes: 
2154
2155 \footnotesize
2156 \begin{verbatim}
2157 Schedule {
2158   Name = "TenMinutes"
2159   Run = Level=Full hourly at 0:05
2160   Run = Level=Full hourly at 0:15
2161   Run = Level=Full hourly at 0:25
2162   Run = Level=Full hourly at 0:35
2163   Run = Level=Full hourly at 0:45
2164   Run = Level=Full hourly at 0:55
2165 }
2166 \end{verbatim}
2167 \normalsize
2168
2169 \section{Technical Notes on Schedules}
2170 \index[general]{Schedules!Technical Notes on}
2171 \index[general]{Technical Notes on Schedules}
2172
2173 Internally Bacula keeps a schedule as a bit mask. There are six masks and a
2174 minute field to each schedule. The masks are hour, day of the month (mday),
2175 month, day of the week (wday), week of the month (wom), and week of the year
2176 (woy). The schedule is initialized to have the bits of each of these masks
2177 set, which means that at the beginning of every hour, the job will run. When
2178 you specify a month for the first time, the mask will be cleared and the bit
2179 corresponding to your selected month will be selected. If you specify a second
2180 month, the bit corresponding to it will also be added to the mask. Thus when
2181 Bacula checks the masks to see if the bits are set corresponding to the
2182 current time, your job will run only in the two months you have set. Likewise,
2183 if you set a time (hour), the hour mask will be cleared, and the hour you
2184 specify will be set in the bit mask and the minutes will be stored in the
2185 minute field. 
2186
2187 For any schedule you have defined, you can see how these bits are set by doing
2188 a {\bf show schedules} command in the Console program. Please note that the
2189 bit mask is zero based, and Sunday is the first day of the week (bit zero). 
2190
2191 \input{fileset}
2192
2193 \section{The Client Resource}
2194 \label{ClientResource2}
2195 \index[general]{Resource!Client}
2196 \index[general]{Client Resource}
2197
2198 The Client resource defines the attributes of the Clients that are served by
2199 this Director; that is the machines that are to be backed up. You will need
2200 one Client resource definition for each machine to be backed up. 
2201
2202 \begin{description}
2203
2204 \item [Client (or FileDaemon)]
2205    \index[dir]{Client (or FileDaemon)}
2206    \index[dir]{Directive!Client (or FileDaemon)}
2207    Start of the Client directives.  
2208
2209 \item [Name = \lt{}name\gt{}]
2210    \index[dir]{Name}
2211    \index[dir]{Directive!Name}
2212    The client name which will be used in the  Job resource directive or in the
2213 console run command.  This directive is required.  
2214
2215 \item [Address = \lt{}address\gt{}]
2216    \index[dir]{Address}
2217    \index[dir]{Directive!FD Address}
2218    \index[dir]{File Daemon Address}
2219    \index[dir]{Client Address}
2220    Where the address is a host name, a fully qualified domain name, or a
2221    network address in dotted quad notation for a Bacula File server daemon.
2222    This directive is required.
2223
2224 \item [FD Port = \lt{}port-number\gt{}]
2225    \index[dir]{FD Port}
2226    \index[dir]{Directive!FD Port}
2227    Where the port is a port  number at which the Bacula File server daemon can
2228    be contacted.  The default is 9102. 
2229
2230 \item [Catalog = \lt{}Catalog-resource-name\gt{}]
2231    \index[dir]{Catalog}
2232    \index[dir]{Directive!Catalog}
2233    This specifies the  name of the catalog resource to be used for this Client. 
2234    This directive is required.  
2235
2236 \item [Password = \lt{}password\gt{}]
2237    \index[dir]{Password}
2238    \index[dir]{Directive!Password}
2239    This is the password to be  used when establishing a connection with the File
2240    services, so  the Client configuration file on the machine to be backed up
2241    must  have the same password defined for this Director. This directive is 
2242    required.  If you have either {\bf /dev/random}  {\bf bc} on your machine,
2243    Bacula will generate a random  password during the configuration process,
2244    otherwise it will  be left blank. 
2245
2246    The password is plain text.  It is not generated through any special
2247    process, but it is preferable for security reasons to make the text
2248    random.
2249
2250 \label{FileRetention}
2251 \item [File Retention = \lt{}time-period-specification\gt{}]
2252    \label{FileRetention}
2253    \index[dir]{File Retention}
2254    \index[dir]{Directive!File Retention}
2255    The File Retention directive defines the length of time that  Bacula will
2256    keep File records in the Catalog database after the End time of the
2257    Job corresponding to the File records.
2258    When this time period expires, and if
2259    {\bf AutoPrune} is set to  {\bf yes} Bacula will prune (remove) File records
2260    that  are older than the specified File Retention period. Note, this  affects
2261    only records in the catalog database. It does not  affect your archive
2262    backups.  
2263
2264    File records  may actually be retained for a shorter period than you specify
2265    on  this directive if you specify either a shorter {\bf Job Retention}  or a
2266    shorter {\bf Volume Retention} period. The shortest  retention period of the
2267    three takes precedence.  The time may be expressed in seconds, minutes, 
2268    hours, days, weeks, months, quarters, or years. See the 
2269    \ilink{Configuration chapter}{Time} of this  manual for
2270    additional details of time specification. 
2271
2272    The  default is 60 days. 
2273
2274 \label{JobRetention}
2275 \item [Job Retention = \lt{}time-period-specification\gt{}]
2276    \label{JobRetention}
2277    \index[dir]{Job Retention}
2278    \index[dir]{Directive!Job Retention}
2279    The Job Retention directive defines the length of time that  Bacula will keep
2280    Job records in the Catalog database after the Job End time.  When
2281    this time period expires, and if {\bf AutoPrune} is set to {\bf yes}
2282    Bacula will prune (remove) Job records that are older than the specified
2283    File Retention period.  As with the other retention periods, this
2284    affects only records in the catalog and not data in your archive backup.
2285
2286    If a Job record is selected for pruning, all associated File and JobMedia
2287    records will also be pruned regardless of the File Retention period set.
2288    As a consequence, you normally will set the File retention period to be
2289    less than the Job retention period.  The Job retention period can actually
2290    be less than the value you specify here if you set the {\bf Volume
2291    Retention} directive in the Pool resource to a smaller duration.  This is
2292    because the Job retention period and the Volume retention period are
2293    independently applied, so the smaller of the two takes precedence.
2294
2295    The Job retention period is specified as seconds,  minutes, hours, days,
2296    weeks, months,  quarters, or years.  See the 
2297    \ilink{Configuration chapter}{Time} of this manual for
2298    additional details of  time specification.  
2299
2300    The default is 180 days.  
2301
2302 \label{AutoPrune}
2303 \item [AutoPrune = \lt{}yes\vb{}no\gt{}]
2304    \index[dir]{AutoPrune}
2305    \index[dir]{Directive!AutoPrune}
2306    If AutoPrune is set to  {\bf yes} (default), Bacula (version 1.20 or greater)
2307    will  automatically apply the File retention period and the Job  retention
2308    period for the Client at the end of the Job.  If you set {\bf AutoPrune = no},
2309    pruning will not be done,  and your Catalog will grow in size each time you
2310    run a Job.  Pruning affects only information in the catalog and not data 
2311    stored in the backup archives (on Volumes).  
2312
2313 \item [Maximum Concurrent Jobs = \lt{}number\gt{}]
2314    \index[dir]{Maximum Concurrent Jobs}
2315    \index[dir]{Directive!Maximum Concurrent Jobs}
2316    where \lt{}number\gt{}  is the maximum number of Jobs with the current Client
2317    that  can run concurrently. Note, this directive limits only Jobs  for Clients
2318    with the same name as the resource in which it appears. Any  other
2319    restrictions on the maximum concurrent jobs such as in  the Director, Job, or
2320    Storage resources will also apply in addition to  any limit specified here.
2321    The  default is set to 1, but you may set it to a larger number.
2322
2323 \item [Maximum Bandwidth Per Job = \lt{}speed\gt{}]
2324 \index[dir]{Maximum Bandwidth Per Job}
2325 \index[dir]{Directive!Maximum Bandwidth Per Job}
2326
2327 The speed parameter specifies the maximum allowed bandwidth that a job may use
2328 when started for this Client. The speed parameter should be specified in
2329 k/s, Kb/s, m/s or Mb/s.
2330
2331 \item [Priority = \lt{}number\gt{}]
2332    \index[dir]{Priority}
2333    \index[dir]{Directive!Priority}
2334    The number specifies the  priority of this client relative to other clients
2335    that the  Director is processing simultaneously. The priority can range  from
2336    1 to 1000. The clients are ordered such that the smaller  number priorities
2337    are performed first (not currently  implemented). 
2338 \end{description}
2339
2340    The following is an example of a valid Client resource definition: 
2341
2342 \footnotesize
2343 \begin{verbatim}
2344 Client {
2345   Name = Minimatou
2346   FDAddress = minimatou
2347   Catalog = MySQL
2348   Password = very_good
2349 }
2350 \end{verbatim}
2351 \normalsize
2352
2353 \section{The Storage Resource}
2354 \label{StorageResource2}
2355 \index[general]{Resource!Storage}
2356 \index[general]{Storage Resource}
2357
2358 The Storage resource defines which Storage daemons are available for use by
2359 the Director. 
2360
2361 \begin{description}
2362
2363 \item [Storage]
2364    \index[dir]{Storage}
2365    \index[dir]{Directive!Storage}
2366    Start of the Storage resources. At least one  storage resource must be
2367    specified. 
2368
2369 \item [Name = \lt{}name\gt{}]
2370    \index[dir]{Name}
2371    \index[dir]{Directive!Name}
2372    The name of the storage resource. This  name appears on the Storage directive
2373    specified in the Job resource and is required. 
2374
2375 \item [Address = \lt{}address\gt{}]
2376    \index[dir]{Address}
2377    \index[dir]{Directive!SD Address}
2378    \index[dir]{Storage daemon Address}
2379    Where the address is a host name,  a {\bf fully qualified domain name}, or an
2380    {\bf IP address}. Please note  that the \lt{}address\gt{} as specified here
2381    will be transmitted to  the File daemon who will then use it to contact the
2382    Storage daemon. Hence,  it is {\bf not}, a good idea to use {\bf localhost} as
2383    the  name but rather a fully qualified machine name or an IP address.  This
2384    directive is required. 
2385
2386 \item [SD Port = \lt{}port\gt{}]
2387    \index[dir]{SD Port}
2388    \index[dir]{Directive!SD Port}
2389    Where port is the port to use to  contact the storage daemon for information
2390    and to start jobs.  This same port number must appear in the Storage resource
2391    of the  Storage daemon's configuration file. The default is 9103. 
2392
2393 \item [Password = \lt{}password\gt{}]
2394    \index[dir]{Password}
2395    \index[dir]{Directive!Password}
2396    This is the password to be used  when establishing a connection with the
2397    Storage services. This  same password also must appear in the Director
2398    resource of the Storage  daemon's configuration file. This directive is
2399    required.  If you have either {\bf /dev/random}  {\bf bc} on your machine,
2400    Bacula will generate a random  password during the configuration process,
2401    otherwise it will  be left blank. 
2402
2403    The password is plain text.  It is not generated through any special
2404    process, but it is preferable for security reasons to use random text.
2405
2406 \item [Device = \lt{}device-name\gt{}]
2407    \index[dir]{Device}
2408    \index[dir]{Directive!Device}
2409    This directive specifies the Storage daemon's name of the device
2410    resource to be used for the storage.  If you are using an Autochanger,
2411    the name specified here should be the name of the Storage daemon's
2412    Autochanger resource rather than the name of an individual device.  This
2413    name is not the physical device name, but the logical device name as
2414    defined on the {\bf Name} directive contained in the {\bf Device} or the
2415    {\bf Autochanger} resource definition of the {\bf Storage daemon}
2416    configuration file.  You can specify any name you would like (even the
2417    device name if you prefer) up to a maximum of 127 characters in length.
2418    The physical device name associated with this device is specified in the
2419    {\bf Storage daemon} configuration file (as {\bf Archive Device}).
2420    Please take care not to define two different Storage resource directives
2421    in the Director that point to the same Device in the Storage daemon.
2422    Doing so may cause the Storage daemon to block (or hang) attempting to
2423    open the same device that is already open.  This directive is required.
2424
2425 \label{MediaType}
2426 \item [Media Type = \lt{}MediaType\gt{}]
2427    \index[dir]{Media Type}
2428    \index[dir]{Directive!Media Type}
2429    This directive specifies the Media Type to be used to store the data.
2430    This is an arbitrary string of characters up to 127 maximum that you
2431    define.  It can be anything you want.  However, it is best to make it
2432    descriptive of the storage media (e.g.  File, DAT, "HP DLT8000", 8mm,
2433    ...).  In addition, it is essential that you make the {\bf Media Type}
2434    specification unique for each storage media type.  If you have two DDS-4
2435    drives that have incompatible formats, or if you have a DDS-4 drive and
2436    a DDS-4 autochanger, you almost certainly should specify different {\bf
2437    Media Types}.  During a restore, assuming a {\bf DDS-4} Media Type is
2438    associated with the Job, Bacula can decide to use any Storage daemon
2439    that supports Media Type {\bf DDS-4} and on any drive that supports it.
2440
2441    If you are writing to disk Volumes, you must make doubly sure that each
2442    Device resource defined in the Storage daemon (and hence in the
2443    Director's conf file) has a unique media type.  Otherwise for Bacula
2444    versions 1.38 and older, your restores may not work because Bacula
2445    will assume that you can mount any Media Type with the same name on
2446    any Device associated with that Media Type. This is possible with
2447    tape drives, but with disk drives, unless you are very clever you
2448    cannot mount a Volume in any directory -- this can be done by creating
2449    an appropriate soft link.
2450
2451    Currently Bacula permits only a single Media Type per Storage           
2452    and Device definition. Consequently, if
2453    you have a drive that supports more than one Media Type, you can
2454    give a unique string to Volumes with different intrinsic Media 
2455    Type (Media Type = DDS-3-4 for DDS-3 and DDS-4 types), but then
2456    those volumes will only be mounted on drives indicated with the
2457    dual type (DDS-3-4).
2458
2459    If you want to tie Bacula to using a single Storage daemon or drive, you
2460    must specify a unique Media Type for that drive.  This is an important
2461    point that should be carefully understood.  Note, this applies equally
2462    to Disk Volumes.  If you define more than one disk Device resource in
2463    your Storage daemon's conf file, the Volumes on those two devices are in
2464    fact incompatible because one can not be mounted on the other device
2465    since they are found in different directories.  For this reason, you
2466    probably should use two different Media Types for your two disk Devices
2467    (even though you might think of them as both being File types).  You can
2468    find more on this subject in the \ilink{Basic Volume
2469    Management}{DiskChapter} chapter of this manual.
2470
2471    The {\bf MediaType} specified in the Director's Storage resource, {\bf
2472    must} correspond to the {\bf Media Type} specified in the {\bf Device}
2473    resource of the {\bf Storage daemon} configuration file.  This directive
2474    is required, and it is used by the Director and the Storage daemon to
2475    ensure that a Volume automatically selected from the Pool corresponds to
2476    the physical device.  If a Storage daemon handles multiple devices (e.g.
2477    will write to various file Volumes on different partitions), this
2478    directive allows you to specify exactly which device.
2479
2480    As mentioned above, the value specified in the Director's Storage
2481    resource must agree with the value specified in the Device resource in
2482    the {\bf Storage daemon's} configuration file.  It is also an additional
2483    check so that you don't try to write data for a DLT onto an 8mm device.
2484
2485 \label{Autochanger1}
2486 \item [Autochanger = \lt{}yes\vb{}no\gt{}]  
2487    \index[dir]{Autochanger}
2488    \index[dir]{Directive!Autochanger}
2489    If you specify {\bf yes} for this command (the default is {\bf no}),
2490    when you use the {\bf label} command or the {\bf add} command to create
2491    a new Volume, {\bf Bacula} will also request the Autochanger Slot
2492    number.  This simplifies creating database entries for Volumes in an
2493    autochanger.  If you forget to specify the Slot, the autochanger will
2494    not be used.  However, you may modify the Slot associated with a Volume
2495    at any time by using the {\bf update volume} or {\bf update slots}
2496    command in the console program.  When {\bf autochanger} is enabled, the
2497    algorithm used by Bacula to search for available volumes will be
2498    modified to consider only Volumes that are known to be in the
2499    autochanger's magazine.  If no {\bf in changer} volume is found, Bacula
2500    will attempt recycling, pruning, ..., and if still no volume is found,
2501    Bacula will search for any volume whether or not in the magazine.  By
2502    privileging in changer volumes, this procedure minimizes operator
2503    intervention.  The default is {\bf no}.
2504
2505    For the autochanger to be used, you must also specify {\bf Autochanger =
2506    yes} in the \ilink{Device Resource}{Autochanger} in the Storage daemon's
2507    configuration file as well as other important Storage daemon
2508    configuration information.  Please consult the \ilink{Using
2509    Autochangers}{AutochangersChapter} manual of this chapter for the
2510    details of using autochangers.
2511
2512 \item [Maximum Concurrent Jobs = \lt{}number\gt{}]
2513    \index[dir]{Maximum Concurrent Jobs}
2514    \index[dir]{Directive!Maximum Concurrent Jobs}
2515    where \lt{}number\gt{}  is the maximum number of Jobs with the current
2516    Storage resource that can run concurrently.  Note, this directive limits
2517    only Jobs for Jobs using this Storage daemon.  Any other restrictions on
2518    the maximum concurrent jobs such as in the Director, Job, or Client
2519    resources will also apply in addition to any limit specified here.  The
2520    default is set to 1, but you may set it to a larger number.  However, if
2521    you set the Storage daemon's number of concurrent jobs greater than one,
2522    we recommend that you read the waring documented under \ilink{Maximum
2523    Concurrent Jobs}{DirMaxConJobs} in the Director's resource or simply
2524    turn data spooling on as documented in the \ilink{Data
2525    Spooling}{SpoolingChapter} chapter of this manual.
2526
2527 \item [AllowCompression = \lt{}yes\vb{}no\gt{}]
2528   \label{AllowCompression}
2529    \index[dir]{AllowCompression}
2530    \index[dir]{Directive!AllowCompression}
2531
2532    This directive is optional, and if you specify {\bf No} (the default is {\bf
2533      Yes}), it will cause backups jobs running on this storage resource to run
2534    without client File Daemon compression.  This effectively overrides
2535    compression options in FileSets used by jobs which use this storage
2536    resource.
2537
2538 \item [Heartbeat Interval = \lt{}time-interval\gt{}]
2539    \index[dir]{Heartbeat Interval}
2540    \index[dir]{Directive!Heartbeat}
2541    This directive is optional and if specified will cause the Director to
2542    set a keepalive interval (heartbeat) in seconds on each of the sockets
2543    it opens for the Storage resource.  This value will override any
2544    specified at the Director level.  It is implemented only on systems
2545    (Linux, ...) that provide the {\bf setsockopt} TCP\_KEEPIDLE function.
2546    The default value is zero, which means no change is made to the socket.
2547
2548 \end{description}
2549
2550 The following is an example of a valid Storage resource definition: 
2551
2552 \footnotesize
2553 \begin{verbatim}
2554 # Definition of tape storage device
2555 Storage {
2556   Name = DLTDrive
2557   Address = lpmatou
2558   Password = storage_password # password for Storage daemon
2559   Device = "HP DLT 80"    # same as Device in Storage daemon
2560   Media Type = DLT8000    # same as MediaType in Storage daemon
2561 }
2562 \end{verbatim}
2563 \normalsize
2564
2565 \section{The Pool Resource}
2566 \label{PoolResource}
2567 \index[general]{Resource!Pool}
2568 \index[general]{Pool Resource}
2569
2570 The Pool resource defines the set of storage Volumes (tapes or files) to be
2571 used by Bacula to write the data. By configuring different Pools, you can
2572 determine which set of Volumes (media) receives the backup data. This permits,
2573 for example, to store all full backup data on one set of Volumes and all
2574 incremental backups on another set of Volumes. Alternatively, you could assign
2575 a different set of Volumes to each machine that you backup. This is most
2576 easily done by defining multiple Pools. 
2577
2578 Another important aspect of a Pool is that it contains the default attributes
2579 (Maximum Jobs, Retention Period, Recycle flag, ...) that will be given to a
2580 Volume when it is created. This avoids the need for you to answer a large
2581 number of questions when labeling a new Volume. Each of these attributes can
2582 later be changed on a Volume by Volume basis using the {\bf update} command in
2583 the console program. Note that you must explicitly specify which Pool Bacula
2584 is to use with each Job. Bacula will not automatically search for the correct
2585 Pool. 
2586
2587 Most often in Bacula installations all backups for all machines (Clients) go
2588 to a single set of Volumes. In this case, you will probably only use the {\bf
2589 Default} Pool. If your backup strategy calls for you to mount a different tape
2590 each day, you will probably want to define a separate Pool for each day. For
2591 more information on this subject, please see the 
2592 \ilink{Backup Strategies}{StrategiesChapter} chapter of this
2593 manual. 
2594
2595
2596 To use a Pool, there are three distinct steps. First the Pool must be defined
2597 in the Director's configuration file. Then the Pool must be written to the
2598 Catalog database. This is done automatically by the Director each time that it
2599 starts, or alternatively can be done using the {\bf create} command in the
2600 console program. Finally, if you change the Pool definition in the Director's
2601 configuration file and restart Bacula, the pool will be updated alternatively
2602 you can use the {\bf update pool} console command to refresh the database
2603 image. It is this database image rather than the Director's resource image
2604 that is used for the default Volume attributes. Note, for the pool to be
2605 automatically created or updated, it must be explicitly referenced by a Job
2606 resource. 
2607
2608 Next the physical media must be labeled. The labeling can either be done with
2609 the {\bf label} command in the {\bf console} program or using the {\bf btape}
2610 program. The preferred method is to use the {\bf label} command in the {\bf
2611 console} program. 
2612
2613 Finally, you must add Volume names (and their attributes) to the Pool. For
2614 Volumes to be used by Bacula they must be of the same {\bf Media Type} as the
2615 archive device specified for the job (i.e. if you are going to back up to a
2616 DLT device, the Pool must have DLT volumes defined since 8mm volumes cannot be
2617 mounted on a DLT drive). The {\bf Media Type} has particular importance if you
2618 are backing up to files. When running a Job, you must explicitly specify which
2619 Pool to use. Bacula will then automatically select the next Volume to use from
2620 the Pool, but it will ensure that the {\bf Media Type} of any Volume selected
2621 from the Pool is identical to that required by the Storage resource you have
2622 specified for the Job. 
2623
2624 If you use the {\bf label} command in the console program to label the
2625 Volumes, they will automatically be added to the Pool, so this last step is
2626 not normally required. 
2627
2628 It is also possible to add Volumes to the database without explicitly labeling
2629 the physical volume. This is done with the {\bf add} console command. 
2630
2631 As previously mentioned, each time Bacula starts, it scans all the Pools
2632 associated with each Catalog, and if the database record does not already
2633 exist, it will be created from the Pool Resource definition. {\bf Bacula}
2634 probably should do an {\bf update pool} if you change the Pool definition, but
2635 currently, you must do this manually using the {\bf update pool} command in
2636 the Console program. 
2637
2638 The Pool Resource defined in the Director's configuration file
2639 (bacula-dir.conf) may contain the following directives: 
2640
2641 \begin{description}
2642
2643 \item [Pool]
2644    \index[dir]{Pool}
2645    \index[dir]{Directive!Pool}
2646    Start of the Pool resource.  There must be at least one Pool resource
2647    defined.
2648
2649
2650 \item [Name = \lt{}name\gt{}]
2651    \index[dir]{Name}
2652    \index[dir]{Directive!Name}
2653    The name of the pool.  For most applications, you will use the default
2654    pool name {\bf Default}.  This directive is required.
2655
2656 \label{MaxVolumes}
2657 \item [Maximum Volumes = \lt{}number\gt{}]
2658    \index[dir]{Maximum Volumes}
2659    \index[dir]{Directive!Maximum Volumes}
2660    This directive specifies the maximum number of volumes (tapes or files)
2661    contained in the pool.  This directive is optional, if omitted or set to
2662    zero, any number of volumes will be permitted.  In general, this
2663    directive is useful for Autochangers where there is a fixed number of
2664    Volumes, or for File storage where you wish to ensure that the backups
2665    made to disk files do not become too numerous or consume too much space.
2666
2667 \item [Pool Type = \lt{}type\gt{}]
2668    \index[dir]{Pool Type}
2669    \index[dir]{Directive!Pool Type}
2670    This directive defines the pool type, which corresponds to the type of
2671    Job being run.  It is required and may be one of the following:
2672
2673 \begin{itemize}
2674   \item [Backup]  
2675   \item [*Archive]  
2676   \item [*Cloned]  
2677   \item [*Migration]  
2678   \item [*Copy]  
2679   \item [*Save]  
2680 \end{itemize}
2681    Note, only Backup is current implemented.
2682
2683 \item [Storage = \lt{}storage-resource-name\gt{}]
2684 \index[dir]{Storage}
2685 \index[dir]{Directive!Storage}
2686    The Storage directive defines the name of the storage services where you
2687    want to backup the FileSet data.  For additional details, see the
2688    \ilink{Storage Resource Chapter}{StorageResource2} of this manual.
2689    The Storage resource may also be specified in the Job resource,
2690    but the value, if any, in the Pool resource overrides any value
2691    in the Job. This Storage resource definition is not required by either
2692    the Job resource or in the Pool, but it must be specified in
2693    one or the other.  If not configuration error will result.
2694
2695 \item [Use Volume Once = \lt{}yes\vb{}no\gt{}]
2696    \index[dir]{Use Volume Once}
2697    \index[dir]{Directive!Use Volume Once}
2698    This directive if set to {\bf yes} specifies that each volume is to be
2699    used only once.  This is most useful when the Media is a file and you
2700    want a new file for each backup that is done.  The default is {\bf no}
2701    (i.e.  use volume any number of times).  This directive will most likely
2702    be phased out (deprecated), so you are recommended to use {\bf Maximum
2703    Volume Jobs = 1} instead.
2704
2705    The value defined by this directive in the bacula-dir.conf file is the
2706    default value used when a Volume is created.  Once the volume is
2707    created, changing the value in the bacula-dir.conf file will not change
2708    what is stored for the Volume.  To change the value for an existing
2709    Volume you must use the {\bf update} command in the Console.
2710
2711    Please see the notes below under {\bf Maximum Volume Jobs} concerning
2712    using this directive with multiple simultaneous jobs.
2713
2714 \item [Maximum Volume Jobs = \lt{}positive-integer\gt{}]
2715    \index[dir]{Maximum Volume Jobs}
2716    \index[dir]{Directive!Maximum Volume Jobs}
2717    This directive specifies the maximum number of Jobs that can be written
2718    to the Volume.  If you specify zero (the default), there is no limit.
2719    Otherwise, when the number of Jobs backed up to the Volume equals {\bf
2720    positive-integer} the Volume will be marked {\bf Used}.  When the Volume
2721    is marked {\bf Used} it can no longer be used for appending Jobs, much
2722    like the {\bf Full} status but it can be recycled if recycling is
2723    enabled, and thus used again.  By setting {\bf MaximumVolumeJobs} to
2724    one, you get the same effect as setting {\bf UseVolumeOnce = yes}.
2725
2726    The value defined by this directive in the  bacula-dir.conf
2727    file is the default value used when a Volume  is created. Once the volume is
2728    created, changing the value  in the bacula-dir.conf file will not change what
2729    is stored  for the Volume. To change the value for an existing Volume  you
2730    must use the {\bf update} command in the Console.  
2731
2732    If you are running multiple simultaneous jobs, this directive may not
2733    work correctly because when a drive is reserved for a job, this
2734    directive is not taken into account, so multiple jobs may try to 
2735    start writing to the Volume. At some point, when the Media record is
2736    updated, multiple simultaneous jobs may fail since the Volume can no
2737    longer be written.
2738
2739 \item [Maximum Volume Files = \lt{}positive-integer\gt{}]
2740    \index[dir]{Maximum Volume Files}
2741    \index[dir]{Directive!Maximum Volume Files}
2742    This directive specifies the maximum number of files that can be written
2743    to the Volume.  If you specify zero (the default), there is no limit.
2744    Otherwise, when the number of files written to the Volume equals {\bf
2745    positive-integer} the Volume will be marked {\bf Used}.  When the Volume
2746    is marked {\bf Used} it can no longer be used for appending Jobs, much
2747    like the {\bf Full} status but it can be recycled if recycling is
2748    enabled and thus used again.  This value is checked and the {\bf Used}
2749    status is set only at the end of a job that writes to the particular
2750    volume.
2751
2752    The value defined by this directive in the bacula-dir.conf file is the
2753    default value used when a Volume is created.  Once the volume is
2754    created, changing the value in the bacula-dir.conf file will not change
2755    what is stored for the Volume.  To change the value for an existing
2756    Volume you must use the {\bf update} command in the Console.
2757
2758 \item [Maximum Volume Bytes = \lt{}size\gt{}]
2759    \index[dir]{Maximum Volume Bytes}
2760    \index[dir]{Directive!Maximum Volume Bytes}
2761    This directive specifies the maximum number of bytes that can be written
2762    to the Volume.  If you specify zero (the default), there is no limit
2763    except the physical size of the Volume.  Otherwise, when the number of
2764    bytes written to the Volume equals {\bf size} the Volume will be marked
2765    {\bf Used}.  When the Volume is marked {\bf Used} it can no longer be
2766    used for appending Jobs, much like the {\bf Full} status but it can be
2767    recycled if recycling is enabled, and thus the Volume can be re-used
2768    after recycling.  This value is checked and the {\bf Used} status set
2769    while the job is writing to the particular volume.
2770
2771    This directive is particularly useful for restricting the size
2772    of disk volumes, and will work correctly even in the case of
2773    multiple simultaneous jobs writing to the volume.
2774
2775    The value defined by this directive in the bacula-dir.conf file is the
2776    default value used when a Volume is created.  Once the volume is
2777    created, changing the value in the bacula-dir.conf file will not change
2778    what is stored for the Volume.  To change the value for an existing
2779    Volume you must use the {\bf update} command in the Console.
2780
2781 \item [Volume Use Duration = \lt{}time-period-specification\gt{}]
2782    \index[dir]{Volume Use Duration}
2783    \index[dir]{Directive!Volume Use Duration}
2784    The Volume Use Duration directive defines the time period that the
2785    Volume can be written beginning from the time of first data write to the
2786    Volume.  If the time-period specified is zero (the default), the Volume
2787    can be written indefinitely.  Otherwise, the next time a job
2788    runs that wants to access this Volume, and the time period from the
2789    first write to the volume (the first Job written) exceeds the
2790    time-period-specification, the Volume will be marked {\bf Used}, which
2791    means that no more Jobs can be appended to the Volume, but it may be
2792    recycled if recycling is enabled. Using the command {\bf
2793    status dir} applies algorithms similar to running jobs, so
2794    during such a command, the Volume status may also be changed.
2795    Once the Volume is
2796    recycled, it will be available for use again.
2797    
2798    You might use this directive, for example, if you have a Volume used for
2799    Incremental backups, and Volumes used for Weekly Full backups.  Once the
2800    Full backup is done, you will want to use a different Incremental
2801    Volume.  This can be accomplished by setting the Volume Use Duration for
2802    the Incremental Volume to six days.  I.e.  it will be used for the 6
2803    days following a Full save, then a different Incremental volume will be
2804    used.  Be careful about setting the duration to short periods such as 23
2805    hours, or you might experience problems of Bacula waiting for a tape
2806    over the weekend only to complete the backups Monday morning when an
2807    operator mounts a new tape.
2808    
2809    The use duration is checked and the {\bf Used} status is set only at the
2810    end of a job that writes to the particular volume, which means that even
2811    though the use duration may have expired, the catalog entry will not be
2812    updated until the next job that uses this volume is run. This
2813    directive is not intended to be used to limit volume sizes
2814    and will not work correctly (i.e. will fail jobs) if the use
2815    duration expires while multiple simultaneous jobs are writing
2816    to the volume.
2817       
2818    Please note that the value defined by this directive in the  bacula-dir.conf
2819    file is the default value used when a Volume  is created. Once the volume is
2820    created, changing the value  in the bacula-dir.conf file will not change what
2821    is stored  for the Volume. To change the value for an existing Volume  you
2822    must use the 
2823    \borgxrlink{update volume}{UpdateCommand}{console}{command} in the \consoleman{}.
2824
2825 \item [Catalog Files = \lt{}yes\vb{}no\gt{}]
2826    \index[dir]{Catalog Files}
2827    \index[dir]{Directive!Catalog Files}
2828    This directive defines whether or not you want the names of the files
2829    that were saved to be put into the catalog.  The default is {\bf yes}.
2830    The advantage of specifying {\bf Catalog Files = No} is that you will
2831    have a significantly smaller Catalog database.  The disadvantage is that
2832    you will not be able to produce a Catalog listing of the files backed up
2833    for each Job (this is often called Browsing).  Also, without the File
2834    entries in the catalog, you will not be able to use the Console {\bf
2835    restore} command nor any other command that references File entries.
2836    
2837 \label{PoolAutoPrune}
2838 \item [AutoPrune = \lt{}yes\vb{}no\gt{}]
2839    \index[dir]{AutoPrune}
2840    \index[dir]{Directive!AutoPrune}
2841    If AutoPrune is set to {\bf yes} (default), Bacula (version 1.20 or
2842    greater) will automatically apply the Volume Retention period when new
2843    Volume is needed and no appendable Volumes exist in the Pool.  Volume
2844    pruning causes expired Jobs (older than the {\bf Volume Retention}
2845    period) to be deleted from the Catalog and permits possible recycling of
2846    the Volume.
2847    
2848 \label{VolRetention}
2849 \item [Volume Retention = \lt{}time-period-specification\gt{}]
2850    \index[dir]{Volume Retention}
2851    \index[dir]{Directive!Volume Retention}
2852    The Volume Retention directive defines the length of time that {\bf
2853    Bacula} will keep records associated with the Volume in
2854    the Catalog database after the End time of each Job written to the
2855    Volume.  When this time period expires, and if {\bf AutoPrune} is set to
2856    {\bf yes} Bacula may prune (remove) Job records that are older than the
2857    specified Volume Retention period if it is necessary to free up a
2858    Volume.  Recycling will not occur until it is absolutely necessary to
2859    free up a volume (i.e. no other writable volume exists).
2860    All File records associated with pruned Jobs are also
2861    pruned.  The time may be specified as seconds, minutes, hours, days,
2862    weeks, months, quarters, or years.  The {\bf Volume Retention} is
2863    applied independently of the {\bf Job Retention} and the {\bf File
2864    Retention} periods defined in the Client resource.  This means that all
2865    the retentions periods are applied in turn and that the shorter period
2866    is the one that effectively takes precedence.  Note, that when the {\bf
2867    Volume Retention} period has been reached, and it is necessary to obtain
2868    a new volume, Bacula will prune both the Job and the File records.  This
2869    pruning could also occur during a {\bf status dir} command because it
2870    uses similar algorithms for finding the next available Volume.
2871
2872    It is important to know that when the Volume Retention period expires, 
2873    Bacula does not automatically recycle a Volume. It attempts to keep the
2874    Volume data intact as long as possible before over writing the Volume.
2875    
2876    By defining multiple Pools with different Volume Retention periods, you
2877    may effectively have a set of tapes that is recycled weekly, another
2878    Pool of tapes that is recycled monthly and so on.  However, one must
2879    keep in mind that if your {\bf Volume Retention} period is too short, it
2880    may prune the last valid Full backup, and hence until the next Full
2881    backup is done, you will not have a complete backup of your system, and
2882    in addition, the next Incremental or Differential backup will be
2883    promoted to a Full backup.  As a consequence, the minimum {\bf Volume
2884    Retention} period should be at twice the interval of your Full backups.
2885    This means that if you do a Full backup once a month, the minimum Volume
2886    retention period should be two months.
2887    
2888    The default Volume retention period is 365 days, and either the default
2889    or the value defined by this directive in the bacula-dir.conf file is
2890    the default value used when a Volume is created.  Once the volume is
2891    created, changing the value in the bacula-dir.conf file will not change
2892    what is stored for the Volume.  To change the value for an existing
2893    Volume you must use the {\bf update} command in the Console.
2894
2895 \item [Action On Purge = \lt{Truncate}]
2896 \index[dir]{actiononpurge}
2897
2898 This directive \textbf{ActionOnPurge=Truncate} instructs Bacula to truncate the
2899 volume when it is purged with the \texttt{purge volume action=truncate}
2900 command. It is useful to prevent disk based volumes from consuming too much
2901 space.
2902
2903 \begin{verbatim}
2904 Pool {
2905   Name = Default
2906   Action On Purge = Truncate
2907   ...
2908 }
2909 \end{verbatim}
2910
2911 You can schedule the truncate operation at the end of your CatalogBackup job
2912 like in this example:
2913
2914 \begin{verbatim}
2915 Job {
2916  Name = CatalogBackup
2917  ...
2918  RunScript {
2919    RunsWhen=After
2920    RunsOnClient=No
2921    Console = "purge volume action=all allpools storage=File"
2922  }
2923 }
2924 \end{verbatim}
2925
2926 \label{PoolScratchPool}
2927 \item [ScratchPool = \lt{}pool-resource-name\gt{}]
2928    \index[dir]{ScrachPool}
2929    \index[dir]{Directive!ScrachPool}
2930    This directive permits to specify a dedicate \textsl{Scratch} for the
2931    current pool. This pool will replace the special pool named \textsl{Scrach}
2932    for volume selection. For more information about \textsl{Scratch} see
2933    \ilink{Scratch Pool}{TheScratchPool} section of this manual. This is useful
2934    when using multiple storage sharing the same mediatype or when you want to
2935    dedicate volumes to a particular set of pool.
2936
2937 \label{PoolRecyclePool}
2938 \item [RecyclePool = \lt{}pool-resource-name\gt{}]
2939    \index[dir]{RecyclePool}
2940    \index[dir]{Directive!RecyclePool}
2941    This directive defines to which pool
2942    the Volume will be placed (moved) when it is recycled. Without
2943    this directive, a Volume will remain in the same pool when it is
2944    recycled. With this directive, it can be moved automatically to any
2945    existing pool during a recycle. This directive is probably most
2946    useful when defined in the Scratch pool, so that volumes will
2947    be recycled back into the Scratch pool. For more on the see the   
2948    \ilink{Scratch Pool}{TheScratchPool} section of this manual.
2949
2950    Although this directive is called RecyclePool, the Volume in
2951    question is actually moved from its current pool to the one
2952    you specify on this directive when Bacula prunes the Volume and
2953    discovers that there are no records left in the catalog and hence
2954    marks it as {\bf Purged}.
2955         
2956    
2957 \label{PoolRecycle}
2958 \item [Recycle = \lt{}yes\vb{}no\gt{}]
2959    \index[dir]{Recycle}
2960    \index[dir]{Directive!Recycle}
2961    This directive specifies whether or not Purged Volumes may be recycled.
2962    If it is set to {\bf yes} (default) and Bacula needs a volume but finds
2963    none that are appendable, it will search for and recycle (reuse) Purged
2964    Volumes (i.e.  volumes with all the Jobs and Files expired and thus
2965    deleted from the Catalog).  If the Volume is recycled, all previous data
2966    written to that Volume will be overwritten. If Recycle is set to {\bf
2967    no}, the Volume will not be recycled, and hence, the data will remain
2968    valid.  If you want to reuse (re-write) the Volume, and the recycle flag
2969    is no (0 in the catalog), you may manually set the recycle flag (update
2970    command) for a Volume to be reused.
2971
2972    Please note that the value defined by this directive in the
2973    bacula-dir.conf file is the default value used when a Volume is created.
2974    Once the volume is created, changing the value in the bacula-dir.conf
2975    file will not change what is stored for the Volume.  To change the value
2976    for an existing Volume you must use the {\bf update} command in the
2977    Console.
2978
2979    When all Job and File records have been pruned or purged from the      
2980    catalog for a particular Volume, if that Volume is marked as
2981    Append, Full, Used, or Error, it will then be marked as Purged. Only
2982    Volumes marked as Purged will be considered to be converted to the
2983    Recycled state if the {\bf Recycle} directive is set to {\bf yes}.
2984
2985
2986 \label{RecycleOldest}
2987 \item [Recycle Oldest Volume = \lt{}yes\vb{}no\gt{}]
2988    \index[dir]{Recycle Oldest Volume}
2989    \index[dir]{Directive!Recycle Oldest Volume}
2990    This directive instructs the Director to search for the oldest used
2991    Volume in the Pool when another Volume is requested by the Storage
2992    daemon and none are available.  The catalog is then {\bf pruned}
2993    respecting the retention periods of all Files and Jobs written to this
2994    Volume.  If all Jobs are pruned (i.e. the volume is Purged), then the
2995    Volume is recycled and will be used as the next Volume to be written.
2996    This directive respects any Job, File, or Volume retention periods that
2997    you may have specified, and as such it is {\bf much} better to use this
2998    directive than the Purge Oldest Volume.
2999
3000    This directive can be useful if you have a fixed number of Volumes in the
3001    Pool and you want to cycle through them and you have specified the correct
3002    retention periods.  
3003
3004    However, if you use this directive and have only one
3005    Volume in the Pool, you will immediately recycle your Volume if you fill
3006    it and Bacula needs another one. Thus your backup will be totally invalid.
3007    Please use this directive with care. The default is {\bf no}.
3008
3009 \label{RecycleCurrent}
3010
3011 \item [Recycle Current Volume = \lt{}yes\vb{}no\gt{}]
3012    \index[dir]{Recycle Current Volume}
3013    \index[dir]{Directive!Recycle Current Volume}
3014    If Bacula needs a new Volume, this directive instructs Bacula to Prune
3015    the volume respecting the Job and File retention periods.  If all Jobs
3016    are pruned (i.e.  the volume is Purged), then the Volume is recycled and
3017    will be used as the next Volume to be written.  This directive respects
3018    any Job, File, or Volume retention periods that you may have specified,
3019    and thus it is {\bf much} better to use it rather than the Purge Oldest
3020    Volume directive.
3021
3022    This directive can be useful if you have: a fixed number of Volumes in
3023    the Pool, you want to cycle through them, and you have specified
3024    retention periods that prune Volumes before you have cycled through the
3025    Volume in the Pool.
3026
3027    However, if you use this directive and have only one Volume in the Pool,
3028    you will immediately recycle your Volume if you fill it and Bacula needs
3029    another one.  Thus your backup will be totally invalid.  Please use this
3030    directive with care.  The default is {\bf no}.
3031
3032 \label{PurgeOldest}
3033
3034 \item [Purge Oldest Volume = \lt{}yes\vb{}no\gt{}]
3035    \index[dir]{Purge Oldest Volume}
3036    \index[dir]{Directive!Purge Oldest Volume}
3037    This directive instructs the Director to search for the oldest used
3038    Volume in the Pool when another Volume is requested by the Storage
3039    daemon and none are available.  The catalog is then {\bf purged}
3040    irrespective of retention periods of all Files and Jobs written to this
3041    Volume.  The Volume is then recycled and will be used as the next Volume
3042    to be written.  This directive overrides any Job, File, or Volume
3043    retention periods that you may have specified.
3044
3045    This directive can be useful if you have a fixed number of Volumes in
3046    the Pool and you want to cycle through them and reusing the oldest one
3047    when all Volumes are full, but you don't want to worry about setting
3048    proper retention periods.  However, by using this option you risk losing
3049    valuable data.
3050
3051    Please be aware that {\bf Purge Oldest Volume} disregards all retention
3052    periods. If you have only a single Volume defined and you turn this
3053    variable on, that Volume will always be immediately overwritten when it
3054    fills!  So at a minimum, ensure that you have a decent number of Volumes
3055    in your Pool before running any jobs.  If you want retention periods to
3056    apply do not use this directive.  To specify a retention period, use the
3057    {\bf Volume Retention} directive (see above).
3058
3059    We {\bf highly} recommend against using this directive, because it is
3060    sure that some day, Bacula will recycle a Volume that contains current
3061    data.  The default is {\bf no}.
3062
3063 \item [File Retention = \lt{}time-period-specification\gt{}]
3064    \index[dir]{File Retention}
3065    \index[dir]{Directive!File Retention}
3066    The File Retention directive defines the length of time that  Bacula will
3067    keep File records in the Catalog database after the End time of the
3068    Job corresponding to the File records. 
3069
3070    This directive takes precedence over Client directives of the same name. For
3071    example, you can decide to increase Retention times for Archive or OffSite
3072    Pool.
3073
3074    Note, this affects only records in the catalog database. It does not affect
3075    your archive backups.
3076
3077    For more information see Client documentation about
3078    \ilink{FileRetention}{FileRetention}
3079
3080 \item [Job Retention = \lt{}time-period-specification\gt{}]
3081    \index[dir]{Job Retention}
3082    \index[dir]{Directive!Job Retention}
3083
3084    The Job Retention directive defines the length of time that Bacula will keep
3085    Job records in the Catalog database after the Job End time.  As with the
3086    other retention periods, this affects only records in the catalog and not
3087    data in your archive backup.
3088
3089    This directive takes precedence over Client directives of the same name.
3090    For example, you can decide to increase Retention times for Archive or
3091    OffSite Pool.
3092
3093    For more information see Client side documentation
3094    \ilink{JobRetention}{JobRetention}
3095
3096 \item [Cleaning Prefix = \lt{}string\gt{}]
3097    \index[dir]{Cleaning Prefix}
3098    \index[dir]{Directive!Cleaning Prefix}
3099    This directive defines a prefix string, which if it matches the
3100    beginning of a Volume name during labeling of a Volume, the Volume will
3101    be defined with the VolStatus set to {\bf Cleaning} and thus Bacula will
3102    never attempt to use this tape.  This is primarily for use with
3103    autochangers that accept barcodes where the convention is that barcodes
3104    beginning with {\bf CLN} are treated as cleaning tapes.
3105
3106 \label{Label}
3107 \item [Label Format = \lt{}format\gt{}]
3108    \index[dir]{Label Format}
3109    \index[dir]{Directive!Label Format}
3110    This directive specifies the format of the labels contained in this
3111    pool.  The format directive is used as a sort of template to create new
3112    Volume names during automatic Volume labeling.
3113
3114    The {\bf format} should be specified in double quotes, and consists of
3115    letters, numbers and the special characters hyphen ({\bf -}), underscore
3116    ({\bf \_}), colon ({\bf :}), and period ({\bf .}), which are the legal
3117    characters for a Volume name.  The {\bf format} should be enclosed in
3118    double quotes (").
3119
3120    In addition, the format may contain a number of variable expansion
3121    characters which will be expanded by a complex algorithm allowing you to
3122    create Volume names of many different formats.  In all cases, the
3123    expansion process must resolve to the set of characters noted above that
3124    are legal Volume names.  Generally, these variable expansion characters
3125    begin with a dollar sign ({\bf \$}) or a left bracket ({\bf [}).  If you
3126    specify variable expansion characters, you should always enclose the
3127    format with double quote characters ({\bf "}).  For more details on
3128    variable expansion, please see the \borgxrlink{Variable
3129    Expansion}{VarsChapter}{misc}{chapter} of the \miscman{}.
3130
3131    If no variable expansion characters are found in the string, the Volume
3132    name will be formed from the {\bf format} string appended with the
3133    a unique number that increases.  If you do not remove volumes from the
3134    pool, this number should be the number of volumes plus one, but this
3135    is not guaranteed. The unique number will be edited as four
3136    digits with leading zeros.  For example, with a {\bf Label Format =
3137    "File-"}, the first volumes will be named {\bf File-0001}, {\bf
3138    File-0002}, ...
3139
3140    With the exception of Job specific variables, you can test your {\bf
3141    LabelFormat} by using the \borgxrlink{var}{var}{console}{command} in the
3142  \consoleman{}.
3143
3144    In almost all cases, you should enclose the format specification (part
3145    after the equal sign) in double quotes.  Please note that this directive
3146    is deprecated and is replaced in version 1.37 and greater with a Python
3147    script for creating volume names.
3148
3149 \end{description}
3150
3151 In order for a Pool to be used during a Backup Job, the Pool must have at
3152 least one Volume associated with it.  Volumes are created for a Pool using
3153 the {\bf label} or the {\bf add} commands in the {\bf Bacula Console},
3154 program.  In addition to adding Volumes to the Pool (i.e.  putting the
3155 Volume names in the Catalog database), the physical Volume must be labeled
3156 with a valid Bacula software volume label before {\bf Bacula} will accept
3157 the Volume.  This will be automatically done if you use the {\bf label}
3158 command.  Bacula can automatically label Volumes if instructed to do so,
3159 but this feature is not yet fully implemented.
3160
3161 The following is an example of a valid Pool resource definition: 
3162
3163 \footnotesize
3164 \begin{verbatim}
3165  
3166 Pool {
3167   Name = Default
3168   Pool Type = Backup
3169 }
3170 \end{verbatim}
3171 \normalsize
3172
3173 \subsection{The Scratch Pool}
3174 \label{TheScratchPool}
3175 \index[general]{Scratch Pool}
3176 In general, you can give your Pools any name you wish, but there is one 
3177 important restriction: the Pool named {\bf Scratch}, if it exists behaves 
3178 like a scratch pool of Volumes in that when Bacula needs a new Volume for 
3179 writing and it cannot find one, it will look in the Scratch pool, and if
3180 it finds an available Volume, it will move it out of the Scratch pool into
3181 the Pool currently being used by the job.
3182
3183
3184 \section{The Catalog Resource}
3185 \label{CatalogResource}
3186 \index[general]{Resource!Catalog}
3187 \index[general]{Catalog Resource}
3188
3189 The Catalog Resource defines what catalog to use for the current job.
3190 Currently, Bacula can only handle a single database server (SQLite, MySQL,
3191 PostgreSQL) that is defined when configuring {\bf Bacula}.  However, there
3192 may be as many Catalogs (databases) defined as you wish.  For example, you
3193 may want each Client to have its own Catalog database, or you may want
3194 backup jobs to use one database and verify or restore jobs to use another
3195 database. 
3196
3197 Since SQLite is compiled in, it always runs on the same machine
3198 as the Director and the database must be directly accessible (mounted) from
3199 the Director.  However, since both MySQL and PostgreSQL are networked
3200 databases, they may reside either on the same machine as the Director
3201 or on a different machine on the network.  See below for more details.
3202
3203 \begin{description}
3204
3205 \item [Catalog]
3206    \index[dir]{Catalog}
3207    \index[dir]{Directive!Catalog}
3208    Start of the Catalog resource.  At least one Catalog resource must be
3209 defined.
3210
3211
3212 \item [Name = \lt{}name\gt{}]
3213    \index[dir]{Name}
3214    \index[dir]{Directive!Name}
3215    The name of the Catalog.  No necessary relation to the database server
3216    name.  This name will be specified in the Client resource directive
3217    indicating that all catalog data for that Client is maintained in this
3218    Catalog.  This directive is required.
3219
3220 \item [password = \lt{}password\gt{}]
3221    \index[dir]{password}
3222    \index[dir]{Directive!password}
3223    This specifies the password to use when logging into the database.  This
3224    directive is required.
3225
3226 \item [DB Name = \lt{}name\gt{}]
3227    \index[dir]{DB Name}
3228    \index[dir]{Directive!DB Name}
3229    This specifies the name of the database.  If you use multiple catalogs
3230    (databases), you specify which one here.  If you are using an external
3231    database server rather than the internal one, you must specify a name
3232    that is known to the server (i.e.  you explicitly created the Bacula
3233    tables using this name.  This directive is required.
3234
3235 \item [user = \lt{}user\gt{}]
3236    \index[dir]{user}
3237    \index[dir]{Directive!user}
3238    This specifies what user name to use to log into the database.  This
3239    directive is required.
3240
3241 \item [DB Socket = \lt{}socket-name\gt{}]
3242    \index[dir]{DB Socket}
3243    \index[dir]{Directive!DB Socket}
3244    This is the name of  a socket to use on the local host to connect to the
3245    database. This directive is used only by MySQL and is ignored by  SQLite.
3246    Normally, if neither {\bf DB Socket} or {\bf DB Address}  are specified, MySQL
3247    will use the default socket. If the DB Socket is specified, the
3248    MySQL server must reside on the same machine as the Director.
3249
3250 \item [DB Address = \lt{}address\gt{}]
3251    \index[dir]{DB Address}
3252    \index[dir]{Directive!DB Address}
3253    This is the host address  of the database server. Normally, you would specify
3254    this instead  of {\bf DB Socket} if the database server is on another machine.
3255    In that case, you will also specify {\bf DB Port}. This directive  is used
3256    only by MySQL and PostgreSQL and is ignored by SQLite if provided.  
3257    This directive is optional.  
3258
3259 \item [DB Port = \lt{}port\gt{}]
3260    \index[dir]{DB Port}
3261    \index[dir]{Directive!DB Port}
3262    This defines the port to  be used in conjunction with {\bf DB Address} to
3263    access the  database if it is on another machine. This directive is used  only
3264    by MySQL and PostgreSQL and is ignored by SQLite if provided.  This
3265    directive is optional.
3266
3267 %% \item [Multiple Connections = \lt{}yes\vb{}no\gt{}]
3268 %% \index[dir]{Multiple Connections}
3269 %% \index[dir]{Directive!Multiple Connections}
3270 %% By default, this  directive is set to no. In that case, each job that uses
3271 the
3272 %% same Catalog will use a single connection to the catalog. It will  be shared,
3273 %% and Bacula will allow only one Job at a time to  communicate. If you set this
3274 %% directive to yes, Bacula will  permit multiple connections to the database,
3275 %% and the database  must be multi-thread capable. For SQLite and PostgreSQL,
3276 %% this is  no problem. For MySQL, you must be *very* careful to have the 
3277 %% multi-thread version of the client library loaded on your system.  When this
3278 %% directive is set yes, each Job will have a separate  connection to the
3279 %% database, and the database will control the  interaction between the
3280 different
3281 %% Jobs. This can significantly  speed up the database operations if you are
3282 %% running multiple  simultaneous jobs. In addition, for SQLite and PostgreSQL,
3283 %% Bacula  will automatically enable transactions. This can significantly  speed
3284 %% up insertion of attributes in the database either for  a single Job or
3285 %% multiple simultaneous Jobs.  
3286
3287 %% This directive has not been tested. Please test carefully  before running it
3288 %% in production and report back your results.  
3289
3290 \end{description}
3291
3292 The following is an example of a valid Catalog resource definition: 
3293
3294 \footnotesize
3295 \begin{verbatim}
3296 Catalog
3297 {
3298   Name = SQLite
3299   dbname = bacula;
3300   user = bacula;
3301   password = ""                       # no password = no security
3302 }
3303 \end{verbatim}
3304 \normalsize
3305
3306 or for a Catalog on another machine: 
3307
3308 \footnotesize
3309 \begin{verbatim}
3310 Catalog
3311 {
3312   Name = MySQL
3313   dbname = bacula
3314   user = bacula
3315   password = ""
3316   DB Address = remote.acme.com
3317   DB Port = 1234
3318 }
3319 \end{verbatim}
3320 \normalsize
3321
3322 \section{The Messages Resource}
3323 \label{MessagesResource2}
3324 \index[general]{Resource!Messages}
3325 \index[general]{Messages Resource}
3326
3327 For the details of the Messages Resource, please see the 
3328 \ilink{Messages Resource Chapter}{MessagesChapter} of this
3329 manual. 
3330
3331 \section{The Console Resource}
3332 \label{ConsoleResource1}
3333 \index[general]{Console Resource}
3334 \index[general]{Resource!Console}
3335
3336 As of Bacula version 1.33 and higher, there are three different kinds of
3337 consoles, which the administrator or user can use to interact with the
3338 Director. These three kinds of consoles comprise three different security
3339 levels. 
3340
3341 \begin{itemize}
3342 \item The first console type is an {\bf anonymous} or {\bf default}  console,
3343    which has full privileges.  There is no console resource necessary for
3344    this type since the password is specified in the Director's resource and
3345    consequently such consoles do not have a name as defined on a {\bf Name
3346    =} directive.  This is the kind of console that was initially
3347    implemented in versions prior to 1.33 and remains valid.  Typically you
3348    would use it only for  administrators.  
3349
3350 \item The second type of console, and new to version 1.33 and  higher is a
3351    "named" console defined within a Console resource in both the Director's
3352    configuration file and in the Console's configuration file.  Both the
3353    names and the passwords in these two entries must match much as is the
3354    case for Client programs.
3355
3356    This second type of console begins with absolutely no privileges except
3357    those explicitly specified in the Director's Console resource.  Thus you
3358    can have multiple Consoles with different names and passwords, sort of
3359    like multiple users, each with different privileges.  As a default,
3360    these consoles can do absolutely nothing -- no commands whatsoever.  You
3361    give them privileges or rather access to commands and resources by
3362    specifying access control lists in the Director's Console resource.  The
3363    ACLs are specified by a directive followed by a list of access names.
3364    Examples of this are shown below.
3365
3366 \item The third type of console is similar to the above mentioned  one in that
3367    it requires a Console resource definition in both the Director and the
3368    Console.  In addition, if the console name, provided on the {\bf Name =}
3369    directive, is the same as a Client name, that console is permitted to
3370    use the {\bf SetIP} command to change the Address directive in the
3371    Director's client resource to the IP address of the Console.  This
3372    permits portables or other machines using DHCP (non-fixed IP addresses)
3373    to "notify" the Director of their current IP address.
3374 \end{itemize}
3375
3376 The Console resource is optional and need not be specified. The following
3377 directives are permitted within the Director's configuration resource: 
3378
3379 \begin{description}
3380
3381 \item [Name = \lt{}name\gt{}]
3382    \index[dir]{Name}
3383    \index[dir]{Directive!Name}
3384    The name of the console. This  name must match the name specified in the
3385 Console's configuration  resource (much as is the case with Client
3386 definitions).  
3387
3388 \item [Password = \lt{}password\gt{}]
3389    \index[dir]{Password}
3390    \index[dir]{Directive!Password}
3391    Specifies the password that must be supplied for a named Bacula Console
3392    to be authorized.  The same password must appear in the {\bf Console}
3393    resource of the Console configuration file.  For added security, the
3394    password is never actually passed across the network but rather a
3395    challenge response hash code created with the password.  This directive
3396    is required.  If you have either {\bf /dev/random} {\bf bc} on your
3397    machine, Bacula will generate a random password during the configuration
3398    process, otherwise it will be left blank.
3399
3400    The password is plain text.  It is not generated through any special
3401    process.  However, it is preferable for security reasons to choose 
3402    random text.      
3403
3404 \item [JobACL = \lt{}name-list\gt{}]
3405    \index[dir]{JobACL}
3406    \index[dir]{Directive!JobACL}
3407    This directive is used to specify a list of Job resource names that can
3408    be accessed by the console.  Without this directive, the console cannot
3409    access any of the Director's Job resources.  Multiple Job resource names
3410    may be specified by separating them with commas, and/or by specifying
3411    multiple JobACL directives.  For example, the directive may be specified
3412    as:
3413
3414 \footnotesize
3415 \begin{verbatim}
3416     JobACL = kernsave, "Backup client 1", "Backup client 2"
3417     JobACL = "RestoreFiles"
3418     
3419 \end{verbatim}
3420 \normalsize
3421
3422 With the above specification, the console can access the Director's  resources
3423 for the four jobs named on the JobACL directives,  but for no others.  
3424
3425 \item [ClientACL = \lt{}name-list\gt{}]
3426    \index[dir]{ClientACL}
3427    \index[dir]{Directive!ClientACL}
3428    This directive is used to  specify a list of Client resource names that can
3429 be
3430 accessed by  the console.  
3431
3432 \item [StorageACL = \lt{}name-list\gt{}]
3433    \index[dir]{StorageACL}
3434    \index[dir]{Directive!StorageACL}
3435    This directive is used to  specify a list of Storage resource names that can
3436 be accessed by  the console.  
3437
3438 \item [ScheduleACL = \lt{}name-list\gt{}]
3439    \index[dir]{ScheduleACL}
3440    \index[dir]{Directive!ScheduleACL}
3441    This directive is used to  specify a list of Schedule resource names that can
3442    be accessed by the console.
3443
3444 \item [PoolACL = \lt{}name-list\gt{}]
3445    \index[dir]{PoolACL}
3446    \index[dir]{Directive!PoolACL}
3447    This directive is used to  specify a list of Pool resource names that can be
3448    accessed by the console.
3449
3450 \item [FileSetACL = \lt{}name-list\gt{}]
3451    \index[dir]{FileSetACL}
3452    \index[dir]{Directive!FileSetACL}
3453    This directive is used to specify a list of FileSet resource names that
3454    can be accessed by the console.
3455
3456 \item [CatalogACL = \lt{}name-list\gt{}]
3457    \index[dir]{CatalogACL}
3458    \index[dir]{Directive!CatalogACL}
3459    This directive is used to specify a list of Catalog resource names that
3460    can be accessed by the console.
3461
3462 \item [CommandACL = \lt{}name-list\gt{}]
3463    \index[dir]{CommandACL}
3464    \index[dir]{Directive!CommandACL}
3465    This directive is used to specify a list of of console commands that can
3466    be executed by the console.
3467
3468 \item [WhereACL = \lt{}string\gt{}]
3469    \index[dir]{WhereACL}
3470    \index[dir]{Directive!WhereACL}
3471    This directive permits you to specify where a restricted console
3472    can restore files. If this directive is not specified, only the
3473    default restore location is permitted (normally {\bf
3474    /tmp/bacula-restores}. If {\bf *all*} is specified any path the
3475    user enters will be accepted (not very secure), any other
3476    value specified (there may be multiple WhereACL directives) will
3477    restrict the user to use that path. For example, on a Unix system,
3478    if you specify "/", the file will be restored to the original 
3479    location.  This directive is untested.
3480
3481 \end{description}
3482
3483 Aside from Director resource names and console command names, the special
3484 keyword {\bf *all*} can be specified in any of the above access control lists.
3485 When this keyword is present, any resource or command name (which ever is
3486 appropriate) will be accepted. For an example configuration file, please see
3487 the 
3488 \ilink{Console Configuration}{ConsoleConfChapter} chapter of this
3489 manual. 
3490
3491 \section{The Counter Resource}
3492 \label{CounterResource}
3493 \index[general]{Resource!Counter}
3494 \index[general]{Counter Resource}
3495
3496 The Counter Resource defines a counter variable that can be accessed by
3497 variable expansion used for creating Volume labels with the {\bf LabelFormat}
3498 directive. See the 
3499 \ilink{LabelFormat}{Label} directive in this chapter for more
3500 details. 
3501
3502 \begin{description}
3503
3504 \item [Counter] 
3505    \index[dir]{Counter}
3506    \index[dir]{Directive!Counter}
3507    Start of the Counter resource.  Counter directives are optional. 
3508
3509 \item [Name = \lt{}name\gt{}]
3510    \index[dir]{Name}
3511    \index[dir]{Directive!Name}
3512    The name of the Counter.  This is the name you will use in the variable
3513 expansion  to reference the counter value.  
3514
3515 \item [Minimum = \lt{}integer\gt{}]
3516    \index[dir]{Minimum}
3517    \index[dir]{Directive!Minimum}
3518    This specifies the minimum  value that the counter can have. It also becomes
3519 the default.  If not supplied, zero is assumed.  
3520
3521 \item [Maximum = \lt{}integer\gt{}]
3522    \index[dir]{Maximum}
3523    \index[dir]{Directive!Maximum}
3524    \index[dir]{Directive!Maximum}
3525    This is the maximum value  value that the counter can have. If not specified
3526 or set to  zero, the counter can have a maximum value of 2,147,483,648  (2 to
3527 the 31 power). When the counter is incremented past  this value, it is reset
3528 to the Minimum.  
3529
3530 \item [*WrapCounter = \lt{}counter-name\gt{}]
3531    \index[dir]{*WrapCounter}
3532    \index[dir]{Directive!*WrapCounter}
3533    If this value  is specified, when the counter is incremented past the
3534 maximum 
3535 and thus reset to the minimum, the counter specified on the  {\bf WrapCounter}
3536 is incremented. (This is not currently  implemented). 
3537
3538 \item [Catalog = \lt{}catalog-name\gt{}]
3539    \index[dir]{Catalog}
3540    \index[dir]{Directive!Catalog}
3541    If this directive is  specified, the counter and its values will be saved in 
3542 the specified catalog. If this directive is not present, the  counter will be
3543 redefined each time that Bacula is started. 
3544 \end{description}
3545
3546 \section{Example Director Configuration File}
3547 \label{SampleDirectorConfiguration}
3548 \index[general]{File!Example Director Configuration}
3549 \index[general]{Example Director Configuration File}
3550
3551 An example Director configuration file might be the following: 
3552
3553 \footnotesize
3554 \begin{verbatim}
3555 #
3556 # Default Bacula Director Configuration file
3557 #
3558 #  The only thing that MUST be changed is to add one or more
3559 #   file or directory names in the Include directive of the
3560 #   FileSet resource.
3561 #
3562 #  For Bacula release 1.15 (5 March 2002) -- redhat
3563 #
3564 #  You might also want to change the default email address
3565 #   from root to your address.  See the "mail" and "operator"
3566 #   directives in the Messages resource.
3567 #
3568 Director {                           # define myself
3569   Name = rufus-dir
3570   QueryFile = "/home/kern/bacula/bin/query.sql"
3571   WorkingDirectory = "/home/kern/bacula/bin/working"
3572   PidDirectory = "/home/kern/bacula/bin/working"
3573   Password = "XkSfzu/Cf/wX4L8Zh4G4/yhCbpLcz3YVdmVoQvU3EyF/"
3574 }
3575 # Define the backup Job
3576 Job {
3577   Name = "NightlySave"
3578   Type = Backup
3579   Level = Incremental                 # default
3580   Client=rufus-fd
3581   FileSet="Full Set"
3582   Schedule = "WeeklyCycle"
3583   Storage = DLTDrive
3584   Messages = Standard
3585   Pool = Default
3586 }
3587 Job {
3588   Name = "Restore"
3589   Type = Restore
3590   Client=rufus-fd
3591   FileSet="Full Set"
3592   Where = /tmp/bacula-restores
3593   Storage = DLTDrive
3594   Messages = Standard
3595   Pool = Default
3596 }
3597    
3598 # List of files to be backed up
3599 FileSet {
3600   Name = "Full Set"
3601   Include {
3602     Options {signature=SHA1}
3603 #
3604 #  Put your list of files here, one per line or include an
3605 #    external list with:
3606 #
3607 #    @file-name
3608 #
3609 #  Note: / backs up everything
3610   File = /
3611 }
3612   Exclude {}
3613 }
3614 # When to do the backups
3615 Schedule {
3616   Name = "WeeklyCycle"
3617   Run = level=Full sun at 2:05
3618   Run = level=Incremental mon-sat at 2:05
3619 }
3620 # Client (File Services) to backup
3621 Client {
3622   Name = rufus-fd
3623   Address = rufus
3624   Catalog = MyCatalog
3625   Password = "MQk6lVinz4GG2hdIZk1dsKE/LxMZGo6znMHiD7t7vzF+"
3626   File Retention = 60d      # sixty day file retention
3627   Job Retention = 1y        # 1 year Job retention
3628   AutoPrune = yes           # Auto apply retention periods
3629 }
3630 # Definition of DLT tape storage device
3631 Storage {
3632   Name = DLTDrive
3633   Address = rufus
3634   Password = "jMeWZvfikUHvt3kzKVVPpQ0ccmV6emPnF2cPYFdhLApQ"
3635   Device = "HP DLT 80"      # same as Device in Storage daemon
3636   Media Type = DLT8000      # same as MediaType in Storage daemon
3637 }
3638 # Definition for a DLT autochanger device
3639 Storage {
3640   Name = Autochanger
3641   Address = rufus
3642   Password = "jMeWZvfikUHvt3kzKVVPpQ0ccmV6emPnF2cPYFdhLApQ"
3643   Device = "Autochanger"    # same as Device in Storage daemon
3644   Media Type = DLT-8000     # Different from DLTDrive
3645   Autochanger = yes
3646 }
3647 # Definition of DDS tape storage device
3648 Storage {
3649   Name = SDT-10000
3650   Address = rufus
3651   Password = "jMeWZvfikUHvt3kzKVVPpQ0ccmV6emPnF2cPYFdhLApQ"
3652   Device = SDT-10000        # same as Device in Storage daemon
3653   Media Type = DDS-4        # same as MediaType in Storage daemon
3654 }
3655 # Definition of 8mm tape storage device
3656 Storage {
3657   Name = "8mmDrive"
3658   Address = rufus
3659   Password = "jMeWZvfikUHvt3kzKVVPpQ0ccmV6emPnF2cPYFdhLApQ"
3660   Device = "Exabyte 8mm"
3661   MediaType = "8mm"
3662 }
3663 # Definition of file storage device
3664 Storage {
3665   Name = File
3666   Address = rufus
3667   Password = "jMeWZvfikUHvt3kzKVVPpQ0ccmV6emPnF2cPYFdhLApQ"
3668   Device = FileStorage
3669   Media Type = File
3670 }
3671 # Generic catalog service
3672 Catalog {
3673   Name = MyCatalog
3674   dbname = bacula; user = bacula; password = ""
3675 }
3676 # Reasonable message delivery -- send most everything to
3677 #   the email address and to the console
3678 Messages {
3679   Name = Standard
3680   mail = root@localhost = all, !skipped, !terminate
3681   operator = root@localhost = mount
3682   console = all, !skipped, !saved
3683 }
3684     
3685 # Default pool definition
3686 Pool {
3687   Name = Default
3688   Pool Type = Backup
3689   AutoPrune = yes
3690   Recycle = yes
3691 }
3692 #
3693 # Restricted console used by tray-monitor to get the status of the director
3694 #
3695 Console {
3696   Name = Monitor
3697   Password = "GN0uRo7PTUmlMbqrJ2Gr1p0fk0HQJTxwnFyE4WSST3MWZseR"
3698   CommandACL = status, .status
3699 }
3700 \end{verbatim}
3701 \normalsize