secure copy with failover – rsync & ssh

e.g. rsync -av –progress -e ‘ssh -i /alternate/id/file’ sshusername@host:/directory/or/file /destination/directory/or/file

– should the copy process terminated through the half way, just run the exact command again and it will continue from the file is failed previously, without copying again starting all over again.