Linux vps-61133.fhnet.fr 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
Apache/2.4.25 (Debian)
Server IP : 93.113.207.21 & Your IP : 216.73.216.35
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
doc /
bacula-common /
Delete
Unzip
Name
Size
Permission
Date
Action
examples
[ DIR ]
drwxr-xr-x
2025-07-14 12:21
AUTHORS
2.08
KB
-rw-r--r--
2016-09-21 11:58
NEWS.Debian.gz
1.43
KB
-rw-r--r--
2018-03-04 12:49
README
1.77
KB
-rw-r--r--
2016-09-21 11:58
README.Debian.gz
3.1
KB
-rw-r--r--
2018-03-04 12:49
ReleaseNotes.gz
14.42
KB
-rw-r--r--
2016-09-21 11:58
SUPPORT
715
B
-rw-r--r--
2016-09-21 11:58
changelog.Debian.gz
26.69
KB
-rw-r--r--
2020-08-26 20:03
changelog.gz
61.25
KB
-rw-r--r--
2016-09-21 11:58
copyright
59.17
KB
-rw-r--r--
2018-03-04 12:49
Save
Rename
Your best bet to get Bacula compiled and running is to read the online manual at: http://www.bacula.org You will save yourself a lot of pain if you read the manual -- it is online at the above site. Barring reading the manual, you might try the following: To Configure it: CFLAGS="-g -O2" \ ./configure \ --sbindir=$HOME/bacula/bin \ --sysconfdir=$HOME/bacula/bin \ --with-pid-dir=$HOME/bacula/bin/working \ --with-subsys-dir=$HOME/bacula/bin/working \ --enable-smartalloc \ --with-mysql \ --with-working-dir=$HOME/bacula/bin/working \ --with-dump-email=your@address.com \ --with-job-email=your@address.com \ --with-smtp-host=localhost Build Bacula: make If you are doing a port, there should be no errors. The most likely source of errors will probably come in the src/stored directory in time.c or dev.c. There may also be problems in lib/signal.c as I currently pull in all Linux signals, some of which may not be available on your system. To create the database: src/cats/make_bacula_tables To install: make install To start it: cd $HOME/bacula/bin ./bacula start To start it (as a developer). This is not appropriate if you are installing Bacula. ./startit ./console To stop it: ./stopit Well, it is all just a bit more complicated than that, but you should have the idea. Be sure you read the chapter about testing your tape drive! Don't waste a lot of time setting up and running Bacula, if your drive is not supported. FreeBSD users, pay special attention to the Device configuration parameters needed to deal with FreeBSD tape drivers. License: Please see the file LICENSE for the terms of the license.