This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
backup:bacula [2021/09/21 22:29] manu |
backup:bacula [2021/09/23 00:29] (current) manu |
||
---|---|---|---|
Line 1: | Line 1: | ||
====== Backup with Bacula opensource ====== | ====== Backup with Bacula opensource ====== | ||
+ | |||
+ | https://tyler-hitzeman.github.io/bacula/install-server.html | ||
dnf install postgresql-server | dnf install postgresql-server | ||
Line 165: | Line 167: | ||
http://blog.bacula.org/doku.php?id=howto_compile_bacula_client_on_aix | http://blog.bacula.org/doku.php?id=howto_compile_bacula_client_on_aix | ||
+ | After install gcc and gcc++, I uncompress source and compile | ||
+ | <cli prompt='#'> | ||
+ | [root@aix71]/root/rpmbuild/SOURCES/bacula-11.0.5# ./configure -prefix=/usr/local/bacula -enable-largefile -disable-libtool -with-pid-dir=/usr/local/bacula/var/run -with-subsys-dir=/usr/local/bacula/va | ||
+ | r/run/subsys --disable-conio --enable-build-stored --enable-client-only | ||
- | http://blog.bacula.org/doku.php?id=howto_compile_bacula_client_on_aix | + | ==>Entering directory /root/rpmbuild/SOURCES/bacula-11.0.5/src/console |
+ | ==>Entering directory /root/rpmbuild/SOURCES/bacula-11.0.5/manpages | ||
+ | ==>Entering directory /root/rpmbuild/SOURCES/bacula-11.0.5/platforms | ||
+ | |||
+ | Configuration on Wed Sep 22 14:08:20 CEST 2021: | ||
+ | |||
+ | Host: powerpc-ibm-aix7.1.5.0 -- aix 1 | ||
+ | Bacula version: Bacula 11.0.5 (03 June 2021) | ||
+ | Source code location: . | ||
+ | Install binaries: /usr/local/bacula/sbin | ||
+ | Install libraries: /usr/local/bacula/lib | ||
+ | Install config files: /usr/local/bacula/etc | ||
+ | Scripts directory: /usr/local/bacula/etc | ||
+ | Archive directory: /tmp | ||
+ | Working directory: /opt/bacula/working | ||
+ | PID directory: /usr/local/bacula/var/run | ||
+ | Subsys directory: /usr/local/bacula/var/run/subsys | ||
+ | Man directory: /usr/share/man | ||
+ | Data directory: /usr/local/bacula/share | ||
+ | Plugin directory: /usr/local/bacula/lib | ||
+ | C Compiler: gcc 8.3.0 | ||
+ | C++ Compiler: /usr/bin/g++ 8.3.0 | ||
+ | Compiler flags: -g -O2 -Wall -x c++ -fno-strict-aliasing -fno-exceptions -fno-rtti | ||
+ | Linker flags: | ||
+ | Libraries: -lpthread -lintl | ||
+ | Statically Linked Tools: no | ||
+ | Statically Linked FD: no | ||
+ | Statically Linked SD: no | ||
+ | Statically Linked DIR: no | ||
+ | Statically Linked CONS: no | ||
+ | Database backends: None | ||
+ | Database port: | ||
+ | Database name: bacula | ||
+ | Database user: bacula | ||
+ | Database SSL options: | ||
+ | |||
+ | Job Output Email: root@localhost | ||
+ | Traceback Email: root@localhost | ||
+ | SMTP Host Address: localhost | ||
+ | |||
+ | Director Port: 9101 | ||
+ | File daemon Port: 9102 | ||
+ | Storage daemon Port: 9103 | ||
+ | |||
+ | Director User: | ||
+ | Director Group: | ||
+ | Storage Daemon User: | ||
+ | Storage DaemonGroup: | ||
+ | File Daemon User: | ||
+ | File Daemon Group: | ||
+ | |||
+ | Large file support: no | ||
+ | Bacula conio support: no | ||
+ | readline support: no | ||
+ | TCP Wrappers support: no | ||
+ | TLS support: yes | ||
+ | Encryption support: yes | ||
+ | ZLIB support: yes | ||
+ | LZO support: no | ||
+ | S3 support: no | ||
+ | enable-smartalloc: yes | ||
+ | enable-lockmgr: no | ||
+ | bat support: no | ||
+ | client-only: yes | ||
+ | build-dird: yes | ||
+ | build-stored: yes | ||
+ | Plugin support: no | ||
+ | AFS support: no | ||
+ | ACL support: yes | ||
+ | XATTR support: yes | ||
+ | GPFS support: no | ||
+ | systemd support: no | ||
+ | Batch insert enabled: None | ||
+ | |||
+ | Plugins: | ||
+ | - Docker: no | ||
+ | |||
+ | |||
+ | [root@aix71]/root/rpmbuild/SOURCES/bacula-11.0.5# | ||
+ | </cli> |