tar的方式
同设备
$ tar cf - . | (cd /dst; tar xvf -)
垮网络
$ tar czf - <files> | ssh user@host "cd /wherever && tar xvzf -"
其他工具
rsync
zsync
unison
https://github.com/bcpierce00/unison
ncFTPd 非开源的
https://www.ncftp.com/ncftpd/features.html#performance
ttcp 网络反射
https://ftp.arl.mil/mike/ttcp.html
lftp
支持bittorrent, http, 等,但是没测试过 https://lftp.yar.ru/lftp-man.html
其他linux命令
gcp
Besides of progress estimation, gcp does not copy when the file exists, skips to the next file if occurs an error, and all the fails are written to a journal filepv
参考
https://www.zylk.net/en/web-2-0/blog/-/blogs/how-to-copy-files-in-linux-faster-and-safer-than-cp