clear: <-- Put your Clear screen code here. printer init: 1,13 <-- Initialize printer with a CR form feed: 1,12 <-- Printer form feed. width: 80 <-- Columns on the printer. split: true <-- Always split files to save space. erase: true <-- Always erase destination disk first. report print: true <-- Print report when done. show skips: false <-- Don't show report of skipped files. trap errors: true <-- Trap CP/M 2.2 BDOS errors. dest drive: b <-- For changable destination disk media. source drives: e,f,g <-- Media to be backed up. users: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15 control drive: a <-- BackRest system work drive. id: Stok Software, Inc. exception: 0,?,c,k,control.br <-- Ok to backup if modified exception: 0,?,n,k,*.br? <-- Leave other work files alone. exception: ?,?,n,k,*.bak <-- Change the k's to exception: ?,?,n,k,$$$.sub <-- d's if you want to exception: ?,?,n,k,*.$$$ <-- delete these files.