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.217.111
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 /
init /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
001_verify_config_arrays.sh
2.34
KB
-rw-r--r--
2026-04-01 09:39
002_check_rear_recover_mode.sh
1.95
KB
-rw-r--r--
2026-04-01 09:39
010_EFISTUB_check.sh
368
B
-rw-r--r--
2026-04-01 09:39
010_set_drlm_env.sh
135
B
-rw-r--r--
2026-04-01 09:39
030_update_recovery_system.sh
2.66
KB
-rw-r--r--
2026-04-01 09:39
100_check_stale_nfs_mounts.sh
1.15
KB
-rw-r--r--
2026-04-01 09:39
950_check_missing_programs.sh
1.93
KB
-rw-r--r--
2026-04-01 09:39
998_dump_variables.sh
1.08
KB
-rw-r--r--
2026-04-01 09:39
Save
Rename
# This file is part of Relax-and-Recover, licensed under the GNU General # Public License. Refer to the included COPYING for full text of license. # To help with debugging dump all currently existing variable values into the log file. # # Because this will also output possibly confidential values into the log file # (like passwords, encryption keys, authentication tokens, ...) # this happens only if rear is run by the user with the 'expose-secrets' option # see https://github.com/rear/rear/issues/2967 # 'declare -p' is a secret command so '$( declare -p )' is also a secret command # because 'set -x' prints the result of $( declare -p ) as part of the LogSecret argument: if { LogSecret "Runtime Configuration:$LF$( declare -p )" ; } 2>>/dev/$SECRET_OUTPUT_DEV ; then # Show the log file name here in any case because sbin/rear shows "Using log file ..." only in verbose mode: LogUserOutput "Dumped all variable values (including possibly confidential values) into $RUNTIME_LOGFILE" else Debug "Skipped dumping all variable values into the log file (use 'expose-secrets' for that)" fi