个人工具

UbuntuHelp:FeistyBACULABackup

来自Ubuntu中文

跳转至: 导航, 搜索

<<Include(Tag/Deletion)>> This topic is covered in far more detail here. Cleaning this page up would result in duplicating information.

System Backups with Bacula

Any computing environment should have a solid backup and recovery solution. BACULA provides the means to routinely and automatically backup host systems. BACULA utilizes database instances to manage file histories and retention policies. BACULA also can transmit and store data via encryption.

Server

I've chosed PostgreSQL Database server. You could also leverage MySQL. Personal preference.

Install Postgres Database server

Documentation exists for pgsql/pgadmin setup... Either way have postgres installed and configured prior to installing the Bacula pacakges.

Install Bacula

Using your favorite package manager get:

  • bacula
  • bacula-client
  • bacula-common
  • bacula-console
  • bacula-console-gnome
  • bacula-director-common
  • bacula-director-pgsql
  • bacula-director-mysql (If using mysql instead of pgsql)
  • bacula-fd
  • bacula-sd
  • bacula-sd-pgsql
  • bacula-server
  • bacula-traymonitor

Client

Install Bacula Client