home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 10: Diskmags / nf_archive_10.iso / MAGS / ST_USER / 1990 / USERNV90.MSA / TURTLE_MANUAL.ARC / TTLEXEC.MAN < prev   
Text File  |  1990-05-25  |  3KB  |  68 lines

  1.  
  2. TTLEXEC                ST Programmer's Manual                  TTLEXEC
  3.  
  4. NAME
  5.      ttlexec - execute hard disk backup
  6.  
  7. SYNOPSIS
  8.      ttlexec [-acdfinost] path [...path]
  9.  
  10. DESCRIPTION
  11.      ttlexec does disk backup to floppies by reading the specified
  12.      path name(s) and writing either all files, or all unarchived
  13.      files. It uses a RAMDISK to create an in-memory image of the
  14.      floppy to write, then does a track-by-track copy of the RAMdisk
  15.      image. The only RAMdisks useable are TRDNSS.PRG for normal format
  16.      single sided diskettes, TRDNDS.PRG for double sided normal format
  17.      diskettes, TRDTSS.PRG for "TWISTER" format single sided diskettes,
  18.      and TRDTDS.PRG for "TWISTER" format double sided diskettes.
  19.      Before executing ttlexec, nearly all of the system memory must be
  20.      available.
  21.  
  22. -a   inhibit setting the ARCHIVE bit on files as they are copied.
  23.      Normally the ARCHIVE bit is set as the files are backed up.
  24.  
  25. -c # write # copies of each disk. Normally, only one copy of each
  26.      diskette is written.
  27.  
  28. -d   hold screen after completion. Normally used only when invoked
  29.      from the desktop.
  30.  
  31. -f   format floppies before writing. Normally floppies are assumed
  32.      to be formatted and ready for writing. They need not be erased
  33.      since ttlexec will over-write any existing data on the disks.
  34.      Only normal format diskettes can be formatted, "TWISTER" disks
  35.      must be pre-formatted.
  36.  
  37. -i   incremental backup. Copy only the files with the ARCHIVE bit
  38.      reset. Normally, all files are copied.
  39.  
  40. -n # number the output disks starting with #. Normally output disks
  41.      are numbered beginning with 1.
  42.  
  43. -o   only files are to be copied. All files in the named path are
  44.      backed up (unless -i is specified), but folders within the named
  45.      path are not backed up.
  46.  
  47. -s   single sided output disks. Normally output is prepared for
  48.      double sided disks.
  49.  
  50. -t   write diskettes in "TWISTER" format.
  51.  
  52. -v   verify output disks. Normally output disks are written, but not
  53.      read back. 
  54.  
  55. BUGS
  56.      GEMDOS has a significant problem when over 40 folders are accessed
  57.      between system resets. Avoid this by backing up specific path names
  58.      to control the number of folders read and written between resets.
  59.      An error will occur if more than 112 files are written to the root
  60.      directory of the RAMdisk between floppy writes.
  61.  
  62. AUTHOR
  63.      George R. Woodside           PPN 76537,1342
  64.      5219 San Feliciano Drive
  65.      Woodland Hills, Ca. 91364
  66.  
  67. Printed 01/09/87                                                1
  68.