Changes between Version 7 and Version 8 of Csle2022/Agenda/bacula
- Timestamp:
- Nov 7, 2022, 11:00:35 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/bacula
v7 v8 81 81 82 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. 83 84 Next, we need to adjust one parameter in the '''FileDaemon''' resource. We will change the '''FDAddress''' parameter to match the '''private FQDN of our client machine'''. The Name parameter should already be populated correctly with the client file daemon name. The resource should looks something like this '''(substitute the actual FQDN or IP address):''' 85 {{{ 86 FileDaemon { # this is me 87 Name = ClientHost-fd 88 FDport = 9102 # where we listen for the director 89 WorkingDirectory = /var/lib/bacula 90 Pid Directory = /var/run/bacula 91 Maximum Concurrent Jobs = 20 92 FDAddress = client_private_FQDN / Private IP 93 } 94 }}} 83 95 == Configure Bacula Director== 84 96 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.