NAME

  cpdtre - copy dir tree


SYNOPSIS

  cpdtre [-p proto]  [src_host:]src_dir  [dst_host:]dst_dir
    -p proto = protocol to use. usually rsh or ssh
    src_host = source host
    src_dir  = path of dir whose contents are to be copied
    dst_host = destination host
    dst_dir  = path of dir to rcv the copied files. (created if rqd)
    NOTE: if dst_dir is created it will belong to the current user.


DESCRIPTION

cpdtre is a utility for copying a dir tree from a source host to a destination host across a network. It can be executed from a cmd host which is possible neither the source or destination host. This cmd uses tar and preserves symlinks etc. It is a tool which has been used effectively in a variety of environments for over 15 years. However, its successful use may depend on teaking its internals or adjusting your network environment. Execute cpdtre with no args for more details.


AUTHOR

Derald Metzger <dmetz@remotesensing.org>


COPYRIGHT

Derald Metzger 1998 - 2000. This program is distributed under the GPL.