deactivated rsync incremental recursive algorithm to get better progress estimation
This commit is contained in:
parent
ae200cb416
commit
4a76b5440c
2
icp
2
icp
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue