home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 30 fixes_v / 30-fixes_v.zip / bwp5-6.zip / README.TXT < prev   
Text File  |  1993-12-19  |  10KB  |  292 lines

  1.                       OS/2 BakupWiz Readme.txt
  2.  
  3.                  Ver 1.06
  4.                            Dec 19, 1993  
  5.  
  6.  
  7. Version 1.06 is a bug fix and enhancement release.
  8.  
  9. Changes
  10. ═══════
  11.  
  12. * Added restore option to conditionally overwrite read-only and hidden
  13.   files.
  14. * Added support for backing up to removable media such as Bernoulli,
  15.   diskette, etc. You trigger this ability with the Edit Tape Image Path
  16.   option from the Configuration panel. Set the Image Path to a drive
  17.   letter followed by a colon (A:) and BakupWiz will, if the drive is
  18.   removable, detect a full cartridge and request another to be mounted.
  19.  
  20.  
  21. Fixed Bugs
  22. ══════════
  23.  
  24. * Auto unload was performed on devices that do not have a software
  25.   eject function.
  26. * Auto unload was not being done after restore/verify/directory.
  27. * Auto unload no longer being done between backup and auto verify.
  28. * Using the old config files resulted in auto unload being turned on.
  29. * OS2.!!! and OS2SYS.!!! were still not being skipped.
  30. * Fixed trap when a device returned no inquiry vendor/product info.
  31. * Fixed hang problem with certain drives when restoring from other
  32.   than the first FileSet on A tape.
  33.  
  34.  
  35.  
  36.                  Ver 1.05
  37.                            Nov 27, 1993  
  38.  
  39.  
  40. Version 1.05 is a bug fix and enhancement release.
  41.  
  42. How to migrate the boot partition from FAT to HPFS
  43. Fm: "Niel Kempson"   >INTERNET:kempson@sos.co.uk (BakupWiz Beta Team)
  44.  
  45. Some time ago I asked how I might migrate my boot partition from FAT to
  46. HPFS.  What I had in mind was something like:
  47.  
  48.     a.  backup FAT C: to tape
  49.     b.  boot from an emergency floppy set
  50.     c.  format C: as an HPFS drive
  51.     d.  restore tape to HPFS C:
  52.  
  53. This doesn't work because the boot process recognises that the drive is
  54. "supposed" to be FAT.  The only suggestions amounted to reinstalling the
  55. first 5 disks of OS/2 to "prepare" the HPFS drive for booting.
  56.  
  57. I've finally worked out how to do convert from FAT to HPFS quickly and
  58. easily.  There's a hidden file called \OS2BOOT that controls the booting
  59. process and it's quite different for FAT and HPFS: 
  60.  
  61.     FAT:    \OS2BOOT, 1099 bytes
  62.     HPFS:   \OS2BOOT, 50318 bytes
  63.  
  64. The program SYSINSTX.COM on installation disk 0 creates the appropriate
  65. \OS2BOOT for the file system.
  66.  
  67. After steps a-d above, add a final step before rebooting from the "new" 
  68. HPFS C: drive:
  69.  
  70.     e.  execute the command "SYSINST C:" from the emergency floppy set or
  71.         the OS/2 "installation diskette"
  72.  
  73. If you have a reliable tape backup system (e.g. GTak, BakupWiz), it's
  74. ever so easy to convert that last remaining FAT partition to HPFS.  (If
  75. you want to go from HPFS to FAT, the same procedure applies.)
  76.  
  77.  
  78. Changes
  79. ═══════
  80.  
  81. * Added ADIC autochanger support.
  82. * Added -I command line option to specify image file name.
  83. * Added upward compatibility for config files.
  84. * Better error trapping for config file load/save.
  85. * Add Unload/Park config option - unload tape after backup/restore.
  86. * Skip OS2.!!! and OS2SYS.!!!.
  87. * Added "Older Files" option to Restore options - Overwrite Existing
  88.   Files - if set, files on disk that are older than the corresponding
  89.   file from tape are overwritten.
  90. * Greatly reduced background CPU load when BakupWiz is idle and waiting
  91.   for user input.
  92. * Added -Fnnn command line switch. During restore this will position
  93.   the tape to the nth FileSet prior to the restore.
  94. * The return codes from BakupWiz have been enhanced:
  95.   0 - Normal
  96.   4 - Some errors
  97.   8 - Aborted
  98.   12- Catastrophic error
  99.  
  100.   Added to these values will be the FileSet number multiplied by 16.
  101.   For example: if ther were some errors and BakupWiz had just written
  102.   the third FileSet on the tape: 3 * 16 + 4 = a return code of 52.
  103. * Added the capability to specify a file containing a list of files for
  104.   the file include/exclude specifications. This functions from both the
  105.   menu and command line operation mode. Simply create a file containing
  106.   a list of all the files and then specifiy this file's name preceded
  107.   by an @. For example: if the file name is listfile, from the command
  108.   line specify: BWS5 -b@listfile. This will back up all the files
  109.   specified inb listfile.
  110.  
  111.  
  112. Fixed Bugs
  113. ══════════
  114.  
  115. * Fixed one more bug where a color display was treated as
  116.   monochrome.
  117. * Fixed erase problem on Tandbergs.
  118. * Fixed phony QFA error problem.
  119. * Fixed condition where time & date where sometimes not getting
  120.   set correctly on restore.
  121. * Fixed several QFA related problems.
  122.  
  123.  
  124.  
  125.                  Ver 1.04
  126.                            Nov 07, 1993  
  127.  
  128.  
  129. Version 1.04 is another bug fix and enhancement release.
  130.  
  131. NOTE: If you are using tapes that were previously written by another
  132. backup program that uses multiple partitions, they should be erased
  133. before using them with BakupWiz. This will be detected and
  134. automatically handled in a future release.
  135.  
  136. NOTE: There has been a change in the format of the configuration file.
  137. Your existing configuration files will no longer work properly and you 
  138. must reconfigure and resave any custom configurations you may have. My
  139. apologies for this inconvenience. Any future changes in the
  140. configuration file will    be backward compatible.
  141.  
  142.  
  143. Changes
  144. ═══════
  145.  
  146. * Added a method of reconfiguring a listed tape drive. Depress F8
  147.   while at the SCSI address line in the COnfig panel.
  148. * Added -UE command line switch - Erase tape (before other
  149.   operations).
  150. * Added -UR command line switch - Rewind tape (before other
  151.   operations).
  152. * Add Config option to place the BakupWiz temporary files in a
  153.   user specifiable directory, rather than the current directory.
  154.   Use the Configuration Panel "Edit Tempfile Path" parameter to
  155.   set this drive/directory. Note: any directories you specify 
  156.   must already exist.
  157. * Added capability to backup/restore to any specified path/file.
  158.   Use the Configuration Panel "Edit Tape Image Path" parameter to
  159.   set this drive/directory/file. Note: any directories you specify 
  160.   must already exist. This is not yet a general purpose backup to
  161.   removable medium since it does not yet have the capability to swap
  162.   to new media. It will backup properly as long as the entire
  163.   backup will fit on the drive it is being written to.
  164.  
  165.  
  166. Fixed Bugs
  167. ══════════
  168.  
  169. * Fixed trap when using command line directory operation.
  170. * Fixed problem introduced in 1.03 where certain files that are
  171.   always supposed to be skipped (EA DATA . SF, WP ROOT . SF, 
  172.   SWAPPER.DAT, etc.) were being included in the backup. These files
  173.   typically then caused open or suspect errors.
  174. * Fixed problem restoring the Template folder.
  175. * Put in a workaround for the Archive 2525 tape unwinding problem.
  176.  
  177.  
  178.                  Ver 1.03
  179.                            Oct 24, 1993  
  180.  
  181.  
  182. Version 1.03 is another bug fix and enhancement release.
  183.  
  184. NOTE: If you are using tapes that were previously written by another
  185. backup program that uses multiple partitions, they should be erased
  186. before using them with BakupWiz. Thsi will be detected and
  187. automatically handled in a future release.
  188.  
  189.  
  190. Changes
  191. ═══════
  192.  
  193. * Put in sanity checks to catch corrupt HPFS volumes being backed up.
  194. * Allow QFA to be disabled via Config.
  195.  
  196.  
  197. Fixed Bugs
  198. ══════════
  199.  
  200. * Fixed bug that was occasionally restoring directories as files 
  201.   and vice versa.
  202. * Command line backup sessions that required multiple tapes used to
  203.   overwrite the first tape without prompting. A prompt now appears.
  204. * Backup scan was not always finding single files that were
  205.   explicitly specified.
  206. * Fixed trap when command line backup found no tape in the drive.
  207.  
  208.  
  209.  
  210.                  Ver 1.02
  211.                            Oct 04, 1993  
  212.  
  213.  
  214. Version 1.02 is a minor bug fix and enhancement release. To install,
  215. just copy all the files from this diskette into the directory where you
  216. have OS/2 BakupWiz installed. If you have made many customizations in
  217. your default config file, BWS5.CFG, you might want to save your copy or
  218. not copy the default one from the distribution diskette.
  219.  
  220.  
  221. Changes
  222. ═══════
  223.  
  224. * Remember the name of the last loaded or saved Config file. This name
  225.   will be presented as the default choice for further config file
  226.   operations.
  227.  
  228.  
  229. Fixed Bugs
  230. ══════════
  231.  
  232. * Fixed SYS3175 error when restoring files with VERY LARGE extended
  233.   attribute sets.
  234. * Fixed erroneous SUSPECT errors due to invalid time stamps form older
  235.   DOS files.
  236. * Repaired another problem in dealing with very large EA sets.
  237.  
  238.  
  239.  
  240.                  Ver 1.01
  241.                            Sep 26, 1993  
  242.  
  243.  
  244. Version 1.01 is a minor bug fix and enhancement release. To install,
  245. just copy all the files from this diskette into the directory where you
  246. have OS/2 BakupWiz installed. If you have made many customizations in
  247. your default config file, BWS5.CFG, you might want to save your copy or
  248. not copy the default one from the distribution diskette.
  249.  
  250.  
  251. Changes
  252. ═══════
  253.  
  254. * Better SWAPPER.DAT detection. 
  255. * Using -B and -V forces auto verify after the backup.
  256. * Added -D command line directory operation.
  257. * Ship PATCH.EXE with OS/2 BakupWiz. This allows the applicaton of
  258.   changes and fixes without reshipping the entire package. Since the
  259.   patches are only useful for owners of OS/2 BakupWiz, they will also
  260.   be posted in public elecronic areas for easier customer access.
  261.  
  262.  
  263. Fixed Bugs
  264. ══════════
  265.  
  266. * Fixed erroneous SUSPECT errors.
  267. * Fixed create errors for files in root dir.
  268. * Fixed the operation of the restore exclude option.
  269. * Fixed Restore Tree option.
  270. * Backing up the OS/2 .INI files often gave Verify or Suspect errors.
  271.   This has been fixed by first making copies of these files and backing
  272.   up those copies. This prevents any changes OS/2 might make to the INI
  273.   files from producing errors.
  274.  
  275.  
  276.  
  277.  
  278.                  Ver 1.00
  279.                            Sep 10, 1993  
  280.  
  281.  
  282. * There is an extra file on the distribution diskette. It is BWS5.CFG -
  283.   default configuration file.
  284.  
  285. * This note only applies if you are running an Adaptec 1742 SCSI
  286.   controller. DO NOT select the RESET option from the Utilities Menu!
  287.   Doing so will cause a trap in the AHA174X.ADD driver supplied by
  288.   Adaptec. It is an Adaptec problem and they are working on it.
  289.  
  290.  
  291.  
  292.