rsync progress bar
This commit is contained in:
@@ -188,6 +188,7 @@ get_rsync_opts() {
|
|||||||
read -r -a RSYNC_OPTS <<< "${PROFILE_RSYNC_OPTS[$PROFILE_NAME]}"
|
read -r -a RSYNC_OPTS <<< "${PROFILE_RSYNC_OPTS[$PROFILE_NAME]}"
|
||||||
else
|
else
|
||||||
RSYNC_OPTS=("${DEFAULT_RSYNC_OPTS[@]}")
|
RSYNC_OPTS=("${DEFAULT_RSYNC_OPTS[@]}")
|
||||||
|
RSYNC_OPTS+=(--info=progress2)
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user