Changes between Version 10 and Version 11 of Csle2022/Agenda/bacula
- Timestamp:
- Nov 7, 2022, 11:08:48 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/bacula
v10 v11 114 114 }}} 115 115 116 Let’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 {{{ 118 sudo mkdir -p /bacula/restore 119 sudo chown -R bacula:bacula /bacula 120 sudo chmod -R 700 /bacula 121 }}} 122 116 123 == Configure Bacula Director== 117 124 Bacula 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.