Changes between Version 22 and Version 23 of Csle2022/Agenda/bacula
- Timestamp:
- Nov 28, 2022, 9:02:08 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Csle2022/Agenda/bacula
v22 v23 51 51 This is the main configuration file of Bacula and we will modify this file later according our Lab setup. 52 52 53 == Create Backup Directoryand assign permission==54 {{{ 55 sudo mkdir -p /bacula/backup 53 == Create Backup and Restore Directories and assign permission== 54 {{{ 55 sudo mkdir -p /bacula/backup /bacula/restore 56 56 sudo chown -R bacula:bacula /bacula 57 57 sudo chmod -R 700 /bacula