假设我有一个包含2个文件的目录,两者都相同且非常大(例如2GB ea.)我想将该目录rsync到远程主机.据我了解(我可能错了),rsync计算文件的校验和.当然,如果它看到2个具有相同校验和的文件,它只能复制第一个文件,然后在远程主机上为第二个文件执行本地复制?这会让它更快,不是吗?
在类似的说明中,rsync在复制之前不会散列所有远程文件吗?如果它看到一个具有与要传输的文件相同的哈希的不同文件,则它可以在远程主机上执行本地副本.
rsync是否支持这种事情?有没有办法打开它?是否有类似于rsync的工具可以执行此类基于哈希的本地副本?
解决方法
On a similar note,doesn’t rsync hash all the remote files before copying? If it saw a different file with the same hash as a file that was to transfered,it could do a local copy on the remote host.
不,但Unison呢.