Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.

Link zu der Vergleichsansicht

Beide Seiten, vorherige Überarbeitung Vorherige Überarbeitung
Nächste Überarbeitung
Vorherige Überarbeitung
Nächste ÜberarbeitungBeide Seiten, nächste Überarbeitung
prebuilt_systems:ucs:einrichtung_bareos_backuploesung [2019/09/21 21:44] boospyprebuilt_systems:ucs:einrichtung_bareos_backuploesung [2019/09/21 21:50] boospy
Zeile 183: Zeile 183:
  
 ==== Installation und Einrichtung auf Gentoo ==== ==== Installation und Einrichtung auf Gentoo ====
 +Auch auf Gentoo spielt das ganze einwandfrei zusammen. Folgende Dinge müssen gesetzt sein.
  
- +Useflags in der Datei ''/etc/portage/package.use/static'' 
 +<code> 
 +app-backup/bareos clientonly -storage-daemon -postgres 
 +</code> 
 +Plus Freischaltung der richtigen Version in der Datei ''/etc/portage/package.keywords/static'' 
 +<code> 
 +=app-backup/bareos-17.2.6 
 +</code> 
 +Danach kann man das Paket ganz normal mit ''emerge'' installieren. Konfiguration gleich wie bei bei den anderen Systemen. 
 ==== Aktivierung IPV6 am Client ==== ==== Aktivierung IPV6 am Client ====
 Bareos spricht auch IPV6. Default aber nur IPV4. Um das zu ändern editiert man folgendes File ''/etc/bareos/bareos-fd.d/client/myself.conf''  Bareos spricht auch IPV6. Default aber nur IPV4. Um das zu ändern editiert man folgendes File ''/etc/bareos/bareos-fd.d/client/myself.conf'' 
Zeile 224: Zeile 232:
  
 ===== Statistiken aktivieren ===== ===== Statistiken aktivieren =====
-FIXME +Um die Fortschrittsanzeige im Webinterface zu aktivierenmuss man die Statistiken auf dem Server einschalten. 
- +
-Okit looks like you'll need to add the following parameters to get this working:+
  
 (assuming default/out-of-the-box config filenames) (assuming default/out-of-the-box config filenames)
Zeile 245: Zeile 251:
 </code> </code>
 After restarting the director and the storagedaemon, I did see some values in the progress bar, but only near completion of the job (I don't have a nice backup config yet to test this properly). After restarting the director and the storagedaemon, I did see some values in the progress bar, but only near completion of the job (I don't have a nice backup config yet to test this properly).
- 
-===== Bareos-Bat ===== 
-Bis zur Version 16 gab es ein Admintool das man in Windows und Linux installieren konnte. Mittlerweile konzentriert sich die Entwicklung nur mehr auf die WebGUI. 
- 
-**Zitiat:** 
-<code> 
-The Bacula/Bareos Administration tool (bat) is part of the Bareos releases up to version 16.2. Instead of further developing BAT, we will concentrate on Bareos Webui. Therefore we would like to ask for your help to improve the Bareos Webui. If you miss any functionality from BAT in Bareos Webui, please inform us on the bareos-users mailinglist. 
-</code> 
- 
-Link: https://thehacker.blog/bareos-einrichtung-einer-neuen-backup-loesung/ 
  
 ===== Hilfe ===== ===== Hilfe =====