Difference between revisions of "Bacula"

From PostgreSQL_wiki
Jump to: navigation, search
(Uwork)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
= Uwork =
+
= Webhuis =
 
<pre>
 
<pre>
 
apt-get update && apt-get install bacula-director-mysql bacula-sd-mysql
 
apt-get update && apt-get install bacula-director-mysql bacula-sd-mysql
Line 41: Line 41:
 
* http://wiki.bacula.org/doku.php?id=howto_compile_and_install_bacula_on_debian_4.0_etch
 
* http://wiki.bacula.org/doku.php?id=howto_compile_and_install_bacula_on_debian_4.0_etch
 
<hr>
 
<hr>
Terug naar: [[Uwork Infrastructuur]]
+
Terug naar: [[Webhuis Infrastructuur]]

Latest revision as of 15:06, 24 July 2010

Webhuis

apt-get update && apt-get install bacula-director-mysql bacula-sd-mysql
  491  apt-get install bacula-console
  506  apt-get install bacula-common bacula-console bacula-director-common bacula-fd bacula-sd libpq3 mtx mt-st
  507  apt-get install bacula-common bacula-console bacula-director-common bacula-fd bacula-sd mtx mt-st
  562  apt-get instal php-pear
  563  apt-get install php-pear
  564  apt-get install php5-odbc
  575  apt-get install php-pear
  576  apt-get install php-xml-util
  585  apt-get install php5-mysql

DB.php Waar kennen we die ook alweer van?
pear install DB
WARNING: "pear/DB" is deprecated in favor of "pear/MDB2"
downloading DB-1.7.13.tgz ...
Starting to download DB-1.7.13.tgz (132,246 bytes)
.............................done: 132,246 bytes
install ok: channel://pear.php.net/DB-1.7.13


Terug naar: Webhuis Infrastructuur