个人工具

UbuntuHelp:FeistyBACULABackup

来自Ubuntu中文

Wikibot讨论 | 贡献2007年11月22日 (四) 12:34的版本 (新页面: {{From|https://help.ubuntu.com/community/FeistyBACULABackup}} {{Languages|UbuntuHelp:FeistyBACULABackup}} =System Backups with Bacula= Any computing environment should have a solid backup...)

(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航, 搜索

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