Difference between revisions of "Bacula"

From PostgreSQL_wiki
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
= Webhuis =
  +
<pre>
  +
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
  +
  +
</pre>
  +
* http://wiki.bacula.org/doku.php?id=howtos
  +
* http://panyasan.wordpress.com/2008/03/02/using-bacula-for-a-distributed-backup-system-debian-etch/
  +
* http://www.debianhelp.co.uk/bacula1.htm
  +
* http://swik.net/bacula+HOWTO
  +
* http://wiki.bacula.org/doku.php?id=database_statistics
  +
* http://wiki.impressive-media.de/doc/bacula-244-unter-debian-lenny
  +
* http://debiantutorials.wordpress.com/2006/11/18/detailed-bacula-network-backup-implementation-tutorial/
  +
* http://www.crazysquirrel.com/computing/debian/backup/bacula-on-debian.jspx
  +
* http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/bacula-25/cant-start-bconsole-91706/
  +
* http://www.linuxforums.org/forum/ubuntu-help/100474-bacula-web-problem-error-query-4-a.html
  +
* http://marc.info/?l=bacula-users&m=120428048902184&w=2
  +
* http://www.vanerkel.net/catalog/index.php?mode=detail&node=211
  +
* http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg23101.html
  +
* http://www.mail-archive.com/bacula-users@lists.sourceforge.net/msg30334.html
  +
* http://www.bacula.org/2.4.x-manuals/bacula-web/Testing_Installation.html
 
* http://wiki.bacula.org/doku.php?id=howtos
 
* http://wiki.bacula.org/doku.php?id=howtos
 
* http://wiki.bacula.org/doku.php?id=database_statistics
 
* http://wiki.bacula.org/doku.php?id=database_statistics
Line 4: 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