README 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. This GNU tar 1.10. Please send bug reports, etc., to
  2. bug-gnu-utils@prep.ai.mit.edu.
  3. GNU tar is based heavily on John Gilmore's public domain tar, but with
  4. added features. The manual is currently being written. An old
  5. manual, surely riddled with errors, is in tar.texinfo. Please don't
  6. send in bug reports about that manual. In particular, the mechanism
  7. for doing incremental dumps has been significantly changed.
  8. This distribution also includes rmt, the remote tape server (which
  9. must reside in /etc). The mt program is in the GNU cpio distribution.
  10. See the file INSTALL for compilation and installation instructions for Unix.
  11. makefile.pc is a makefile for Turbo C 2.0 on MS-DOS.
  12. Various people have been having problems using floppies on a NeXT.
  13. I've gotten conflicting reports about what should be done to solve the
  14. problems, and we have no way to test it ourselves.
  15. User-visible changes since 1.09:
  16. Filename to -G is optional. -C works right.
  17. Names newer and --newer-mtime work right.
  18. -g is now --incremental
  19. -G is now --listed-incremental
  20. Sparse files now work correctly.
  21. --volume is now called --label.
  22. --exclude now takes a filename argument, and --exclude-from does what
  23. --exclude used to do.
  24. Exit status is now correct.
  25. --totals keeps track of total I/O and prints it when tar exits.
  26. When using --label with --extract, the label is now a regexp.
  27. New option --tape-length (-L) does multi-volume handling like BSD dump:
  28. you tell tar how big the tape is and it will prompt at that point
  29. instead of waiting for a write error.
  30. New backup scripts level-0 and level-1 which might be useful to
  31. people. They use a file "backup-specs" for information, and shouldn't
  32. need local modification. These are what we use to do all our backups
  33. at the FSF.