home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 137.lha / Backer / RESTORER.DOC < prev    next >
Text File  |  1986-11-20  |  2KB  |  82 lines

  1.  
  2.  
  3.           The Restorer Version 1.0H
  4.  
  5.  
  6. Copyright (C) Dexter (Chip) Orange, January 1988.
  7.  
  8.  
  9.      The Restorer is an utility designed
  10. to be used in conjunction with The Backer to allow
  11. you to restore files to your hard disk.
  12. The syntax is:
  13.  
  14.  
  15. Restorer FROM <backup drive> TO <drive> [ALL|NEW] [SET|NOSET]
  16.  
  17.  
  18. FROM <backup drive> is the directory/drive to be restored from,
  19. TO <drive> is the drive to restore the files to.
  20. NEW/ALL indicates whether all files
  21.   from <backup> will be restored or only new ones (ones not on the hard drive
  22.   or whos date is less than that of the backup)
  23. SET/NOSET indicates whether the archive bit should be set in the file after
  24.   it has been restored.
  25.   (note that the file date of the backup file is preserved, regardless of
  26.    SET|NOSET).
  27.  
  28.  
  29. Defaults:
  30.  
  31. Restorer <backup> NEW SET TO DH0:
  32.  
  33. To restore an entire hard disk:
  34.  
  35. (get your most recent group of incremental backup floppies,
  36. and for each type:)
  37.  
  38. 1> RUN RESTORER DF0: TO DH0:
  39.  
  40.  
  41. (Next repeat the process for any remaining incremental backups going in
  42. reverse chronological order)
  43. (Then, repeat the process once more using your most recent full backup)
  44.  
  45. Going in reverse chronological order like this saves you a little time since
  46. the NEW option is the default, files that appear on multiple backups will only
  47. be restored once.
  48.  
  49.  
  50.      Doing a partial restore:
  51.  
  52.  
  53.      If you only want to restore a specific group of files,
  54. modify the above proces slightly by specifying the exact directory/file to
  55. be restored.  For example:
  56.  
  57.  
  58. RUN RESTORER DF0:MODULA TO DH0:
  59.  
  60.  
  61. would only perform the restoration on files in the Modula directory.  You
  62. should save yourself some time and only use the disks you know to contain the
  63. files you wish to restore.
  64.  
  65.  
  66. The Restorer, like The Backer, The Estimator, and ArchStatus, is freely
  67. distributable for non-commercial purposes.  It may be distributed with
  68. commercial hard drives as long as no extra charge is made for it.
  69.  
  70.  
  71.           Version History:
  72.  
  73.  
  74. 1.0H -- recompiled with TDI 3.02A, mysterious gurus gone!
  75. 1.0G -- Tinkered with the code so it uses less memory and runs a little faster
  76. 1.0F -- Thanks to the arp.library, parameter handling is now
  77.         a little better.  Also reduced stack size requirements.
  78. 1.0E -- Removed some unnecessary code; runs a little faster now
  79. 1.0D -- allowed total file name length to be 255 chars
  80. 1.0C -- minor bug fixes
  81. 1.0B -- first release
  82.