deactivated rsync incremental recursive algorithm to get better progress estimation

This commit is contained in:
Michael Stumpf 2021-07-20 14:04:17 +02:00
parent ae200cb416
commit 4a76b5440c
1 changed files with 1 additions and 1 deletions

2
icp
View File

@ -71,7 +71,7 @@ fi
# If this is not a dry-run, add a nice overall # If this is not a dry-run, add a nice overall
# progress bar # progress bar
if [[ "$flag_dryrun" -eq 0 ]]; then if [[ "$flag_dryrun" -eq 0 ]]; then
rsync_opt+=("--info=progress2") rsync_opt+=("--info=progress2 --no-inc-recursive")
fi fi
# Construct command # Construct command