home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / utility / fp200.zip / INSTALL.DOC < prev    next >
Text File  |  1992-02-28  |  3KB  |  78 lines

  1. Installation
  2.  
  3. Installation is straightforward. Simply insert the disk containing
  4. FLEXIBAK Plus into a drive, then select the current drive by typing
  5. "A:" or "B:", as appropriate, and press <ENTER>. Now, type "INSTALL",
  6. press <ENTER> and follow the instructions.
  7.  
  8. You are asked to specify a source drive and destination directory,
  9. which default to "A" and "C:\FLEXPLUS", respectively. Alternatively,
  10. if you acquired your copy of FLEXIBAK Plus from a BBS or prefer to
  11. manually install it, just create a directory on your hard disk and
  12. copy all FLEXIBAK Plus files to that directory.
  13.  
  14.  
  15. Setting The Alarm
  16.  
  17. FLEXIBAK Plus has an alarm feature that warns you if you haven't taken
  18. a backup recently. To enable this, you must place the following lines
  19. in your AUTOEXEC.BAT file (generally found in the Root directory of
  20. your hard disk) in an appropriate place. (If you are unsure about the
  21. function of the AUTOEXEC.BAT file or how to alter it, please consult
  22. your MS-DOS reference manual).
  23.  
  24. x:
  25. CD \FLEXPLUS
  26. FLEXPLUS /A=y
  27. C:
  28.  
  29. Where "x" is the hard disk drive where you installed FLEXIBAK Plus --
  30. if other than drive C -- and "y" is the number of days after which you
  31. want the alarm to sound. Many users set "y" to "7" for a weekly
  32. backup; others do it more frequently -- even once each day. Only you
  33. can determine how often to backup programs and data in your
  34. circumstances, based upon how much work you can afford to lose when
  35. the inevitable happens someday and files become lost or damaged.
  36.  
  37. After you have done this, every time you boot your computer FLEXIBAK
  38. Plus will determine if the time since the last backup is longer ago
  39. than the specified threshold - "y" in the above example. If so, an
  40. alarm will sound to remind you to take a backup.
  41.  
  42.  
  43. Command Line Parameters
  44.  
  45. If you are running on a machine with a particularly low amount of free
  46. memory or a particularly high number of files, you may have trouble
  47. getting started with FLEXIBAK Plus, as it will abort with an exception
  48. message saying that it has run out of memory, file space or directory
  49. space.
  50.  
  51. If this occurs, override the initial memory allocation settings of
  52. FLEXIBAK Plus with command line options. (These can later be set
  53. permanently with the General Setup option of the Setup menu.) To
  54. override the number of default number of files (4000), use the "/F"
  55. command line option. To override the default number of directories
  56. (300), use the "/D" command line option. For example, if you have a
  57. particularly large hard disk, you might use a command like this:
  58.  
  59. FLEXPLUS /F=5000 /D=500
  60.  
  61. This example tells FLEXIBAK Plus to allocate space for 5000 files and
  62. 500 directories. If you are short of memory (FLEXIBAK Plus requires
  63. about 520K FREE memory in order to run with its default setting of
  64. 4000 files), you should try reducing the number of files by using a
  65. command such as:
  66.  
  67. FLEXPLUS /F=2000
  68.  
  69. Make sure that the number of files you specify is at least 100 greater
  70. than the number of files on your drive C, and FLEXIBAK Plus should run
  71. correctly.
  72.  
  73. There is one more command line parameter -- "/N". If you use this
  74. parameter the FIRST time that FLEXIBAK Plus is run, drive C will not
  75. automatically be used as the logged-in drive. Use this parameter if
  76. you have too many files on drive C for FLEXIBAK Plus to handle as one
  77. backup drive or you only want to backup selected directories or files.
  78.