--------------------------------------------------------------------------------
done:
- tools in makefile
14:15 <telmich> also alle tools/ccollect_*
14:15 <dev-zero> mach mal n besseres Makefile :)
14:15 <telmich> hatte die extra deswegen umbenannt
14:15 <telmich> nehme ich mal als hinweis für 0.7.1


- add global delete_incomplete (/etc/ccollect/defaults/delete_incomplete)

09:31 < Obri> telmich: hab nen kleinen tipp für ccollect
09:32 < Obri> telmich: ich habe hier hosts die nicht immer online sind, das ist dumm weil so das backup 
              kaputtgeht...
09:32 < Obri> telmich: ich habe jetzt das ein preexec script gebastelt:
09:32 < Obri> ping -c1 -q `cat /etc/ccollect/sources/$name/source | cut -d"@" -f2 | cut -d":" -f1`
09:33 < Obri> telmich: so bricht das backup ab wenn der host nicht erreichbar ist
09:33 < Obri> ohne dass ein altes backup entsorgt wird


- remove basename
   -> include config from cconf! -> standard!

reject:
--------------------------------------------------------------------------------
- fix german documentation!
   => I'm the coder, somebody else can fix it.
- add wrapper, to do logging and analyse
   * output filename in the wrapper, save into variable
      => mktemp
   * call analyser
      => output stdout?
   => no use for that currently