/usr/local/jetapps/usr/share/rear/restore/BLOCKCLONE/default
# 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
.
Edit
..
Edit
100_mount_NETFS_path.sh
Edit
200_remove_relative_rsync_option.sh
Edit
380_prepare_multiple_isos.sh
Edit
381_change_restore_defaults.sh
Edit
390_create_partitions.sh
Edit
400_restore_clone.sh
Edit
500_selinux_autorelabel.sh
Edit
510_selinux_fixfiles_exclude_dirs.sh
Edit
510_set_capabilities.sh
Edit
980_umount_NETFS_dir.sh
Edit