| 4 | |
| 5 | == Steps to Install Bacula == |
| 6 | Step 1: Install postgresql Database |
| 7 | {{{ |
| 8 | sudo apt-get update -y |
| 9 | sudo apt install postgresql |
| 10 | }}} |
| 11 | |
| 12 | Step 2: Install Bacula |
| 13 | {{{ |
| 14 | sudo apt-get install bacula -y |
| 15 | }}} |
| 16 | While installing Bacula, you will be asked to configure Postfix.Pick "No configuration" under 'General Type of Mail Configuration. |
| 17 | |
| 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. |