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 < prev    next >
Text File  |  2001-04-14  |  11KB  |  338 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.2:
  15.  
  16. -    star -c now don't uses STDIO
  17.     This speeds things up (15% on Solaris 50% on Linux due to the bad 
  18.     STDIO implementation on Linux)
  19.  
  20.     Star now usually needs significant less user CPU time than GNU tar.
  21.  
  22.     On Intel processors star uses about the same CPU time than GNU tar.
  23.     This is because star uses structured code which is punished by the
  24.     Intel Processor implementation.
  25.  
  26.     Star is now at least 30% faster than ufsdump
  27.  
  28. -    Experimental -Hxustar option to create xstar archives without the
  29.     extra 'tar' signature at the end of the tar header.
  30.     This makes the xstar format 100% POSIX compliant too.
  31.  
  32. -    Compat code for old tar option behaviour.
  33.     Allows all but to use "tar -cf file" on an existent file. 
  34.     tar -cf file remains valid if "file" does not exist or is empty. 
  35.     This keeps the star behaviour not to clobber files on miss typed
  36.     command lines and gives old tar compatibility.
  37.  
  38. -    star now realises if the tar archive is too small and not a multiple
  39.     of 512 bytes.
  40.  
  41. -    Converted to the new makefile system that uses autoconf.
  42.  
  43. -    -u/-r options enabled
  44.  
  45. -    -diff now checks for sparse files too.
  46.     Note that this will give probems if the file is located on a buggy
  47.     HP-UX NFS file server.
  48.  
  49. -    -F option new to exclude *.o SCCS/* and similar
  50.  
  51. -    -w optionm as alias for -I
  52.     -I will go away with old behavior in star-1.4
  53.  
  54. -    Exit code now reflects the status of the exeution
  55.  
  56. -    New error statistic prints counts for several common error situations.
  57.  
  58. -    Print a warning if found more than 12 Bits in mode Feld
  59.     This helps to find non POSIX compliant Sun tar & GNU tar archives
  60.  
  61.  
  62. -    Added code to use the _FIOAI ioctl on Solaris to speed up
  63.         archiving sparse files > 200 times. You need a hacked
  64.         ufs filesystem in order to use this on Solaris 2.6
  65.         ftp://ftp.fokus.gmd.de/pub/unix/kernel/ufs
  66.  
  67. -    Workaround for a bug in Sun's tar on Solaris that creates
  68.     illegal null terminated filenames (if the filename is 
  69.     exactly 100 chars long).
  70.  
  71. -    Fixed a problem with autoconf & SCO for major()...
  72.  
  73. -    Check VOLHDR on extract
  74.  
  75. -    New option -bz to call bzip2 as compress program.
  76.  
  77. -    added O_BINARY to allow star to work corectly on Cygwin32
  78.  
  79. -    Avoid seekdir() in Cygwin32 
  80.  
  81. -    New option -refresh-old-files to prevent star from creating
  82.     new files while extracting an archive.
  83.  
  84. -    Don't strip leading '/' from targets of symlinks
  85.  
  86. -    Star now knows that that DOS filesystems increment the time
  87.     stamp of a file only in 2 second steps.
  88.     This is needed to make the skipping of older files on extraction
  89.     work correctly.
  90.  
  91. -    Correctly skip a file on tape if the filename is longer than the
  92.     OS can handle.
  93.  
  94. -    Always make the path tables at least 1024 bytes even when the actual OS
  95.     does not allow that much. This helps to read archives from other OS.
  96.  
  97. -    Workaround for the Cygwin bug that causes maxfilename to be longer
  98.     than maxpathname.
  99.  
  100. -    Workaround for Cygwin bug that return ENOTEMPTY for
  101.     rmdir() if the arg does not refer to a directory.
  102.     ***********
  103.     We need to check this if Cygwin-1.x hast been corrected
  104.     ***********
  105.  
  106. -    Workaround for the fact that Cygwin32 does not allow us to set the
  107.     file access times for read only files.
  108.  
  109. -    Print warning for unknown archive types.
  110.  
  111. -    Knowledge base for
  112.  
  113.         Packed, Gzip compressed, LZW compressed, Freezed,
  114.         SCO LZH compressed and bzip2
  115.  
  116.     compressed magic numbers gives hints for correct usage of -z or -bz
  117.     options. Tell user about the compression program that will
  118.     help to unpack the archive.
  119.  
  120. -    Star offeres full FIFO and remote tape access support even
  121.     on Cygwin32.
  122.  
  123. -    Better portability support
  124.  
  125. -    Support for various new OS platforms (e.g. QNX)
  126.  
  127. -    New option -refresh as alias to -refresh-old-files
  128.  
  129. -    New option -hpdev allows 24 bits in dev_minor using 8 octal
  130.     digits. Note that although it allows to ctreate tar archives
  131.     that can be read with HP-UX tar, this creates tar archives
  132.     which violate POSIX.
  133.  
  134. -    New option -modebits allows to create tar archives that include
  135.     more than 12 bits from st_mode. Note this create tar archives
  136.     that violate POSIX but some tar implementations insist in reading
  137.     such nonstandard archives....
  138.  
  139. -    New option -copylinks allows to copy hard/symlinks targets 
  140.     rather than creating a link. This helps to extract tar files
  141.     on systems that do not implement links (e.g. OS/2).
  142.  
  143. -    Print a message for EFBIG on the archive
  144.  
  145. -    Suppress the sync pipe read error messages when another
  146.     error message is already printed and the sync pipe read error
  147.     is only a result of this other error.
  148.  
  149. -    set the time of a file to 0 (1. Jan 1970) if an error occurs.
  150.     This allows to use another runf of star to overwrite this file
  151.     whithout having to specify the -U flag.
  152.  
  153. -    Use fsync() to force file consistence on NFS filesystems.
  154.  
  155. -    Allow 7 octal numbers in 8 Byte fields in POSIX mode.
  156.     This gives 21 bits in minor device numbers.
  157.  
  158. -    New base 256 coding allows 63 bits in minor device numbers.
  159.     This coding has been negotiated with the new gnutar 
  160.     maintainer.
  161.     Warning, this is not yet 100% stable code but it allows
  162.     to archive device files on FreeBSD.
  163.  
  164. -    Use mkfifo() if present
  165.  
  166. -    Add remove_file support to more than plain files only.
  167.  
  168. -    Added FIFO suport for OS/2
  169.  
  170. -    Better portability support
  171.  
  172. -    Automated de-configuration of the FIFO on platforms
  173.     that do not support shared memory
  174.  
  175. -    Fix for a buffer overflow problem with remote tape access.
  176.  
  177. -    Remote tape client in star now supports the GNU extension
  178.     for the open command that transmitts abstract open(2) flags.
  179.  
  180. -    Now includes a /etc/rmt remote tape server.
  181.     This is the first open source remote tape server that
  182.     is as portable and interoperable as possible.
  183.     Support for Sun and GNU extensions.
  184.  
  185. -    New mt program
  186.  
  187. -    rmt Program now supports additional security features
  188.     that are driven by entries in /etc/default/rmt
  189.  
  190. -    Man page created for rmt.
  191.  
  192. -    align_test.c removed from lib/
  193.  
  194. -    avoffset.c removed from lib/
  195.  
  196. -    several functions now use js_snprintf() instead of
  197.     sprintf()
  198.  
  199. -    star now supports to open remote files with O_CREATE
  200.     if the remote tape sever (/etc/rmt) is the Schily rmt
  201.     sever or the GNU rmt server
  202.  
  203. -    Format strings of printf-like functions checked and corrected.
  204.  
  205. -    FIFO now should work on OS/2 too
  206.  
  207. -    Fixed a autoconf typo in star_unix.c that 
  208.     disabled _FIOSATIME and thus star -c -atime ...
  209.     did modify ctime when trying to reset atime after
  210.     reading a file.
  211.  
  212. -    Fixed a typo in mt.c (active if no default tape definition exists)
  213.  
  214. -    Allow mt.c to compile on systems that have no sys/mtio.h
  215.     e.g. SCO
  216.  
  217. -    mt.c will now compile on HP-UX
  218.  
  219. -    support for win98-2 & win2000 & Win ME
  220.  
  221. -    star list= ... will now skip empty lines (llen == 0)
  222.  
  223. -    Support for dev_t > 32 bits (e.g. Solaris in 64 bit mode)
  224.  
  225. -    Support for Apollo Domain/OS (e.g. mmap() specials)
  226.  
  227. -    Support for MacOS X (Darwin)
  228.  
  229. -    Support for GCC on IRIX
  230.  
  231. -    New option -onull as alias for -nullout to make star behave similar to sdd
  232.  
  233. -    Made all options that include a '_' obolete and replaced
  234.     '_' by '-' in the option names.
  235.  
  236. -    Long Listing now prints a 'l' for files with mandatory record locking
  237.  
  238. -    Long listing for major/minor now unsigned
  239.  
  240. -    timedefs.h typo fixed (caused time.h & sys/time.h never be both included)
  241.  
  242.  
  243. Revision history (short)
  244.  
  245. 1982    First version on UNOS (extract only)
  246. 1985    Port to UNIX (fully funtional version)
  247. 1985    Added pre Posix method of handling special files/devices
  248. 1986    First experiments with fifo as external process.
  249. 1993    Remote tape access
  250. 1993    diff option
  251. 1994    Fifo with shared memory integrated into star
  252. 1994    Very long filenames and sparse files
  253. 1994    Gnutar and Ustar(Posix) handling added
  254. 1994    Xstar format (extended Posix) defined and introduced
  255. 1995    Ported to many platforms
  256.  
  257. Supported platforms:
  258.  
  259. SunOS 4.x, Solaris (SunOS 5.x), Linux,
  260. HP-UX, DG/UX, IRIX, AIX, FreeBSD, NetBSD, OpenBSD,
  261. OSF-1, True-64, BeOS, Apollo Domain/OS, Next-STep, 
  262. OS/2, SCO-openserver, SCO-unixware, Cygwin (Win32),
  263. Sony NewsOS,  BSDi (BSD/OS), QNX, Apple Rhapsody,
  264. MacOS X
  265.  
  266. Joerg
  267.  
  268. -------------------------------------------------------------
  269. Star is the fastest known implementation of a tar archiver.
  270. Star is able to make backups with more than 12MB/s if the
  271. disk and tape drive support such a speed. This is more than
  272. double the speed that ufsdump will get.
  273. Ampex got 13.5 MB/s with their new DLT tape drive.
  274. Ufsdump got a maximum speed of about 6MB/s with the same hardware.
  275.  
  276. Star development started 1982, development is still in progress.
  277. The current version of star is stable and 
  278. I never did my backups with other tools than star.
  279.  
  280. Its main advantages over other tar implementations are:
  281.  
  282.     fifo            - keeps the tape streaming.
  283.                   This gives you faster backups than
  284.                   you can achieve with ufsdump, if the
  285.                   size of the filesystem is > 1 GByte.
  286.  
  287.     pattern matcher        - for a convenient user interface
  288.                   (see manual page for more details).
  289.                   To archive/extract a subset of files.
  290.  
  291.     sophisticated diff    - user tailorable interface for comparing
  292.                   tar archives against file trees
  293.                   This is one of the most interesting parts
  294.                   of the star implementation.
  295.  
  296.     no namelen limitation    - Pathnames up to 1024 Bytes may be archived.
  297.                   (The same limitation applies to linknames)
  298.                   This limit may be expanded in future
  299.                   without changing the method to record long names.
  300.  
  301.     deals with all 3 times    - stores/restores all 3 times of a file
  302.                   (even creation time)
  303.                   may reset access time after doing backup
  304.  
  305.     does not clobber files    - more recent copies on disk will not be 
  306.                   clobbered from tape
  307.                   This may be the main advantage over other
  308.                   tar implementations. This allows
  309.                   automatically repairing of corruptions
  310.                   after a crash & fsck (Check for differences
  311.                   after doing this with the diff option).
  312.  
  313.     automatic byte swap    - star automatically detects swapped archives
  314.                   and transparently reads them the right way
  315.  
  316.     automatic format detect    - star automatically detects several common
  317.                   archive formats and adopts to them.
  318.                   Supported archive types are:
  319.                   Old tar, gnu tar, ansi tar, star.
  320.  
  321.     fully ansi compatible    - Star is fully ANSI/Posix 1003.1 compatible.
  322.                   See README.otherbugs for a complete description
  323.                   of bugs found in other tar implementations.
  324.  
  325. Have a look at the manual page, it is included in the distribution.
  326.  
  327. Author:
  328.  
  329. Joerg Schilling
  330. Seestr. 110
  331. D-13353 Berlin
  332. Germany
  333.  
  334. Email:     joerg@schily.isdn.cs.tu-berlin.de, js@cs.tu-berlin.de
  335.     schilling@fokus.gmd.de
  336.  
  337. Please mail bugs and suggestions to me.
  338.