home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / aix / 11413 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  1.3 KB

  1. Path: sparky!uunet!tsw!ray
  2. From: ray@tsw.UUCP (Ray Izumi)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: Questions about backup on 0.25" streaming tape
  5. Message-ID: <611@tsw.UUCP>
  6. Date: 9 Nov 92 18:10:12 GMT
  7. References: <92303.222821CXT6@psuvm.psu.edu>
  8. Organization: The System Works, Redmond, WA
  9. Lines: 23
  10.  
  11. In article <92303.222821CXT6@psuvm.psu.edu> CXT6@psuvm.psu.edu writes:
  12. >A few days ago, I backed-up 2 directories by creating 2 backups on a
  13. >single tape usingthe following commands
  14. >
  15. >find /home/aaa -print | backup -ivf /dev/rmt0.1
  16. >find /home/bbb -print | backup -ivf /dev/rmt0.1
  17. >tctl -f /dev/rmt0.1 rewind
  18. >
  19. >I found I used only 1% of that 0.25" streaming tape!
  20. >
  21. I'm not sure about your other problem, but I think the reason you're only
  22. using 1% of the tape is that backup defaults to an INCREMENTAL backup,
  23. using some arcane formula for deciding what to put on tape. So you may not
  24. have the backup you thought you did. Check it out. I decided to use good'ol
  25. tar for our backups here, since there are several features of backup that
  26. I don't like.
  27.  
  28.  
  29. -- 
  30. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. Ray Izumi, The System Works, Redmond, WA     206-823-4685      uunet!tsw!ray
  32. "Put the pillow over your head, scream and cry - the garbage is coming!"
  33.            - New York City Commissioner of Sanitation
  34.