bacula/INSTALLATION.md

40 lines
1.5 KiB
Markdown
Raw Normal View History

2023-10-17 09:41:53 +00:00
# Installation auf Debian 12:
2023-10-19 13:14:43 +00:00
## OS:
2023-10-19 13:14:17 +00:00
* Debian 12.2.0 Netinstall .ISO
* LVM-System installieren
* tasksel:
* SSH-Server
* Standard Systemwerkzeuge
#### Paketinstallation:
2023-10-24 11:44:48 +00:00
* ```apt install -y bacula git autofs smbclient cifs-utils sudo build-essential bmon iotop htop```
2023-10-19 13:14:17 +00:00
* ```wget -qO- https://pkgs.bacularis.app/bacularis.pub | gpg --dearmor > /usr/share/keyrings/bacularis-archive-keyring.gpg```
* ```echo "deb [signed-by=/usr/share/keyrings/bacularis-archive-keyring.gpg] https://pkgs.bacularis.app/stable/debian bookworm main" > /etc/apt/sources.list.d/bacularis.list```
* ```echo "deb-src [signed-by=/usr/share/keyrings/bacularis-archive-keyring.gpg] https://pkgs.bacularis.app/stable/debian bookworm main" >> /etc/apt/sources.list.d/bacularis.list```
* ```apt update```
* ```apt install -y bacularis bacularis-nginx```
* ```ln -s /etc/nginx/sites-available/bacularis.conf /etc/nginx/sites-enabled/```
* ```systemctl restart nginx```
2023-10-19 13:14:43 +00:00
## Konfiguration:
2023-10-17 09:46:05 +00:00
2023-10-19 13:14:17 +00:00
### autofs Konfiguration
2023-10-19 13:40:58 +00:00
* Siehe README.md im Verzeichnis ```autofs```
2023-10-17 10:03:08 +00:00
### vchanger Konfiguration
2023-10-19 13:40:58 +00:00
* Siehe README.md im Verzeichnis ```vchanger```
2023-10-17 10:03:08 +00:00
2023-10-17 14:57:54 +00:00
### Erkenntnisse
2023-10-17 15:08:03 +00:00
* Die Einträge DIRAddress, SDAddress und FDAddress sollten 0.0.0.0 sein um auf dem lokalen Netz erreichbar zu sein
* autofs benötigt smbclient, samba und cifs-tools
* Blockgröße der Devices auf mindestens 1MB einstellen, die Maximale Blockgröße ist 4MB
2023-10-17 14:57:54 +00:00
* bacula-sd.conf
* Device {}
2023-10-17 15:08:03 +00:00
* Minimum Blocksize = 1M
* Maximum Blocksize = 4M
2023-10-17 14:57:54 +00:00
* bacula-dir.conf
* Pool {}
* Pool Size anpassen. Größe 0 = Unbegrenzt