home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / pub / linux / backup / star-1.3.1.tar.gz / star-1.3.1.tar / star-1.3.1 / README < prev    next >
Text File  |  1998-08-10  |  2KB  |  72 lines

  1. Star is a tar like archiver.
  2.  
  3. Star is the fastest known implementation of a tar archiver.
  4. Star is able to make backups with more than 12MB/s if the
  5. disk and tape drive support such a speed. This is more than
  6. double the speed that ufsdump will get.
  7. Ampex got 13.5 MB/s with their new DLT tape drive.
  8. Ufsdump got a maximum speed of about 6MB/s with the same hardware.
  9.  
  10. Star development started 1982, development is still in progress.
  11. The current version of star is stable and 
  12. I never did my backups with other tools than star.
  13.  
  14. Its main advantages over other tar implementations are:
  15.  
  16.     fifo            - keeps the tape streaming.
  17.                   This gives you faster backups than
  18.                   you can achieve with ufsdump, if the
  19.                   size of the filesystem is > 1 GByte.
  20.  
  21.     pattern matcher        - for a convenient user interface
  22.                   (see manual page for more details).
  23.                   To archive/extract a subset of files.
  24.  
  25.     sophisticated diff    - user tailorable interface for comparing
  26.                   tar archives against file trees
  27.                   This is one of the most interesting parts
  28.                   of the star implementation.
  29.  
  30.     no namelen limitation    - Pathnames up to 1024 Bytes may be archived.
  31.                   (The same limitation applies to linknames)
  32.                   This limit may be expanded in future
  33.                   without changing the method to record long names.
  34.  
  35.     deals with all 3 times    - stores/restores all 3 times of a file
  36.                   (even creation time)
  37.                   may reset access time after doing backup
  38.  
  39.     does not clobber files    - more recent copies on disk will not be 
  40.                   clobbered from tape
  41.                   This may be the main advantage over other
  42.                   tar implementations. This allows
  43.                   automatically repairing of corruptions
  44.                   after a crash & fsck (Check for differences
  45.                   after doing this with the diff option).
  46.  
  47.     automatic byte swap    - star automatically detects swapped archives
  48.                   and transparently reads them the right way
  49.  
  50.     automatic format detect    - star automatically detects several common
  51.                   archive formats and adopts to them.
  52.                   Supported archive types are:
  53.                   Old tar, gnu tar, ansi tar, star.
  54.  
  55.     fully ansi compatible    - Star is fully ANSI/Posix 1003.1 compatible.
  56.                   See README.otherbugs for a complete description
  57.                   of bugs found in other tar implementations.
  58.  
  59. Have a look at the manual page, it is included in the distribution.
  60.  
  61. Author:
  62.  
  63. Joerg Schilling
  64. Seestr. 110
  65. D-13353 Berlin
  66. Germany
  67.  
  68. Email:     joerg@schily.isdn.cs.tu-berlin.de, js@cs.tu-berlin.de
  69.     schilling@fokus.gmd.de
  70.  
  71. Please mail bugs and suggestions to me.
  72.