home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff270.lzh / MRBackup / MRBackup.init < prev    next >
Text File  |  1989-11-06  |  2KB  |  45 lines

  1. ; This is the MRBackup preferences/initialization file.
  2. ; This file is comprised of parameter settings and comment lines.
  3. ; Parameter setting lines are of the form:
  4. ;     <keyword> = <value>
  5. ; where <keyword> names the parameter to be set and <value> is
  6. ; either a boolean (YES/NO) or a string value.
  7. ; Leading blanks are discarded and empty lines are ignored.
  8. ; Comments may begin with a semi-colon (;).
  9. ; Decimal value for screen color 0
  10. color0 = 0
  11. ; Decimal value for screen color 1
  12. color1 = 3020
  13. ; Decimal value for screen color 2
  14. color2 = 4080
  15. ; Decimal value for screen color 3
  16. color3 = 3616
  17. ; Level of Lempel-Ziv file compression.
  18. compression = 13-Bit
  19. ; Level of Lempel-Zip file decompression.
  20. decompression = 13-Bit
  21. ; Should MRBackup generate a paginated listing during backup?
  22. listing = YES
  23. ; Should MRBackup talk to me?
  24. speech = YES
  25. ; How should floppies be formatted during backup?
  26. format = Quick
  27. ; Should MRBackup split large files across multiple floppies?
  28. bigfiles = YES
  29. ; Should MRBackup set archive bits during backup/restore?
  30. setarchivebits = YES
  31. ; Should MRBackup test archive bits during backup?
  32. testarchivebits = YES
  33. ; What is the name of the logging file or device?
  34. log = NEWCON:0/10/640/190/MRBackup.Log
  35. ; What is the name of the home device/volume/directory?
  36. home = DH0:
  37. ; What is the name of the backup device/volume/directory?
  38. backup = DF0:
  39. ; What is the name of the listing device or file?
  40. list = MRBackup.list
  41. ; What is the name of the exclude filter file?
  42. exclude = MRBackup.xcld
  43. ; What is the name of the compression filter file?
  44. cfilter = MRBackup.cflt
  45.