| Remove the following line
ERROR 0 You MUST read the !Help file provided before using Back_It


| This is were you place your setting for !Back_it

| This is the place you set were you want the backed up files to be placed.
|
Set backit$backupdir <backit$Dir>.^.Backups

| Switch on the logging of the backup process
| Options are : On or Off
|
Set backit$log On

| On Closedown you can make !Back_it perform a backup or not.
| Off means no backup performed on Close Down.
| Yes means it does.
|
Set backit$closedown Off

| method 0 normal backups
| method 1 if previous backup exists, copy that and do an update instead.
|
Set backit%method 0

| This determines the number of backup directories !Back_it keeps archived
|
Set backit%number 6


| Switch on the internal ZIP option to allow backups to be compressed
| Options are : on or off
|
Set backit$zip On

| How fast the ZIP program compresses your files.
| its a number from 0 to 9, where 9 is the slowest but compresses the most.
| 0 performs no actual file compression but you save on some disc space
| wastage and 0 is the fastest.
| 1 - 5 are probably the best numbers to use here.
|
Set backit%compress 5


| Exclude the ScrapDirs directory from being backed up.
| This directory is usually full of large temporary files.
|
| Change line to |Set backit$exclude *!Scrap.ScrapDirs*
| to allow !Scrap.ScrapDirs to _be_ backed up.
| 
Set backit$exclude *!Scrap.ScrapDirs*

| Forces the ZIP program not to try to compress already compressed files
| These are common compressed filetypes.
|
IF "<Zip$options>" = "" THEN Set Zip$Options "-n C85:FF0:DDC:D96:68E:B23:FCA"

