From 5caad132b554777231a2dac01960442b748ba168 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 13 Jun 2008 11:18:44 +0200 Subject: [PATCH] add hint: prevent backup deletion for unreachable hosts Signed-off-by: Nico Schottelius --- doc/ccollect.text | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/ccollect.text b/doc/ccollect.text index 8b2588c..f6b0c77 100644 --- a/doc/ccollect.text +++ b/doc/ccollect.text @@ -757,6 +757,8 @@ the following script as source specific pre-exec: # ping -c1 -q `cat "/etc/ccollect/sources/$name/source" | cut -d"@" -f2 | cut -d":" -f1` -------------------------------------------------------------------------------- +This prevents the deletion of old backups, if the host is not reachable. + This hint was reported by Daniel Aubry.