Changes between Version 5 and Version 6 of Csle2022/Agenda/bacula
- Timestamp:
- Nov 7, 2022, 10:53:10 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/bacula
v5 v6 44 44 }}} 45 45 46 you can verify your installation by executing 47 {{{ 48 sudo systemctl status bacula-fd 49 }}} 50 if the service is not running 51 {{{ 52 sudo systemctl start bacula-fd 53 sudo systemctl enable bacula-fd 54 }}} 46 55 == Configure Client == 47 56 … … 54 63 '''Bacula Server hostname:''' Our example will use “BackupServer” 55 64 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 {{{ 69 sudo vi /etc/bacula/bacula-fd.conf 70 }}} 56 71 57 72 == Configure Bacula Director==