remove now obsolete code :-)

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-10-30 19:43:21 +01:00
parent ef4291c722
commit 9d65e1b1bf
1 changed files with 0 additions and 19 deletions

View File

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