                             ***********************************
                             ******CopyCat by Ozzi V.1.0.4******
                             ***********************************


				  This Program is Freeware
	  In Cooperation with The Shark, and Thunder (http://thundersf.111mb.de/)


1.  About
2.  Start a Backup
3.  Automate a Backup
4.  Creating a Backup
4.1 The Parameters; Explanation
4.2 The Includes; Explanation
4.3 The Folders; Explanation



*****************************************************************************************
=1.About=
CopyCat is a small Backup tool, with the ability to Copy a Folder with its sub-hierarchy.
Also you can either copy all Files, or just selected includes, it also now features the
Archive Bit Trick!

Then there is the log feature, just go to the folder where CopyCat.exe is then go to the
Folder log, there you will see all want you need ;)

If you need to reconstruct the File permissions of your Backup, go to the Folder restoreperm, choose the right file and execute it, its that simple ;)


*****************************************************************************************
=2.Start a Backup=
Just drag the created ini file on CopyCat.exe

*****************************************************************************************
=3.Automate a Backup=
Use the Windows Task Scheduler on CopyCat.exe and as a parameter use the path to the 
Backup.ini file.

Example:
CopyCat.exe mybackup.ini

Or just create a batch file, like that

@echo off
start CopyCat.exe mybackup.ini
end

and link that to the Scheduler.

*****************************************************************************************
=4.Creating a Backup=
First you need to create a ini File.

The Syntax

1=overwrite
0=move
1=archiv
jpg
exe
bmp
FOLDERS
C:\Test
C:\Backup
E:\Files
C:\Backup\EFiles

This inf file will
-Overwrite exsisting files
-Will not delete the Source files
-Will just copy jpg, exe and bmp files and those files that have the archiv attribut set (A)
-Will copy the Folder Test to Backup (and all its subfolders)
-Will copy the Filder Files to Backup\EFiles (and all its subfolders)

*****************************************************************************************
4.1 The Parameters:

1=overwrite
This will force to overwrite the allready existing files in the Backup Directory
0=overwrite
This will not overwrite ANY existing files in the Backup Directory

1=move
When the Files are moved, the source files will be deleted
0=move
This will just copy the files and leave the source files as they are

1=archiv
This will just copy Files that where changed since they were last backuped (does not proberly work if you use more then 1 Backup tool for the same Folder/s)
0=archiv
This will make CopyCat just Copy all allowed Files, no matter they did not change since the last backup

By the Way, if you have archiv=1 you should set overwrite=1 

*****************************************************************************************
4.2 The Includes:

Just write on every new line, a file type you want to copy
Use "ALL" (without ""), this will copy all files

*****************************************************************************************
4.3 The Folders:

First write down the soruce folder, then the folder where the Backup shal be created (it will be created, if it doesnt exist)

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

Have fun & visit 
http://ozzisoftware.webs.com 


