parrot_cp(1) | Cooperative Computing Tools | parrot_cp(1) |
parrot_cp - a replacement for cp that provides higher performance when dealing with remote files via parrot_run.
parrot_cp [options] ... sources ... <dest>
parrot_cp is a drop-in replacement for the Unix cp command. It provides better performance when copying files to or from remote storage systems by taking advantage of whole-file transfer rather than copying files block-by-block.
On success, returns zero. On failure, returns non-zero.
To use parrot_cp you can either call the code directly:
% parrot_run tcsh % parrot_cp /tmp/mydata /chirp/server.nd.edu/joe/data % exit
or alias calls to cp with calls to parrot_cp:
% parrot_run bash % alias cp parrot_cp % cp -r /chirp/server.nd.edu/joe /tmp/joe % exit
The Cooperative Computing Tools are Copyright (C) 2022 The University of Notre Dame. This software is distributed under the GNU General Public License. See the file COPYING for details.
CCTools 7.13.1 FINAL |