www.nico.schottelius.org/software/ccollect/ccollect-0.7.0/doc/todo/0.7.1
Nico Schottelius 7a4e82d87a raw import of ccollect from unix.schottelius.org
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-05-26 23:45:19 +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