Skip to content

pcp v2

Latest
Compare
Choose a tag to compare
@guycoates guycoates released this 15 Dec 12:33
· 39 commits to master since this release

New features:

  • Improved directory walk implementation. The intial file and directory scan now runs in parallel, massively increasing performance.
  • Single large files are now split into chunks and copied and checksummed in parallel. This gives us better load balancing between processes, and increases performance.
  • "cp -u" update copy functionality. You can now tell pcp to only copy files that have changed since the last copy.