home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / packer / pacsh248 / pacshell / gtar.hlp < prev    next >
Encoding:
Text File  |  1993-06-05  |  4.3 KB  |  97 lines

  1. PacShell-Hilfe                             GNU-tar V1.11.1
  2. ----------------------------------------------------------
  3. -A, --catenate,
  4.     --concatenate       append tar files to an archive
  5. -c, --create            create a new archive
  6. -d, --diff,
  7.     --compare           find differences between archive
  8.                         and file system
  9.     --delete            delete from the archive (not for
  10.                         use on mag tapes!)
  11. -r, --append            append files to the end of an
  12.                         archive
  13. -t, --list              list the contents of an archive
  14. -u, --update            only append files that are newer
  15.                         than copy in archive
  16. -x, --extract,
  17.     --get               extract files from an archive
  18. Other options:
  19.     --atime-preserve    don't change access times on
  20.                         dumped files
  21. -b, --block-size N      block size of Nx512 bytes
  22.                         (default N=20)
  23. -B, --read-full-blocks  reblock as we read
  24.                         (for reading 4.2BSD pipes)
  25. -C, --directory DIR     change to directory DIR
  26.     --checkpoint        print directory names while
  27.                         reading the archive
  28. -f, --file [HOSTNAME:]F use archive file or device F
  29.                         (default -)
  30.     --force-local       archive file is local even if has
  31.                         a colon
  32. -F, --info-script F     run script at end of each tape
  33.                         (implies -M)
  34. -G, --incremental       create/list/extract old GNU-format
  35.                         incremental backup
  36. -g, --listed-incremental F create/list/extract new
  37.                          GNU-format incremental backup
  38. -h, --dereference       don't dump symlinks; dump the
  39.                         files they point to
  40. -i, --ignore-zeros      ignore blocks of zeros in archive
  41.                         (normally mean EOF)
  42.     --ignore-failed-read don't exit with non-zero status
  43.                         on unreadable files
  44. -k, --keep-old-files    keep existing files; don't
  45.                         overwrite them from archive
  46. -K, --starting-file FILE begin at FILE in the archive
  47. -l, --one-file-system   stay in local file system when
  48.                         creating an archive
  49. -L, --tape-length LENGTH change tapes after writing LENGTH
  50. -m, --modification-time don't extract file modified time
  51. -M, --multi-volume      create/list/extract multi-volume
  52.                         archive
  53. -N, --after-date DATE,
  54.     --newer DATE        only store files newer than DATE
  55. -o, --old-archive,
  56.     --portability       write a V7 format archive, rather
  57.                         than ANSI format
  58. -O, --to-stdout         extract files to standard output
  59. -p, --same-permissions,
  60.     --preserve-permissions extract all protection
  61.                            information
  62. -P, --absolute-paths    don't strip leading `/'s from
  63.                         file names
  64.     --preserve          like -p -s
  65. -R, --record-number     show record number within archive
  66.                         with each message
  67.     --remove-files      remove files after adding them
  68.                         to the archive
  69. -s, --same-order,
  70.     --preserve-order    list of names to extract is
  71.                         sorted to match archive
  72.     --same-owner        create extracted files with the
  73.                         same ownership
  74. -S, --sparse            handle sparse files efficiently
  75. -T, --files-from F      get names to extract or create
  76.                         from file F
  77.     --null              -T reads null-terminated names,
  78.                         disable -C
  79.     --totals            print total bytes written with
  80.                         --create
  81. -v, --verbose           verbosely list files processed
  82. -V, --label NAME        create archive with volume name
  83.                         NAME
  84.     --version           print tar program version number
  85. -w, --interactive,
  86.     --confirmation      ask for confirmation for every
  87.                         action
  88. -W, --verify            attempt to verify the archive
  89.                         after writing it
  90.     --exclude FILE      exclude file FILE
  91. -X, --exclude-from FILE exclude files listed in FILE
  92. -z, -Z, --compress,
  93.     --uncompress        filter the archive through
  94.                         compress
  95. -[0-7][lmh]             specify drive and density
  96.  
  97.