14 lines
718 B
Groff
14 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
|