From 9d65e1b1bf8a13e74965a55e6245279b87c3df06 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 30 Oct 2009 19:43:21 +0100 Subject: [PATCH] remove now obsolete code :-) Signed-off-by: Nico Schottelius --- ccollect.sh | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/ccollect.sh b/ccollect.sh index efd0440..13cc7b2 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -442,25 +442,6 @@ while [ "${i}" -lt "${no_sources}" ]; do fi fi - incomplete="$(echo \ - $(pcmd ls -1 "${ddir}/" | \ - awk ' - BEGIN { regexp=ENVIRON["CMARKER"] "$" } - $0 ~ regexp { - print $0; - gsub(ENVIRON["CMARKER"]$,"",$0); - print $0 - }' | tee "${TMP}"))" - -FIXME: stopped here! -> gsub broken - - if [ "${incomplete}" ]; then - _techo "Incomplete backups: ${incomplete}" - if [ -f "${c_delete_incomplete}" ]; then - delete_from_file "${TMP}" - fi - fi - # # Interval definition: First try source specific, fallback to default #