home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / os2 / apps / 5595 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.7 KB  |  52 lines

  1. Newsgroups: comp.os.os2.apps
  2. Path: sparky!uunet!munnari.oz.au!bunyip.cc.uq.oz.au!griffin!kraken!ednstras
  3. From: ednstras@kraken.itc.gu.edu.au (Michael Strasser)
  4. Subject: gtarp won't backup to sequence of floppies
  5. Message-ID: <ednstras.714962943@kraken>
  6. Sender: news@griffin.itc.gu.edu.au
  7. Nntp-Posting-Host: kraken.itc.gu.edu.au
  8. Organization: ITC, Griffith University, Brisbane, Australia
  9. Date: 28 Aug 92 00:49:03 GMT
  10. Lines: 40
  11.  
  12. I am unable to get gtarp to save the contents of a directory tree to
  13. a set of disks (using the -M option).
  14.  
  15. The following commands produce the following error messages once the first
  16. disk is full:
  17.  
  18.     gtarp -c -f b:mjstar -M mjs
  19.     /bin/gtar: write to b:mjstar short 10240 bytes
  20.  
  21. because gtarp ran out of space on the disk.  Then, trying Kai Uwe Rommel's
  22. suggestion of using the -S option to specify archive size:
  23.  
  24.     gtarp -c -f b:mjstar -M -S 1180K mjs
  25.     /bin/gtar: write to b:mjstar.002 short 10240 bytes
  26.  
  27. This latter message appears because gtarp can't fit mjstar.002 on the same
  28. disk as mjstar.001, which is 1180K in size.  gtarp is not prompting for
  29. insertion of another disk after mjstar.001 is written.
  30.  
  31. The -W (verify) option causes a crash of its own before any files are
  32. written:
  33.  
  34.     gtarp -c -f b:mjstar -M -S 1180K -W mjs
  35.     /bin/gtar: could not allocate memory for diff buffer of 20 bytes
  36.  
  37. Also, I have found that the -G (GNU special incremental format) option 
  38. doesn't work:
  39.  
  40.     gtarp -c -f b:mjstar -M -S 1180K -G mjs
  41.     Couldn't re-allocate memory
  42.  
  43. with nothing written to b:mjstar.001.
  44.  
  45. Has anyone succeeded where I (and others) have failed?
  46.  
  47. -- 
  48. Mike Strasser                       Internet: M.Strasser@edn.gu.edu.au.
  49. Education Division                  Fidonet:  3:640/308.2@fidonet
  50. Griffith University
  51. Brisbane, Australia
  52.