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


Ignore:
Timestamp:
Nov 7, 2022, 10:12:53 AM (2 years ago)
Author:
geethike
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Csle2022/Agenda/bacula

    v2 v3  
    1616While installing Bacula, you will be asked to configure Postfix.Pick "No configuration" under 'General Type of Mail Configuration.
    1717
    18 If 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.
     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.
     19
     20== Create Backup Directory and assign permission==
     21{{{
     22sudo mkdir -p /bacula/backup
     23sudo chown -R bacula:bacula /bacula
     24sudo chmod -R 700 /bacula
     25}}}
     26