Man page - parrot_cp(1)
Packages contas this manual
- chirp_benchmark(1)
- parrot_timeout(1)
- parrot_md5(1)
- jx_repl(1)
- vine_status(1)
- make_growfs(1)
- chirp_stream_files(1)
- catalog_update(1)
- parrot_setacl(1)
- condor_submit_makeflow(1)
- makeflow_blast(1)
- parrot_lsalloc(1)
- chirp(1)
- makeflow_analyze(1)
- chirp_status(1)
- parrot_cp(1)
- chirp_distribute(1)
- vine_worker(1)
- weaver(1)
- work_queue_worker(1)
- sand_filter_master(1)
- catalog_query(1)
- parrot_package_create(1)
- slurm_submit_workers(1)
- starch(1)
- vine_graph_log(1)
- vine_submit_workers(1)
- poncho_package_create(1)
- parrot_run(1)
- parrot_getacl(1)
- vine_factory(1)
- mpi_queue_worker(1)
- sand_compress_reads(1)
- sand_align_master(1)
- chroot_package_run(1)
- sand_uncompress_reads(1)
- poncho_package_analyze(1)
- makeflow_viz(1)
- uge_submit_workers(1)
- starch.bin(1)
- makeflow_status(1)
- resource_monitor(1)
- chirp_put(1)
- makeflow_linker(1)
- condor_submit_workers(1)
- makeflow_graph_log(1)
- work_queue_pool(1)
- parrot_whoami(1)
- makeflow_log_parser(1)
- chirp_fuse(1)
- torque_submit_workers(1)
- chirp_get(1)
- chirp_md5sum(1)
- replica_exchange(1)
- work_queue_status(1)
- coop-computing-tools(1)
- parrot_mount(1)
- disk_allocator(1)
- wavefront(1)
- work_queue_factory(1)
- parrot_locate(1)
- chirp_server_hdfs(1)
- poncho_package_run(1)
- makeflow_ec2_cleanup(1)
- split_fasta(1)
- parrot_package_run(1)
- catalog_server(1)
- parrot_mkalloc(1)
- pbs_submit_workers(1)
- confuga_adm(1)
- makeflow_ec2_setup(1)
- allpairs_multicore(1)
- makeflow_monitor(1)
- sand_filter_kernel(1)
- parrot_identity_box(1)
- chirp_server(1)
- parrot_namespace(1)
- allpairs_master(1)
- makeflow(1)
- confuga(1)
- wavefront_master(1)
- work_queue_graph_log(1)
- sge_submit_workers(1)
- work_queue_graph_workers(1)
- deltadb_query(1)
- maker_wq(1)
- chirp_audit_cluster(1)
- sand_align_kernel(1)
Package: coop-computing-tools
apt-get install coop-computing-tools
apt-get install coop-computing-tools
Manuals in package:
Documentations in package:
Manual
| parrot_cp(1) | Cooperative Computing Tools | parrot_cp(1) |
NAME
parrot_cp - a replacement for cp that provides higher performance when dealing with remote files via parrot_run.
SYNOPSIS
parrot_cp [options] ... sources ... <dest>
DESCRIPTION
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.
OPTIONS
- -f,--force
- Forcibly remove target before copying.
- -i,--interactive
- Interactive mode: ask before overwriting.
- -r
-
Same as -R - -R,--recursive
- Recursively copy directories.
- -s,--symlinks
- Make symbolic links instead of copying files.
- -l,--hardlinks
- )Make hard links instead of copying files.
- -u,--update-only
- Update mode: Copy only if source is newer than target.
- -v,--version
- Verbose mode: Show names of files copied.
- -h,--help
- Help: Show these options.
EXIT STATUS
On success, returns zero. On failure, returns non-zero.
EXAMPLES
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
COPYRIGHT
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.
SEE ALSO
- Cooperative Computing Tools Documentation
- Parrot User Manual
- parrot_run(1) parrot_cp(1) parrot_getacl(1) parrot_setacl(1) parrot_mkalloc(1) parrot_lsalloc(1) parrot_locate(1) parrot_timeout(1) parrot_whoami(1) parrot_mount(1) parrot_md5(1) parrot_package_create(1) parrot_package_run(1) chroot_package_run(1)
| CCTools 7.14.5 FINAL |