Well not quite use rsync with a quick alias. Countless times have i thought this would be nice, and now i have it :)



alias rsynccopy="rsync --partial --progress --append -r"
alias rsyncmove="rsync --partial --progress --append --remove-sent-files -r"