ccollect/doc/todo/0.7.1

15 lines
719 B
Groff
Raw Normal View History

2007-08-27 17:13:51 +00:00
- 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
2007-08-27 17:24:48 +00:00
- fix german documentation!
2008-03-04 22:01:34 +00:00
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