Changes between Version 6 and Version 7 of Csle2022/Agenda/bacula
- Timestamp:
- Nov 7, 2022, 10:57:50 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/bacula
v6 v7 70 70 }}} 71 71 72 We need to change a few items and save some information that we will need for our server configuration. 73 74 change the '''“Name”''' parameter to the '''hostname''' of your backup server followed by '''“-dir”.''' 75 {{{ 76 Director { 77 Name = BackupServer-dir 78 Password = "IrIK4BHRA2o5JUvw2C_YNmBX_70oqfaUi" 79 } 80 }}} 81 82 You 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. 72 83 == Configure Bacula Director== 73 84 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.