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 a default configuration file for Bacula that # sets reasonable defaults, and assumes that you do not # have MySQL running. It will "install" Bacula into # bin and etc in the current directory. # CFLAGS="-g -Wall" \ ./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 \ --enable-static-tools \ --with-mysql=$HOME/mysql \ --with-working-dir=$HOME/bacula/bin/working \ --with-dump-email=root@localhost \ --with-job-email=root@localhost \ --with-smtp-host=localhost exit 0