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.44
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 /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
005_remove_workflow_conf.sh
479
B
-rw-r--r--
2026-04-01 09:39
020_translate_url.sh
1.71
KB
-rw-r--r--
2026-04-01 09:39
030_translate_tape.sh
932
B
-rw-r--r--
2026-04-01 09:39
035_valid_backup_methods.sh
988
B
-rw-r--r--
2026-04-01 09:39
036_valid_output_methods.sh
643
B
-rw-r--r--
2026-04-01 09:39
040_check_backup_and_output_scheme.sh
4.17
KB
-rw-r--r--
2026-04-01 09:39
050_check_keep_old_output_copy_var.sh
304
B
-rw-r--r--
2026-04-01 09:39
100_init_workflow_conf.sh
453
B
-rw-r--r--
2026-04-01 09:39
320_include_uefi_env.sh
4.51
KB
-rw-r--r--
2026-04-01 09:39
321_EFISTUB_check_uefi_env.sh
486
B
-rw-r--r--
2026-04-01 09:39
330_include_uefi_tools.sh
577
B
-rw-r--r--
2026-04-01 09:39
340_include_password_tools.sh
270
B
-rw-r--r--
2026-04-01 09:39
380_include_opal_tools.sh
540
B
-rw-r--r--
2026-04-01 09:39
390_include_python.sh
4.41
KB
-rw-r--r--
2026-04-01 09:39
400_save_directories.sh
9.66
KB
-rw-r--r--
2026-04-01 09:39
490_store_write_protect_settings.sh
469
B
-rw-r--r--
2026-04-01 09:39
989_check_for_restore_esp.sh
596
B
-rw-r--r--
2026-04-01 09:39
990_verify_empty_rootfs.sh
1.54
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# # Copy UEFI binaries we might need into the ReaR recovery system. # # Include UEFI tools on demand only is_true $USING_UEFI_BOOTLOADER || return 0 # Copy UEFI binaries we might need: REQUIRED_PROGS+=( dosfsck efibootmgr ) PROGS+=( gdisk parted uefivars ) MODULES+=( efivars ) if test -f /sbin/elilo ; then # this is probably SLES PROGS+=( elilo perl ) COPY_AS_IS+=( /etc/elilo.conf /usr/lib64/crt0-efi-x86_64.o /usr/lib64/elf_x86_64_efi.lds /usr/lib64/libefi.a /usr/lib64/libgnuefi.a ) fi