home *** CD-ROM | disk | FTP | other *** search
- ; This is the MRBackup preferences/initialization file.
- ; This file is comprised of parameter settings and comment lines.
- ; Parameter setting lines are of the form:
- ; <keyword> = <value>
- ; where <keyword> names the parameter to be set and <value> is
- ; either a boolean (YES/NO) or a string value.
- ; Leading blanks are discarded and empty lines are ignored.
- ; Comments may begin with a semi-colon (;).
- ; Decimal value for screen color 0
- color0 = 0
- ; Decimal value for screen color 1
- color1 = 3020
- ; Decimal value for screen color 2
- color2 = 4080
- ; Decimal value for screen color 3
- color3 = 3616
- ; Level of Lempel-Ziv file compression.
- compression = 13-Bit
- ; Level of Lempel-Zip file decompression.
- decompression = 13-Bit
- ; Should MRBackup generate a paginated listing during backup?
- listing = YES
- ; Should MRBackup talk to me?
- speech = YES
- ; How should floppies be formatted during backup?
- format = Quick
- ; Should MRBackup split large files across multiple floppies?
- bigfiles = YES
- ; Should MRBackup set archive bits during backup/restore?
- setarchivebits = YES
- ; Should MRBackup test archive bits during backup?
- testarchivebits = YES
- ; What is the name of the logging file or device?
- log = NEWCON:0/10/640/190/MRBackup.Log
- ; What is the name of the home device/volume/directory?
- home = DH0:
- ; What is the name of the backup device/volume/directory?
- backup = DF0:
- ; What is the name of the listing device or file?
- list = MRBackup.list
- ; What is the name of the exclude filter file?
- exclude = MRBackup.xcld
- ; What is the name of the compression filter file?
- cfilter = MRBackup.cflt
-