|
$ rsync -avzP -e "ssh -i ~/./id_rsa -p443" root@ny1.xxxx.xyz:/tmp/test.img test.img
receiving incremental file list
test.img
1,258,291,200 100% 83.11MB/s 0:00:14 (xfr#1, to-chk=0/1)
sent 43 bytes received 1,223,764 bytes 69,931.83 bytes/sec
total size is 1,258,291,200 speedup is 1,028.18
$ scp -P443 root@ny1.xxxx.xyz:/tmp/test.img test1.img
test.img 7% 85MB 3.2MB/s 05:46 ETA |
|