/usr/local/jetapps/usr/share/rear/restore/default
# Restore the ESP from ReaR rescue image [[ -d /mnt/local/boot/efi && -d /boot/efi ]] || return local espfiles espfiles=$(echo /mnt/local/boot/efi/*) if [[ -z "$espfiles" ]]; then LogPrint "The backup did not restore the EFI System Partition content, recovering it from this ReaR Rescue Image" cp -a $v /boot/efi/* /mnt/local/boot/efi/ fi
.
Edit
..
Edit
050_remount_async.sh
Edit
500_selinux_autorelabel.sh
Edit
900_create_missing_directories.sh
Edit
950_restore_esp.sh
Edit
990_move_away_restored_files.sh
Edit
995_remount_sync.sh
Edit