home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / BACK2FT2.ZIP / BACK2FT2.DOC < prev   
Text File  |  1993-02-06  |  4KB  |  89 lines

  1.  
  2.     February 6, 1993
  3.  
  4.                         BACK2FT2.DOC
  5.                        --------------
  6.  
  7.     BACK2FT2.CMD is the modified version of Ralf Hauser's original
  8.     BACK2FAT.CMD.  With his "best wishes", I have made some minor
  9.     changes to the original program which will now allow for using
  10.     the program with PKZIP and ARJ as well as with ZOO.
  11.  
  12.     Changes in Version 1.02:
  13.     ------------------------
  14.  
  15.     -  added the ability to backup with PKZIP and ARJ
  16.     -  added more flexibility via command line switches. most
  17.        notably;
  18.            -  the ability to uniquely name the "filename" portion
  19.               of the output file set.
  20.            -  designate which utility program to use
  21.            -  convert all command line arguements to upper case
  22.               for easier manipulation
  23.            -  inserted additional code necessary to handle mul-
  24.               tiple compression utilities
  25.  
  26.     Notes:
  27.     ------
  28.  
  29.     If you are a registered user of the ARJ compression utility, the
  30.     "tmpfile" filelist approach used by Ralf will work although the code
  31.     in the b2f_backup procedure will require further, slight modification.
  32.  
  33.     Also, using the ARJ utility, the '-b1' switch can be added to make
  34.     backups to an already existing backup file with the same output file-
  35.     name.
  36.  
  37.     I have not made any allowance in this version for return codes other
  38.     than what was originally specified.  This should be done in order to
  39.     act properly when ARJ or PKUNZIP fail to compress properly.  I have,
  40.     however, increased the return code value to any code > than 2 which
  41.     seems to correct the ZOO problem specified by Ralf in his documenta-
  42.     tion.
  43.  
  44.     Caveats:
  45.     --------
  46.  
  47.     I have not tested the quality of the compressed files by doing a full
  48.     restore.  I have performed restores on test sub directories and all
  49.     seems to work correctly.  The program does accomplish the desired
  50.     end and has given me the solution to the "HPFS to FAT" backup problem
  51.     using a DOS-based tape drive.
  52.  
  53.     Operation:
  54.     ----------
  55.  
  56.     I have created a 75mg FAT drive which I use as the receptacle for my
  57.     backups and which is totally dedicated to this end (what a waste!).
  58.     Be as it may, after I have run this utility and Dave Terry's WPSBackup
  59.     program for preserving the desktop, I have a directory structure which
  60.     looks like the following:
  61.  
  62.                        SubDirectories   Usage
  63.              G:\       TEMP             Used to keep copies of BU utilities
  64.                        EAJD             Backed up files/ea's from Drive D:
  65.                        EAJF             Backed up files/ea's from Drive F:
  66.                        WPS              Backed up desktop
  67.  
  68.     The process I have used is to first backup the WPS Desktop.
  69.     Run the BACK2FAT program to preserve files on HPFS drives D: and F:
  70.     To accomplish this, BACK2FAT must be run twice.  I have set up a pro-
  71.     cess to accomplish the first two procedures on a timed basis at night.
  72.     The last step is to reboot DOS 5.0 and run the tape backup program
  73.     which performs a full backup on Drive G:.  This also may be done auto-
  74.     matically by using the "timed approach" from within DesqView.
  75.  
  76.     ----------------------------------------------------------------------
  77.     I hope that you find the two versions of BACK2FAT usefull.  Should you
  78.     elect to make further modifications, please include the new "version"
  79.     with the original package along with your documentation of changes.
  80.  
  81.     Please send copies of changes to Ralf at the address stated in his
  82.     documentation and to me.  Good luck!
  83.  
  84.     chris hascall
  85.     49 McKinley Street
  86.     South Portland ME USA 04106
  87.  
  88.     1 (207) 799-8679
  89.