home *** CD-ROM | disk | FTP | other *** search
- # This is a sample HDBackup reconfiguration file. Parameters are given
- # in the form <name>=<value>.
-
-
- # The DBUG parameter specifies debugging operations to take place. It is
- # only used if HDBackup has been compiled with debugging enabled. The
- # arguments are the same used for any other program using the DBUG macro
- # package.
-
- #DBUG=d;t;F;L;o,con:0/0/640/100/HDBackupDbug
-
-
- # The SCREEN spec is used to determine whether a custom or workbench screen
- # is used.
-
- SCREEN=custom
-
-
- # The LACE spec is used to set interlace ("LACE=on")
-
- LACE=off
-
-
- # The COLORS spec sets the default colors
-
- COLORS=AAA,001,FFF,57A
-
-
- # The LACECOLORS spec sets the default interlace colors
-
- LACECOLORS=AAA,000,FFF,68B
-
-
- # The FONTNAME spec sets the font to be used (I.E. FONTNAME=topaz)
-
- FONTNAME=topaz
-
-
- # The FONTSIZE spec sets the font size to use (I.E. FONTSIZE=8)
-
- FONTSIZE=8
-
-
- # The directory in which to locate the bru executable.
-
- BRUPATH=:tools
-
-
- # The name of the bru executable to use.
-
- BRU=bru
-
-
- # Additional custom arguments to pass to bru.
-
- #BRUARGS="-#d;t;F;L;o,con:0/100/640/100/BruDbug"
- #BRUARGS="-#d;t;F;L;o,vd0:bru.log"
-
-
- # The amount of stack to give to the BRU process.
-
- BRUSTACK=40000
-
-
- # Additional devices to add to the "devices" menu
-
- DEVS=tape:
-
-
- # The devices to use by default.
-
- #USE=df0:|df1:|df2:|df3:
- USE=df0:
-
-
- # The pattern to use when building the logfile names. Follows the ANSI C
- # standard for the strftime() function. See docs for details.
-
- LOGFILE=%d%b%y
-
-
- # The directory in which to place the logfiles
-
- #LOGDIR=df0:
- LOGDIR=work:
-
-
-
-