Solution for transferring large backups files to other instances?

If you want to backup with borg on an other server:

If you just want to move a big tar.gz and support interruption, rsync seems your friend:

 rsync -P --rsh=ssh userid@remotehost.com:bigdata.tgz ./bigdata.tgz