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