This is a road map for the next releases. I cannot guarantee that they
will happen, or that they will happen in this sequence, but the
probability of the following is high.



----------------------------
version 1.17
Optional splitting of storeBackup into two parts for much faster performance
during the backup:
- store / compress changed files
- set hard links (later)


----------------------------
version 1.18

A possiblity to search in old backup with the following criteria:
- name of the file (pattern)
- size of the file (of the source file, not the backuped file :-)
- ctime, mtime of the file
- uid, gid of the file
- mode of the file
A have to think a little bit if any combination will be possible.

----------------------------
version 1.18

Implement the possibility to delete only parts of a backups (Subtrees).
The configuration of this feature will only be possible from the
configuration file. It is to complicated for command line options.


----------------------------
other plans
- reorganize storeBackupVerions.pl and storeBackupRecover.pl with a
  common library to use functionality of storeBackupVersions.pl in
  storeBackupRecover.pl, eg. restore all different versions of a file
  with one command in a directory
	-> this is an ongoing task sinse 1.8
- add some of the possibilities of tar to storeBackup
- Make a priority list for chown when backing up. (e.g. root,bin,...)
  for closing theoretical security holes

