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.122
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 /
examples /
conf /
Delete
Unzip
Name
Size
Permission
Date
Action
bacula-defs.m4
1.1
KB
-rw-r--r--
2016-09-21 11:58
console.conf
169
B
-rw-r--r--
2016-09-21 11:58
defaultconfig
673
B
-rwxr-xr-x
2016-09-21 11:58
fileset_convert.pl
723
B
-rwxr-xr-x
2016-09-21 11:58
kernsconfig
765
B
-rwxr-xr-x
2016-09-21 11:58
m4.Makefile
1.07
KB
-rw-r--r--
2016-09-21 11:58
m4.additions
1.4
KB
-rw-r--r--
2016-09-21 11:58
m4.bacula-dir.conf.gz
2.08
KB
-rw-r--r--
2016-09-21 11:58
m4.bacula-fd.conf
734
B
-rw-r--r--
2016-09-21 11:58
m4.bacula-sd.conf
3.88
KB
-rw-r--r--
2016-09-21 11:58
m4.email
1.15
KB
-rw-r--r--
2016-09-21 11:58
many-clients.txt
2.72
KB
-rw-r--r--
2016-09-21 11:58
Save
Rename
#!/bin/sh # This is Kern's configure script for Bacula # # Copyright (C) 2000-2015 Kern Sibbald # License: BSD 2-Clause; see file LICENSE-FOSS # PREFIX=/opt/bacula CFLAGS="-g -O2 -Wall" \ ./configure \ --sbindir=${PREFIX}/bin \ --sysconfdir=${PREFIX}/etc \ --docdir=${PREFIX}/html \ --htmldir=${PREFIX}/html \ --with-working-dir=${PREFIX}/working \ --with-pid-dir=${PREFIX}/working \ --with-scriptdir=${PREFIX}/scripts \ --with-plugindir=${PREFIX}/plugins \ --libdir=${PREFIX}/lib \ --enable-smartalloc \ --disable-conio \ --enable-readline \ --enable-bat \ --with-mysql \ --with-dump-email=localhost \ --with-job-email=localhost \ --with-smtp-host=localhost \ --with-baseport=9101 exit 0