home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / boot / i386 / rescue / etc / default / star < prev    next >
Text File  |  2006-11-29  |  1KB  |  40 lines

  1. # @(#)star.dfl    1.2 05/08/09 Copyright 2003 J. Schilling
  2. #
  3. # This file is /etc/default/star
  4. #
  5.  
  6. #
  7. # Uncomment this to set star's default FIFO size (e.g. the value that is used
  8. # when no fs= option is present on the star command line).
  9. #
  10. #STAR_FIFOSIZE=        32m
  11.  
  12. #
  13. # Uncomment this to set star's MAX FIFO size.
  14. # This tag may be used to limit the FIFO size used by star to a certain value
  15. # even if the fs= option on the command line would request for more FIFO.
  16. # This makes sense if you like to have a unique backup script that requests
  17. # e.g. 256 MB if FIFO but one of the backup client machines only has 128 MB
  18. # of RAM.
  19. #
  20. #STAR_FIFOSIZE_MAX=    100m
  21.  
  22. #
  23. # Compatibility entries for Sun's tar. There are up to four entries per line:
  24. #
  25. #    1)    The device name
  26. #    2)    The blocking factor in units of 512 bytes
  27. #    3)    The max media size in 1024 byte units 
  28. #        0 means unlimited (no multi volume handling) 
  29. #    4)    Whether this is a tape or not ('n' or 'N' means no tape).
  30. #
  31. #       device             block    size    istape
  32. archive0=/dev/rmt/0        20    0
  33. archive1=/dev/rmt/0n        20    0
  34. archive2=/dev/rmt/1        20    0
  35. archive3=/dev/rmt/1n        20    0
  36. archive4=/dev/rmt/0        126    0
  37. archive5=/dev/rmt/0n        126    0
  38. archive6=/dev/rmt/1        126    0
  39. archive7=/dev/rmt/1n        126    0
  40.