个人工具

“UbuntuHelp:FeistyBACULABackup”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/FeistyBACULABackup}} {{Languages|UbuntuHelp:FeistyBACULABackup}} =System Backups with Bacula= Any computing environment should have a solid backup...)
 
第9行: 第9行:
 
==Install Bacula==
 
==Install Bacula==
 
Using your favorite package manager get:
 
Using your favorite package manager get:
 
 
* bacula
 
* bacula
 
* bacula-client
 
* bacula-client
第23行: 第22行:
 
* bacula-server
 
* bacula-server
 
* bacula-traymonitor
 
* bacula-traymonitor
 
 
=Client=
 
=Client=
 
==Install Bacula Client==
 
==Install Bacula Client==

2007年11月30日 (五) 17:12的版本

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