I'm afraid I don't get it (yet).

I understand the part of revisions being just a copy of a file.
What I don't understand is where that revision is placed in the backup.
Example:
I create a daily backup (at 9pm) d:\test_yyyy-mm-dd.zip of the folder c:\test.
Content of C:\test is:
- dummy_file_01.txt
- dummy_file_02.txt
- dummy_file_03.txt
Let's assume I set up the backup schedule yesterday at 7pm
This means I already have 1 backup named d:\test_2006-08-08.zip
Today I modified the file dummy_file_02.txt
-> Will d:\test_2006-08-09.zip (which will be created at 9pm this evening) contain 4 files (the three in the c:\test folder + the revision copy of dummy_file_02.txt) ?
Apart from this I'm afraid revisions is (again) not what I expected it to be in a backup application

What I expect from a backup application is that I can say "keep exactly 3 revisions of the complete backup file".
Example:
-> test_2006-08-08.zip
-> test_2006-08-09.zip
-> test_2006-08-10.zip
On day 4, the file test_2006-08-11.zip will be created AND test_2006-08-08.zip will be deleted:
-> test_2006-08-09.zip
-> test_2006-08-10.zip
-> test_2006-08-11.zip
Same for day 5:
-> test_2006-08-10.zip
-> test_2006-08-11.zip
-> test_2006-08-12.zip
And so on...
Maybe I should add this to the wishlist

Hi santo
I cant get you. Proprabaly you are much worried about the revision option. Well the revision option comes in to picture only when you select the options tab and check the enable revison. The revisions are created depending upon the user's need. Well the Incremental backup will not run automatically.
Suppose you have three files namely
1. Test_1.txt
2. Test_2.txt
3. Test_3.txt as your source. When you execute the appropriate job these files will be copied in to your destination folder.
When you make some changes in the Test_2.txt and then when you run the appropriate job only the Test_2.txt file will be replaced in to the destination by deleting the older one and the remaining two files remains unchanged.
With the scheduler:
When we schedule the same job, Using the incremental backup only the files which are chnaged will be copied and it wont delete the remaining files as you said.