add hint: prevent backup deletion for unreachable hosts

Signed-off-by: Nico Schottelius <nico@denkbrett.schottelius.org>
This commit is contained in:
Nico Schottelius 2008-06-13 11:18:44 +02:00
parent 8f2af0e466
commit 5caad132b5
1 changed files with 2 additions and 0 deletions

View File

@ -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.