����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: ~ $
# 200_remove_relative_rsync_option.sh
# See issue #871
# rsync restore was successfully tested by Vegas (see http://pikachu.3ti.be/pipermail/rear-users/2016-June/003350.html)
# without the --relative option ; my feeling says it is better to remove it from array BACKUP_RSYNC_OPTIONS
# If I'm wrong please let us know (use issue mentioned above to comment)

if grep -q -- "--relative" <<< "${BACKUP_RSYNC_OPTIONS[*]}" ; then
    BACKUP_RSYNC_OPTIONS=( $( RmInArray "--relative" "${BACKUP_RSYNC_OPTIONS[@]}" ) )
    Log "Removed option '--relative' from the BACKUP_RSYNC_OPTIONS array during $WORKFLOW workflow"
fi
if grep -q -- "-R" <<< "${BACKUP_RSYNC_OPTIONS[*]}" ; then
    BACKUP_RSYNC_OPTIONS=( $( RmInArray "-R" "${BACKUP_RSYNC_OPTIONS[@]}" ) )
    Log "Removed option '-R' from the BACKUP_RSYNC_OPTIONS array during $WORKFLOW workflow"
fi

Filemanager

Name Type Size Permission Actions
100_mount_NETFS_path.sh File 140 B 0644
200_remove_relative_rsync_option.sh File 845 B 0644
380_prepare_multiple_isos.sh File 434 B 0644
381_change_restore_defaults.sh File 433 B 0644
390_create_partitions.sh File 3.91 KB 0644
400_restore_clone.sh File 2.25 KB 0644
500_selinux_autorelabel.sh File 1.05 KB 0644
510_selinux_fixfiles_exclude_dirs.sh File 2.31 KB 0644
510_set_capabilities.sh File 1.41 KB 0644
980_umount_NETFS_dir.sh File 154 B 0644