Changes between Version 27 and Version 28 of Csle2022/Agenda/bacula


Ignore:
Timestamp:
Nov 29, 2022, 8:58:37 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/bacula

    v27 v28  
    219219}
    220220}}}
     221Save and Exit.
    221222
    222223== Configure Storage Daemon Connection ==
    223 In the Bacula Director configuration file, the Storage resource defines the Storage Daemon that the Director should connect to. We’ll configure the actual Storage Daemon in just a moment.
    224 
    225 Find the Storage resource, and replace the value of Address, localhost, with the private FQDN (or private IP address) of your backup server. It should look like this (substitute the highlighted word):
     224open bacula-dir.conf again.
     225{{{
     226sudo vi /etc/bacula/bacula-dir.conf
     227}}}
     228In the Bacula Director configuration file, the Storage resource defines the Storage Daemon that the Director should connect to. We have configured the actual Storage Daemon in previous step.
     229
     230Now we need to add Storage resource to director, add following lines to bacula-dir.conf and replace the value of Address, localhost, with the private FQDN (or private IP address) of your backup server (add these lines after the auto charger section). It should look like this (substitute the password--you can copy it from auto charger section):
    226231{{{
    227232Storage {