#################### Konserve - TODO -*- text -*- #######################

o Make sure that the network transparency works completely at least for FTP

o If the target directory does not exist: create it.

o Add a dialog for the user to specify which files to exclude|include
  into the backup file

o Somehow use rsync as backend instead of simply creating tar.gz files

o TAB + RET to enter an new backup profile identifier in the lineedit of
  KEditListBox does not work. Somehow the release signal is not sent.  
  RET only does not work either

o The architecture change with a singleton profilemanager

o Change icon in systemtray, when a backup is made (aka make it nonblocking)

o Advanced Preferences window startable from Preferences

o Start backups at selectable points of time.

o on mouse-over-icon-in-systemtray display some information in a
  small window

o Preferences dialog: Update left side, when changing highlighted
  item in the list box with keys

o What's this texts ?

############################## Markus ideas ##############################

o localize / internationalize
o Persitent timers: write remaining timer time to config file and reread
  it on program start up
o ??? What happens, if backup is made in the directory that is backed up?
o automatically append tar.gz extension  
o backup making on special events (for example using KDirWatch: make backup
  when directory content changes)
o DCOP Interface (save/restore)
o Memory leak tracing
o Encryption/Signing(?) of backups (important, when sending backups over a
  network)
o support different media types (CDRom, floppy,...)
o exclude/include expressions
o ??? What happens if files are locked ???
o Version control (CVS as backend)
o Restore user interface (show diffs to the user and restore current
  dir tree with the backuped one
o one thread per BackupProfile ?
o make afio use zlib and make Konserve use afio
o ??? What happens if special files are in the backup: /dev/* /proc/* ???
o implement a KAfio class (like KZip or KTar). Possiblities:
  o using an external afio process
  o implement a libafio.so and using that one
  o implement a class writing afio format files

############################## Bennos ideas ##############################

o Status messages in the system tray

############################## End of TODO  ##############################
