Changes between Version 10 and Version 11 of Csle2022/Agenda/bacula


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/bacula

    v10 v11  
    114114}}}
    115115
     116Let’s set up a directory that the Bacula Server can restore files to. Create the file structure and lock down the permissions and ownership for security with the following commands:
     117{{{
     118sudo mkdir -p /bacula/restore
     119sudo chown -R bacula:bacula /bacula
     120sudo chmod -R 700 /bacula
     121}}}
     122
    116123== Configure Bacula Director==
    117124Bacula 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.