Changes between Version 1 and Version 2 of Csle2022/Agenda/bacula


Ignore:
Timestamp:
Nov 4, 2022, 5:12:14 PM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/bacula

    v1 v2  
    22
    33In this lab, you will backup and restore files using a Bacula.
     4
     5== Steps to Install Bacula ==
     6Step 1: Install postgresql Database
     7{{{
     8sudo apt-get update -y
     9sudo apt install postgresql
     10}}}
     11
     12Step 2: Install Bacula
     13{{{
     14sudo apt-get install bacula -y
     15}}}
     16While installing Bacula, you will be asked to configure Postfix.Pick "No configuration" under 'General Type of Mail Configuration.
     17
     18If prompted for ''''Configure database for bacula-director-postgresql with dbconfig-common?'''' Enter "Yes." For ''''Password of the database's administrative user,''''set the password as 1234.