| 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. |
| | 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. |
| | 19 | |
| | 20 | == Create Backup Directory and assign permission== |
| | 21 | {{{ |
| | 22 | sudo mkdir -p /bacula/backup |
| | 23 | sudo chown -R bacula:bacula /bacula |
| | 24 | sudo chmod -R 700 /bacula |
| | 25 | }}} |
| | 26 | |