home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / ibm / pc / misc / 15707 < prev    next >
Encoding:
Internet Message Format  |  1992-12-11  |  3.2 KB

  1. From: Sheldon.Sawatzky@f886.n2000.z12.misgate.gmi.org (Sheldon Sawatzky)
  2. Sender: uucp@misgate.gmi.org
  3. Path: sparky!uunet!cs.utexas.edu!sdd.hp.com!col.hp.com!gmi!misgate!uucp
  4. Newsgroups: comp.sys.ibm.pc.misc
  5. Subject: Compress Huge File 3/3
  6. Message-ID: <724113082.F00006@misgate.gmi.org>
  7. Date: Thu, 10 Dec 1992 13:48:04 -0700
  8. Lines: 67
  9.  
  10. Part 3/3
  11.  
  12. MOTIVATION, DETAILED DESCRIPTION, AND BACKGROUND
  13.  
  14. ZBACKUP is a simple aid to help you fulfill your responsibility to
  15. yourself by backing up not all DOS files, but rather ones that you
  16. have what you feel is significant investment in and which couldn't
  17. be re-installed in the event of a fixed disk disaster. In general it
  18. is recommended that you make at least one formal full DOS Backup of
  19. your entire fixed disk, probably using the DOS Backup command.
  20. Whether or not you do this, ZBACKUP is a utility that you may wish
  21. to run either weekly or daily, depending on how much you use your
  22. PC.
  23.  
  24. The disadvantage of ZBACKUP is that YOU must keep the index
  25. ZBACKUP.INX up to date and YOU must know WHICH files in a package
  26. (e.g., like DBASE III, EXCEL, WordPerfect, etc.) that are not
  27. "re-installable". The advantage is that in many cases all such files
  28. that you have significant time investment in on a typical 100M fixed
  29. disk system will Zbackup in 2 or 3 minutes to one or two (1.44M)
  30. diskettes. You may wish to rotate two or three sets of Zbackup
  31. diskettes both to insure better integrity and in some cases to
  32. retrieve files that were inadvertently changed and then backed up
  33. once (but not to all sets of Zbackup diskettes).
  34.  
  35. ZBACKUP.BAT is simple tool that does two actions: (1) uses Phil
  36. Katz's PKZIP to compress a SELECTED index of filespecs in the file
  37. C:\ZBACKUP.INX; and (2) then back up the compressed result to
  38. diskette using the DOS BACKUP command. ZBACKUP calls no other
  39. programs other than PKZIP and DOS's BACKUP command. To restore files
  40. requires DOS RESTORE and PKUNZIP. The DOS BACKUP is to drive A:
  41. unless you edit ZBACKUP.BAT and change that. As it turns out, DOS
  42. Version 4.0 and above BACKUP command doesn't change the file
  43. C:\ZBACKUP.ZIP (except for splitting it across diskette if it
  44. happens not to fit on the one diskette). Thus you can add up the
  45. sizes of the DOS Backup piece(s) and this will equal the size in
  46. bytes of C:\ZBACKUP.ZIP. Likewise if C:\ZBACKUP.ZIP fits on one
  47. diskette (often the case), after DOS Backup you can issue: PKUNZIP
  48. -v A:\BACKUP.001 to view its contents, just as you'd do for a
  49. regular Zip file. If C:\ZBACKUP.ZIP is not erased between ZBACKUP
  50. commands, files there will be "updated" (or added if you add
  51. filespecs to C:\ZBACKUP.INX). One enhancement you may wish to add is
  52. to invoke your favorite editor on the file ZBACKUP.INX just before
  53. PKZIP is called in ZBACKUP.BAT. Another would be to use invoke your
  54. favorite editor to display this Help file; e.g., EDIT C:\ZBACKUP.HLP
  55. HDK - 10/6/92.
  56.  
  57.    ---------------------Example of ZBACKUP.INX follows-------------------
  58. C:\KEDIT\*.KEX
  59. C:\KEDIT\*.KML
  60. C:\BATCH\*.*
  61. C:\UTIL\*.*
  62. C:\REXX\*.REX
  63. C:\WATFOR77\*.FOR
  64. C:\WATFOR77\*.DAT
  65. C:\CONFIG.SYS
  66. C:\AUTOEXEC.BAT
  67. C:\DOS\*.INI
  68. C:\DOS\*.BAT
  69. C:\ZBACKUP.INX
  70. D:\DATA\*.
  71.  
  72.  
  73.  * OLX 2.1 TD * May peace and joy be yours this holiday season!
  74.  
  75.  * Origin: Taiwan Missionary BBS (12:2000/886.0)
  76.  
  77.