home *** CD-ROM | disk | FTP | other *** search
/ Falcon 030 Power 2 / F030_POWER2.iso / ST_STE / MAGS / ICTARI03.ARJ / ictari.03 / C / BACKUP / BACKUP.DOC < prev    next >
Text File  |  1992-03-07  |  2KB  |  56 lines

  1.  
  2.  
  3.  This archive contains the following:-
  4.  
  5.  BACKUP.DOC
  6.  BACKUP.PRG
  7.  BACKUP.RSC
  8.  
  9.  BACKUP.PRG is a gem application which will backup a hard disk (or floppy).
  10.  
  11.  This program will backup files based on one of three methods:
  12.  
  13.  - All Files
  14.  - Files modified after an entered data and time
  15.  - Files modified after the time and date of the file 'TIMESTMP.HD'
  16.  
  17.  OPERATION:
  18.  
  19.     The user is prompted for the type of backup to be used, source and
  20.     destination drives and verify or replace.
  21.  
  22.     After all operator input is verified all files on the source drive are
  23.     checked to see if it should be backed up.  When a file is selected for
  24.     backup the destination is checked for enough space.  If space is not
  25.     available the user is requested to make a diskette change.  The file is
  26.     then copied to the destination drive under the proper directory, created
  27.     if missing.  When the backup has been completed the program will ask the
  28.     operator if it can create a dummy file on the source drive.  This file
  29.     "TIMESTMP.HD" can be used by this program to determine files that should
  30.     be backed up when run again.
  31.  
  32.  WARNINGS AND INFORMATION
  33.  
  34.     1. This program uses GEMDOS for all file operations.  Note that files on
  35.        the destination diskette are not deleted or destroyed, unless being
  36.        replaced by a later version of the file.
  37.  
  38.     2. There is no provisions for formatting diskettes so you must make sure
  39.        enough are available before attempting the backup.
  40.  
  41.     3. Currently files larger than the size of a diskette can not be backed
  42.        up utilizing this program.
  43.  
  44.     4. Currently, when backing up a file the entire file is read into memory
  45.        and then written to the destination drive.  If there is not enough
  46.        memory to read the entire file the operator will be notified.  If
  47.        this occurs try removing desk accessories.
  48.  
  49.  
  50.   Please send me any information on problems or improvements that you would
  51.   like to see.  Note that not all situations have been fully tested but the
  52.   need to do easy time base backups of hard drives prompted me to an early
  53.   release.
  54.  
  55.                                                GENIE: K.LIGHTBODY
  56.