logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

parrot_cp - a replacement for cp that provides higher performance when dealing with remote files via

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.

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

Exit Status

       On success, returns zero.  On failure, returns non-zero.

Name

parrot_cp  -  a  replacement  for  cp that provides higher performance when dealing with remote files via
       parrot_run.

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.

See Also

CooperativeComputingToolsDocumentationParrotUserManualparrot_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_pack‐age_create(1)parrot_package_run(1)chroot_package_run(1)

CCTools 7.14.5 FINAL                                                                                parrot_cp(1)

Synopsis

       parrot_cp [options] ... sources ... <dest>

See Also