home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / files / diskutil / tapebios / dump.doc < prev    next >
Text File  |  1993-08-06  |  1KB  |  29 lines

  1. Dump Utility (Support Section), DUMP.TTP
  2. ========================================
  3.  
  4.     DUMP.TTP allows individual or multiple partitions to be dumped, i.e.
  5. image backup, to tape. This form of backup is a lot faster than a selective
  6. file backup provided by my own port of GNU tar v1.10, which incidentally
  7. supports SCSI tape drives using the TapeBIOS function calls.
  8.  
  9.     DUMP.TTP takes arguments. These arguments are as follows:-
  10.  
  11.     e.g. dump.ttp [-a] [drivelist] [dumpname_a] [dumpname_b] [etc...]
  12.  
  13.     Example, to dump drives C: F: and G: with dumpname Boot for C:, Apps
  14. for F: and General for G:, execute the following:-
  15.  
  16.     e.g. dump.ttp cfg Boot Apps General
  17.  
  18.     The '-a' option allows you to append to the end of an existing DUMP
  19. tape.
  20.  
  21. NOTE: Be sure to have a tape in the drive that can handle the amount of data
  22. to be transferred to it. Currently DUMP.TTP does not check for End-of-Media
  23. and will not request another volume, so this will fail.
  24.  
  25. Alan Hourihane.
  26. email: alanh@logitek.co.uk
  27. 15/3/92.
  28.     
  29.