bacula/INSTALLATION.md

32 lines
839 B
Markdown
Raw Normal View History

2023-10-17 09:41:53 +00:00
# Installation auf Debian 12:
2023-10-17 09:46:05 +00:00
### Benutzer: technik
* Gruppenzugehörigkeit: sudo, tape
* ```sudo adduser technik sudo```
* ```sudo adduser technik tape```
2023-10-17 09:41:53 +00:00
### Paketinstallation:
2023-10-17 10:24:00 +00:00
```apt install bacula git autofs sudo build-essential```
2023-10-17 10:03:08 +00:00
### autofs Konfiguration
### vchanger Konfiguration
* Verzeichnisse anlegen:
* ```/etc/vchanger```
* ```/var/spool/vchanger/vchanger-1```
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