Changes between Version 5 and Version 6 of Csle2022/Agenda/bacula


Ignore:
Timestamp:
Nov 7, 2022, 10:53:10 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/bacula

    v5 v6  
    4444}}}
    4545
     46you can verify your installation by executing
     47{{{
     48sudo systemctl status bacula-fd
     49}}}
     50if the service is not running
     51{{{
     52sudo systemctl start bacula-fd
     53sudo systemctl enable bacula-fd
     54}}}
    4655== Configure Client ==
    4756
     
    5463    '''Bacula Server hostname:''' Our example will use “BackupServer”
    5564
     65'''Note:-'''Your actual setup will vary from the example, so be sure to make substitutions where appropriate.
     66
     67'''Open the File Daemon configuration:'''
     68{{{
     69sudo vi /etc/bacula/bacula-fd.conf
     70}}}
    5671
    5772== Configure Bacula Director==