home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 391.lha / s / MRBackup.init < prev    next >
Text File  |  1990-07-07  |  2KB  |  59 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 = 3481
  11. ; Decimal value for screen color 1
  12. color1 = 3328
  13. ; Decimal value for screen color 2
  14. color2 = 4095
  15. ; Decimal value for screen color 3
  16. color3 = 0
  17. ; Level of Lempel-Ziv file compression.
  18. compression = 16-Bit
  19. ; Level of Lempel-Zip file decompression.
  20. decompression = 16-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 = NO
  31. ; Should MRBackup test archive bits during backup?
  32. testarchivebits = NO
  33. ; What method of error handling should MRBackup employ?
  34. errorhandling = Interactive
  35. ; How many retries on an error?
  36. retries = 5
  37. ; Date format: 0=AmigaDOS, 1=International, 2=USA, 3=Canadian
  38. dateformat = 0
  39. ; Compression estimate, in percent?
  40. compest = 35
  41. ; File buffer size, in K?
  42. bufsize = 64
  43. ; What is the name of the logging file or device?
  44. log = MRBackup.log
  45. ; What is the name of the home device/volume/directory?
  46. home = DH0:
  47. ; What is the name of the backup device/volume/directory?
  48. backup = DF0:
  49. ; What is the name of the listing device or file?
  50. list = MRBackup.list
  51. ; What is the name of the backup filter file?
  52. bfilter = MRBackup.bflt
  53. ; What is the name of the compression filter file?
  54. cfilter = MRBackup.cflt
  55. ; What is the name of the decompression filter file?
  56. dfilter = MRBackup.dflt
  57. ; What is the backup volume prefix?
  58. prefix = 
  59.