Bacula Allgemein: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
 
Zeile 33: Zeile 33:
  
 
==LINKS==
 
==LINKS==
Allgemein          --> https://wiki.ubuntuusers.de/Bacula
+
*Allgemein          --> https://wiki.ubuntuusers.de/Bacula
Installation        --> https://wiki.ubuntuusers.de/Bacula/Installation
+
*Installation        --> https://wiki.ubuntuusers.de/Bacula/Installation
Serverkonfiguration --> https://wiki.ubuntuusers.de/Bacula/Server-Konfiguration
+
*Serverkonfiguration --> https://wiki.ubuntuusers.de/Bacula/Server-Konfiguration
Clientkonfiguration --> https://wiki.ubuntuusers.de/Bacula/Client-Konfiguration
+
*Clientkonfiguration --> https://wiki.ubuntuusers.de/Bacula/Client-Konfiguration
bconsole            --> https://wiki.ubuntuusers.de/Bacula/bconsole
+
*bconsole            --> https://wiki.ubuntuusers.de/Bacula/bconsole

Aktuelle Version vom 11. Juni 2015, 10:46 Uhr

Komponenten

  • bacula-dir

Director - der Serverprozess, verantwortlich fuer die Durchfuerhrung der Backups

  • bacula-sd

Storage-Daemon - Prozess, der die Speichermedien / den Zugriff auf die Speichermedien verwaltet.

  • bacula-fd

File-Daemon - Clientprozess

  • bconsole

Console-Anwendung

  • postgresql Datenbank

Achtung: laeuft die Datenbank nicht, steigt der Director kurz nach dem Starten wieder aus. Beim Starten des Directors ist dabei auf der Console keine Fehlermeldung zu sehen.

Konfigurationsdateien

/etc/bacula/bacula-dir.conf <-- Bacula Director
/etc/bacula/bacula-sd.conf  <-- Bacula Storage Deamon
/etc/bacula/bacula-fd.conf  <-- Bacula File Deamon
/etc/bacula/bconsole.conf   <-- Bacula Console

Prozesskontrolle

service bacula-dir start|stop|restart
service bacula-sd start|stop|restart
service bacula-fd start|stop|restart

bconsole

  • Aufruf
/etc/bacula/bconsole
  • Status der Clients
status client
  • Status des Directors
status dir
  • manuelles Starten eines Backups
run backup

LINKS