*************************************************************
 eBR 
*************************************************************
eBR is meant to make the task of creating backups a bit 
easier, especially scheduled backup tasks. It has been 
created for my own personal.

*************************************************************
How it works

ebr.exe <Job configuration file>

%jobname:<JobName>
%Archiver:arj.exe
%ArchiverArguments:<Archiver arguments>
%destination:d:\backup
%number:<Operation Number>
#Test1
#2
%d:\test\Borg
%d:\test\Borg1
#Test2
#1
%d:\test\Contact2
#Test3
#2
%d:\test\CPP
%d:\test\illogical.dk

JobName           : Name of the entire backupjob
Archiver          : Name of compression utility, for the moment 
                    eBR only handles ARJ.
ArchiverArguments : Arguments for the archiver, I 
                    suggest a -r -m1 -wD:\Temp for the ARJ.
Operation Number  : The number of operations (Archive files)
Operation Name    : Used to name the archive files.
Number            : Number of iterations added to archive file 
OperationPath     : The path of each iteration

*************************************************************

Changelog : 

Version 0.1  : Basic functionality has been implemented. The 
               archive files is being created directly in the 
               backup destination folder. No safety checks.
Version 0.2  : Now the archive files are stored in a date 
               and time (DD-MM-YY_HH.MM) marked subdirectory 
               to destination.

*************************************************************

Todo : 

Support for backup Rotation
Support for filemasks
Support for multiple compression utilities
Errorhandling (Files, directories)

*************************************************************

Written by Peter Jespersen 
(C) Copyright 2005
All rights reserved.

I will not answer for any type of damage made on your 
computer caused by this software. Use it at your own risk! 

I can not garantee any problem/bug solving.