clear: 1,26 <-- 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: a <-- Media to be backed up. users: 0,1 control drive: a <-- BackRest system work drive. id: FooBar Enterprises, 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,page.com exception: ?,?,n,k,ed.com exception: ?,?,n,k,pip.com exception: ?,?,n,k,stat.com exception: ?,?,n,d,*.bak <-- Change the k's to exception: ?,?,n,d,$$$.sub <-- d's if you want to exception: ?,?,n,d,*.$$$ <-- delete these files. exception: ?,?,n,k,*.prn exception: ?,?,n,k,*.hex exception: ?,?,n,k,*.sym