GNU Info

Info Node: (cpio.info)Copy-out mode

(cpio.info)Copy-out mode


Next: Copy-in mode Prev: Invoking `cpio' Up: Invoking `cpio'
Enter node , (file) or (file)node

Copy-out mode
=============

   In copy-out mode, cpio copies files into an archive.  It reads a list
of filenames, one per line, on the standard input, and writes the
archive onto the standard output.  A typical way to generate the list
of filenames is with the find command; you should give find the -depth
option to minimize problems with permissions on directories that are
unreadable.  Note: Options.

     cpio {-o|--create} [-0acvABLV] [-C bytes] [-H format]
     [-M message] [-O [[user@]host:]archive] [-F [[user@]host:]archive]
     [--file=[[user@]host:]archive] [--format=format]
     [--message=message][--null] [--reset-access-time] [--verbose]
     [--verbose-skip] [--dot] [--append] [--block-size=blocks] [--dereference]
     [--io-size=bytes] [--rsh-command=command] [--help] [--version]
     < name-list [> archive]


automatically generated by info2www version 1.2.2.9