alias scp="rsync --partial --progress --rsh=ssh"
You should keep in mind that it is rsync in the background, because parameter are different.
alias scp="rsync --partial --progress --rsh=ssh"
You should keep in mind that it is rsync in the background, because parameter are different.