home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PROGRAMS / UTILS / DOS_HELP / FAT_UTIL.ZIP / DBACK.DOC < prev    next >
Encoding:
Text File  |  1986-08-10  |  1.2 KB  |  28 lines

  1. Eric Gans                              (Part of UNERASE package)
  2. French Dep't UCLA
  3. Los Angeles, CA 90024
  4.  
  5.  
  6.                             DBACK.COM
  7.  
  8.      Because  unerasing  on a hard disk is a  delicate  procedure
  9. (the FAT and part of the directory must be rewritten to disk),  I
  10. have  included in this ARC DBACK.COM,  which will back up the FAT
  11. and root directory of a (hard) disk on another (floppy) disk, and
  12. restore it in case catastrophe strikes.   DBACK makes a read-only
  13. file called DBACK.DRx (x = backed up drive) in the root directory
  14. of  the  backup drive.   For extra  security,  run  DBACK  before
  15. unerasing;  since  the backup file is written on another disk  it
  16. won't disturb the unerase procedure.
  17.  
  18.      DBACK  is  also useful for general disk  security  purposes,
  19. especially  for  assembly-language  programmers who are  often  a
  20. keystroke or two away from trashing their disk.
  21.  
  22.      Don't  forget to copy DBACK.COM to a backup disk.   If it is
  23. on  a  different diskette than DBACK.DRx,  you will  be  able  to
  24. change  disks while running the program.   Just remember that  if
  25. you ever need DBACK to restore your hard disk directory you won't
  26. be able to find it there!
  27.  
  28.