Changes between Version 7 and Version 8 of Csle2022/Agenda/bacula


Ignore:
Timestamp:
Nov 7, 2022, 11:00:35 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/bacula

    v7 v8  
    8181
    8282You also need to copy the '''Password,''' which is the automatically generated password used for connections to File Daemon, and save it for future reference. This will be used in the '''Backup Server’s Director configuration''', which we will set in an upcoming step, to connect to your Client’s File Daemon.
     83
     84Next, we need to adjust one parameter in the '''FileDaemon''' resource. We will change the '''FDAddress''' parameter to match the '''private FQDN of our client machine'''. The Name parameter should already be populated correctly with the client file daemon name. The resource should looks something like this '''(substitute the actual FQDN or IP address):'''
     85{{{
     86FileDaemon {                          # this is me
     87  Name = ClientHost-fd
     88  FDport = 9102                       # where we listen for the director
     89  WorkingDirectory = /var/lib/bacula
     90  Pid Directory = /var/run/bacula
     91  Maximum Concurrent Jobs = 20
     92  FDAddress = client_private_FQDN / Private IP
     93}
     94}}}
    8395== Configure Bacula Director==
    8496Bacula has several components that must be configured independently in order to function correctly. The configuration files can all be found in the '''/etc/bacula''' directory.