www.nico.schottelius.org/software/ccollect/download/ccollect-0.7.0/doc/todo/0.7.1
Nico Schottelius 851d24074e add related plus support
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2010-04-08 22:33:02 +02:00

13 lines
718 B
Groff

- add global delete_incomplete (/etc/ccollect/defaults/delete_incomplete)
- add wrapper, to do logging and analyse
* output filename in the wrapper, save into variable
* call analyser
- fix german documentation!
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