小樱 发表于 2022/12/19 20:40

windows cwrsync客户端下载,快速同步Linux centos 6.10镜像远程服务器,取回安装文件到本地磁盘

windows cwrsync客户端下载,快速同步Linux centos 6.10镜像远程服务器,取回安装文件到本地磁盘

进入cwrsync官网下载客户端
https://itefix.net/cwrsync-client

最新版迅雷下载地址:https://itefix.net/dl/free-software/cwrsync_6.2.7_x64_free.zip

解压后进入bin目录,按住shift在空白处点击鼠标右键呼出cmd窗口

使用命令连接远程rsync服务器获取文件大小信息
rsync.exe -avP4 rsync://linuxsoft.cern.ch/centos-vault/6.10/

运行后获得
sent 522 bytesreceived 2,400,734 bytes436,592.00 bytes/sec
total size is 183,725,070,565speedup is 76,512.07

获得到183725070565字节,也就是171GB

开始取回到本地磁盘
rsync.exe -avP4 rsync://linuxsoft.cern.ch/centos-vault/6.10/ 6.10

由于不支持多线程下载,取回大概需要2小时,完成后显示
sent 774,476 bytesreceived 183,773,922,241 bytes11,538,201.02 bytes/sec
total size is 183,725,070,565speedup is 1.00


参数说明
-a 存档模式
-v 显示详情
-z 压缩传输,消耗cpu,传输速率会变慢但是可以节省流量
-P 校验文件完整性以便断点续传
-4 IPV4模式


提供一个同步镜像后的本地版种子,直接解压vault-centos 6.10.rar
解压密码:www.itzmx.com


一个非压缩的版本
3c7a9f6a5c68430aa7e396e1371d75ad658e9252


centos 6还有一个比较重要的分支是epel,一共60G
rsync.exe -avP4 rsync://archives.fedoraproject.org/fedora-archive/epel/6/
sent 646 bytesreceived 1,961,655 bytes112,131.49 bytes/sec
total size is 65,019,014,747speedup is 33,134.07

开始取回到本地磁盘
rsync.exe -avP4 rsync://archives.fedoraproject.org/fedora-archive/epel/6/ epel6
sent 865,060 bytesreceived 65,038,635,212 bytes13,159,231.21 bytes/sec
total size is 65,019,014,747speedup is 1.00



一个非压缩的版本
c8e8d4c714c904d95822bc21cbe52cbeb14d3777

页: [1]
查看完整版本: windows cwrsync客户端下载,快速同步Linux centos 6.10镜像远程服务器,取回安装文件到本地磁盘