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 / AN-1.3.1 < prev    next >
Text File  |  2001-06-01  |  4KB  |  118 lines

  1. Newsgroups: comp.unix.admin,comp.unix.misc,alt.os.linux,alt.sys.sun,bln.comp.sun,bln.comp.unix,comp.os.linux.development.apps,comp.os.linux.misc,comp.sys.hp.apps,comp.sys.hp.misc,comp.sys.sgi.admin,comp.sys.sgi.apps,comp.sys.sgi.misc,comp.sys.sun.admin,comp.sys.sun.apps,comp.sys.sun.misc,comp.unix.aix,comp.unix.bsd.freebsd.misc,comp.unix.bsd.netbsd.misc,comp.unix.solaris,de.comp.os.linux.misc,de.comp.os.unix,linux.dev.admin,linux.dev.apps,maus.os.linux,maus.os.linux68k,maus.os.unix,uk.comp.os.linux
  2. Subject: Star-1.3 source has been released
  3.  
  4. Star is the fastest tar archiver for UNIX
  5.  
  6. Star has many improvements compared to other tar 
  7. imlementations (including gnu tar). See below for a short description
  8. of the highlight of star.
  9.  
  10. Star is located on:
  11.  
  12. ftp://ftp.fokus.gmd.de/pub/unix/star
  13.  
  14. Changes since star-1.3:
  15.  
  16. -    Fixed a bug introduced a few days before releasing 1.3 that
  17.     caused star -atime not to work on Solaris.
  18.  
  19.     Star now again is able to do archiving without modifying
  20.     times on Solaris if the user us root.
  21.  
  22.  
  23. Revision history (short)
  24.  
  25. 1982    First version on UNOS (extract only)
  26. 1985    Port to UNIX (fully funtional version)
  27. 1985    Added pre Posix method of handling special files/devices
  28. 1986    First experiments with fifo as external process.
  29. 1993    Remote tape access
  30. 1993    diff option
  31. 1994    Fifo with shared memory integrated into star
  32. 1994    Very long filenames and sparse files
  33. 1994    Gnutar and Ustar(Posix) handling added
  34. 1994    Xstar format (extended Posix) defined and introduced
  35. 1995    Ported to many platforms
  36.  
  37. Supported platforms:
  38.  
  39. SunOS 4.x, Solaris (SunOS 5.x), Linux,
  40. HP-UX, DG/UX, IRIX, AIX, FreeBSD, NetBSD, OpenBSD,
  41. OSF-1, True-64, BeOS, Apollo Domain/OS, Next-STep, 
  42. OS/2, SCO-openserver, SCO-unixware, Cygwin (Win32),
  43. Sony NewsOS,  BSDi (BSD/OS), QNX, Apple Rhapsody,
  44. MacOS X
  45.  
  46. Joerg
  47.  
  48. -------------------------------------------------------------
  49. Star is the fastest known implementation of a tar archiver.
  50. Star is able to make backups with more than 12MB/s if the
  51. disk and tape drive support such a speed. This is more than
  52. double the speed that ufsdump will get.
  53. Ampex got 13.5 MB/s with their new DLT tape drive.
  54. Ufsdump got a maximum speed of about 6MB/s with the same hardware.
  55.  
  56. Star development started 1982, development is still in progress.
  57. The current version of star is stable and 
  58. I never did my backups with other tools than star.
  59.  
  60. Its main advantages over other tar implementations are:
  61.  
  62.     fifo            - keeps the tape streaming.
  63.                   This gives you faster backups than
  64.                   you can achieve with ufsdump, if the
  65.                   size of the filesystem is > 1 GByte.
  66.  
  67.     pattern matcher        - for a convenient user interface
  68.                   (see manual page for more details).
  69.                   To archive/extract a subset of files.
  70.  
  71.     sophisticated diff    - user tailorable interface for comparing
  72.                   tar archives against file trees
  73.                   This is one of the most interesting parts
  74.                   of the star implementation.
  75.  
  76.     no namelen limitation    - Pathnames up to 1024 Bytes may be archived.
  77.                   (The same limitation applies to linknames)
  78.                   This limit may be expanded in future
  79.                   without changing the method to record long names.
  80.  
  81.     deals with all 3 times    - stores/restores all 3 times of a file
  82.                   (even creation time)
  83.                   may reset access time after doing backup
  84.  
  85.     does not clobber files    - more recent copies on disk will not be 
  86.                   clobbered from tape
  87.                   This may be the main advantage over other
  88.                   tar implementations. This allows
  89.                   automatically repairing of corruptions
  90.                   after a crash & fsck (Check for differences
  91.                   after doing this with the diff option).
  92.  
  93.     automatic byte swap    - star automatically detects swapped archives
  94.                   and transparently reads them the right way
  95.  
  96.     automatic format detect    - star automatically detects several common
  97.                   archive formats and adopts to them.
  98.                   Supported archive types are:
  99.                   Old tar, gnu tar, ansi tar, star.
  100.  
  101.     fully ansi compatible    - Star is fully ANSI/Posix 1003.1 compatible.
  102.                   See README.otherbugs for a complete description
  103.                   of bugs found in other tar implementations.
  104.  
  105. Have a look at the manual page, it is included in the distribution.
  106.  
  107. Author:
  108.  
  109. Joerg Schilling
  110. Seestr. 110
  111. D-13353 Berlin
  112. Germany
  113.  
  114. Email:     joerg@schily.isdn.cs.tu-berlin.de, js@cs.tu-berlin.de
  115.     schilling@fokus.gmd.de
  116.  
  117. Please mail bugs and suggestions to me.
  118.