ddaeschler / multicp

Copy a directory tree to multiple destinations in parallel

Home Page:http://daviddaeschler.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

multicp

This is a utility to efficiently copy an entire directory tree to multiple destinations at once. Written in java for portability. The implementation reads through the source file stream once and copies to multiple destinations in parallel.

usage

Grab the bin folder and run "java multicp.multicp source_dir dest_dir [dest_dir dest_dir ...]

About

Copy a directory tree to multiple destinations in parallel

http://daviddaeschler.com

License:Apache License 2.0


Languages

Language:Java 100.0%