home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR24 / WPSBK202.ZIP / READ.ME next >
Text File  |  1993-10-04  |  13KB  |  255 lines

  1.                      Workplace Shell Backup Utility - 2.02
  2.  
  3.  
  4. FOREWORD BY THE AUTHOR - 10/04/93
  5.  
  6. Changes since 09/07/93
  7.   - Added the optional parameters NotifyOK and NoNotifyOK (default.)
  8.     The NotifyOK parameter may be placed after the specification of
  9.     the backup target directory on the command line or in the 
  10.     Parameters entry field of WPSbkup's program reference settings
  11.     notebook.  The NotifyOK parm causes WPSbkup to display an
  12.     informational message window just before it exits from a successful
  13.     backup run.  WPSbkup *always* displays error messages for any
  14.     reason that causes it to exit without creating a valid backup.
  15.     As always, a discription of WPSbkup syntax requirements can be
  16.     displayed by entering WPSBKUP from the command line with no input
  17.     parameters.
  18.   - The WPSrest.cmd was modified slightly to cut down on non-essential
  19.     messages displayed during restore.  Also, a new message is displayed
  20.     at the end of the restore process that instructs the PC user that
  21.     the restore is complete and a reboot is needed.
  22.   - Plugged a hole whereby WPSbkup would be unable to find the
  23.     desktop of OS/2 2.0 GA systems
  24.   - Added logic to more closely examine a display system's ability
  25.     to present a given font size in a specific target area.
  26.  
  27. Changes since 06/12/93
  28.   - WPSrest command generation is completely reworked.  It is
  29.     now possible to copy the backup target to any other location.
  30.     The restore process is no longer dependent upon the physical
  31.     location of the backup directory.  (The old approach required
  32.     that the backup directory be unchanged from the place of its
  33.     creation.)  However, now you must change to the backup directory
  34.     before executing the WPSrest.cmd restore command.  To relocate
  35.     the backup directory, use:
  36.         XCOPY D:\MYbackupDir\*.*  A:\MYBKDIR /s /e /v
  37.     If the backup directory is contained upon an HPFS volume, you
  38.     may also simply rename the directory to establish backup 
  39.     generation control:
  40.         REN D:\MYbackupDir  E:\MYbackupDir.old
  41.   - WPSbkup can now find your Desktop directory even if you move
  42.     it to a different drive or subdirectory.
  43.   - WPSbkup will not allow you to specify the Desktop directory as
  44.     a backup target.  This specification was accidentally made by 
  45.     several users while adding WPSbkup to the Desktop popup menu.
  46.     Since the first step of the backup process includes deleting all
  47.     of the entries in the target directory, allowing the Desktop 
  48.     directory to be specified as the target had dire consequences.
  49.     WPSbkup will ignore the Desktop path if it is found in the input
  50.     parameters.
  51.   - WipeWPS.exe is stored in the backup target directory during the 
  52.     backup process.  This removes any PATH requirements for the
  53.     restore procedure.  Formerly, I suggested that WPSbkup.exe and 
  54.     WipeWPS.exe be placed in the \OS2\INSTALL.  This is no longer
  55.     required.  These files may be placed in any directory with the
  56.     following provisions:
  57.        - They can't reside in the backup target directory
  58.        - They shouldn't reside in the physical Desktop Directory
  59.        - BOTH FILES MUST RESIDE IN THE SAME DIRECTORY
  60.   - WPSbkup has been given a new look.  The presentation code is
  61.     completely rewritten.  A new program icon has been assigned. 
  62.   - WPSbkup recognizes and has been tested with all levels of OS/2 up
  63.     to and including the S3 video support production release.
  64.     
  65.     
  66.  
  67. Changes since 04/02/93
  68.   - Corrected an ambiguity in the creation scheme for the 
  69.     progress indicator that caused an error under OS/2 2.1 GA.
  70.   - Tested and validated under OS/2 2.1 GA.
  71.  
  72. Changes since 11/08/92
  73.   - Inserted ATTRIB command to remove potential ReadOnly flag
  74.     from INI being replaced during restore.  (3/93 beta)
  75.   - Added some performance/size parms to compile and link
  76.   - Changed WipeWPS from fullscreen to windowable
  77.   - Changed WipeWPS DosDelete to DosForceDelete
  78.   - Changed WipeWPS reply prompt from scanf to _getch to allow
  79.     use of minimal boot partition created for 2.1 by SE20boot
  80.   - Removed read.me section relating to long elapsed times.
  81.     (Thank you prf* API developers for 2.1!)
  82.  
  83. Changes since 11/02/92
  84.   - Fixed my own bug that occurred >63K record in OS2SYS.ini
  85.     Special thanks to Olaf Koch, Bruce Leiwant and Rick Yoder.
  86.   - WPSbkup release number now appears on the title bar
  87.  
  88. Changes since 9/18/92
  89.   - Bug workaround when >64K I/O area input to PrfQueryProfileData
  90.   - Version check recognises SP levels 6050 and 6055 
  91.  
  92. Changes since 7/4/92 
  93.   - 32 bit GRE beta level code tested and certified
  94.   - Bug workaround when 64K I/O area and enumerate appls
  95.   - DosForceDelete used to clear old target dir
  96.   - Wait pointer consistant over client area
  97.   - Progress indicator added for INI backups
  98.   - Enterprise registration now available
  99.  
  100. Introduction -
  101.  
  102. Thank you for trying WPSbkup.  WPSbkup is a 32 bit utility that will backup
  103. status and configuration data for the OS/2 2.x WorkPlace Shell (WPS).
  104.  
  105. The OS/2 WPS is the new and exciting object oriented user interface that
  106. accompanies the OS/2 version 2 operating system.  When you customize the WPS
  107. to suit your own need and taste, you are modifying two physical elements of
  108. OS/2.  These elements are:
  109.  
  110.   - The system initialization (INI) files, OS2.INI and OS2SYS.INI which
  111.     reside in the OS2 directory of the boot drive.  These INI files contain
  112.     the bulk of the system customization information.  They are opened for 
  113.     update immediately after boot.  The INI files are accessed through a set
  114.     of two indices.  Since these files are updated through "random access", 
  115.     data integrity using a sequential backup method can not be provided while
  116.     the INI files are open.  WPSbkup uses API calls provided by OS/2 for the
  117.     purpose of accessing INI files with integrity.  The INI integrity is 
  118.     critical for the successful operation of your system.  Remember that 
  119.     OS/2 is a multitasking system.  You can do real work while WPSbkup 
  120.     is active.
  121.  
  122.   - The desktop directory structure (DTP) and its associated extended attribute
  123.     (EA) data also holds a large amount of your customization data.  The DTP
  124.     is more visible to you because you directly manipulate its elements using
  125.     the OS/2 file system and WPS objective controls.  However, much of its
  126.     information is really stored in the INI files (see above.)  When you drag
  127.     a "Program object instance" out of the Templates folder, drop it on the
  128.     desktop and fill in execution related information you are interacting with
  129.     DTP.  However, almost all of the information that records this activity is
  130.     maintained in the INI files.  WPSbkup records enough information about the
  131.     DTP to be able to recreate it in a way that preserves its associations in
  132.     the INI files.  WPSbkup records the information in a way that allows you
  133.     to store the backup data on removable (floppy) FAT formatted media.
  134.  
  135. WPSbkup provides an alternative to the Alt+F1 procedure.  WPSbkup will provide
  136. backup data for your WPS and create a simple to use WPS restore procedure.
  137. More than likely you will never need to use the restore procedure, but if you
  138. do, it can save you hours of recovery time.  WPSbkup backs up only the data
  139. that "personalizes" your implementation of OS2 2.x.  WPSbkup has been tested
  140. with both US and National Language releases of OS2 version 2.  
  141.  
  142. WPSbkup can also be used in large organizations to install a standard WPS user
  143. interface for user machine that have identical (or VERY VERY similar) hardware
  144. configurations.
  145.  
  146.  
  147.  
  148. Contents of this package are:
  149.  
  150. Read.Me     - You're reading it right now.
  151. WPSbkup.exe - The Workplace Shell image copy utility.
  152. WipeWPS.exe - Clears out the desktop directorie(s) before recovery.
  153.  
  154.  
  155.  
  156. Installation is pretty darn simple:
  157.  
  158. Step1 - Copy WPSbkup.exe to a directory that you use to store programs.  Use
  159.         a directory OTHER THAN the OS/2 Desktop directory or any of its
  160.         subdirectories, though.  If a program is physically located in the
  161.         desktop directory structure AND that program is running when you
  162.         execute WPSbkup, then the backup will fail.
  163.  
  164. Step2 - Copy WipeWPS.exe TO THE SAME DIRECTORY AS USED ABOVE.                     config.sys that is contained on your SYSTEM DISK 1 OF 15.  They are:
  165.  
  166. Step3 - Add a program entry to any of your folders for WPSbkup.exe.  As far
  167.         as program settings go, all you really have to specify is path and
  168.         file name for where you placed WPSbkup.exe and the name of the
  169.         target directory into which Workplace Shell backup data will be placed.
  170.  
  171.         Enter the name of the target directory in the Parameters entry field.
  172.         You must specify drive and full path name. (I.e. E:\WPSstore)  If this
  173.         directory does not exist, WPSbkup will create it when it executes.
  174.  
  175.         TAKE NOTE:  WPSbkup.exe owns the target directory lock, stock and
  176.                     barrel.  When it starts execution, it erases all files
  177.                     and sub-directories contained within its target directory.
  178.                     So don't specify a directory that holds any files or
  179.                     sub-directories that you wish to keep.
  180.  
  181. Executing the backup is as simple as double clicking the icon!  WPSbkup.exe
  182. is a well behaved 32 bit PM application.  It does its considerable I/O on a
  183. separate thread so that you can close it, minimize it or do other tasks while
  184. it is running.  After it completes execution, look at the Read.Me file that is
  185. created in the target directory.  This file will tell you exactly what must
  186. be done in the case of a Workplace Shell failure.
  187.  
  188. Miscellaneous Notes:
  189.  
  190. 1) To receive syntax help for WPSbkup, execute it with no parameters from
  191.    an OS2 command prompt.
  192.  
  193. 2) Optional Parameters:
  194.  
  195.    PurgePrompt | NoPurgePrompt    -  allows suppression of the confirmation
  196.                                      message box that warns of the erasure
  197.                                      of files and sub-directories in the
  198.                                      backup target.  Default is PurgePrompt.
  199.                                      Be advised that WPSbkup is running when
  200.                                      the WPS status is stored.  That means
  201.                                      that if you have to restore, WPSbkup will
  202.                                      be initiated for execution.  If you use
  203.                                      the NoPurgePrompt parameter, a superfluous
  204.                                      backup will be taken when you reboot after
  205.                                      a restore.
  206.  
  207.    TestVer2Rev | NoTestVer2Rev    -  allows suppression of the check made for
  208.                                      CSD XR02000_ or CSD XR02010_.  Use this
  209.                                      parameter if you have more current
  210.                                      maintenance and are sure that this backup
  211.                                      procedure will still work with your
  212.                                      revision.  Default is TestVer2Rev.
  213.  
  214.    NoNotifyOK  | NotifyOK         -  allows generation of an "all clear"     
  215.                                      message that indicates the backup      
  216.                                      completed successfully.  Default is
  217.                                      NoNotifyOK.  WPSbkup *always* reports
  218.                                      error conditions that might keep it
  219.                                      from being able to create a valid backup.
  220.  
  221. 3) Many checks are made to insure that you will be notified if valid backups
  222.    are not created.  However, image copies are created and the GIGO (garbage
  223.    in / garbage out) rule applies.  Therefore, make sure that you are running
  224.    cleanly before you write over backup data with a new backup.  Try to use
  225.    a rotating target directory methodology so that you can maintain a valid
  226.    -1 backup should the current backup data prove to be damaged.
  227.  
  228.  
  229. ================== SUPPORT SHAREWARE =====================================
  230.  
  231. I hope you find this utility helpful, but (here comes the disclaimer) I am
  232. in no way responsible for any damages the use of this utility may cause.
  233. You are free to use this utility at your own risk with no obligation to me,
  234. the author, for only a short period of time.
  235.  
  236. This backup utility will allow 15 trial executions.  Then it will "time out."
  237. If WPSbkup is helpful to you or your organization, you should register it.
  238. The registration fee for individuals is $15 (US).  The site registration fee
  239. for corporate entities is $150 (US).  Finally, an enterprise registration is
  240. available for organizations with more that ten branches or offices.  The 
  241. enterprise registration fee is $1500 (US).  Checks must be drawn upon US banks.
  242.  
  243. Please state the file date of WPSbkup.exe that you currently have (if any)
  244. in your registration letter.
  245.  
  246. Please send registration fees to:
  247.  
  248. Dave Lester
  249. PO Box 461
  250. New Freedom, PA. 17349 USA
  251.  
  252. Comments, suggestions and bug reports may be submitted through CIS Mail
  253. ID 75600,237.  These will be answered on a "best effort" basis.
  254.  
  255.