From 38ca0a15463fcf07698d4980df7e0f9abb48135d Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 4 Feb 2009 15:12:27 +0100 Subject: [PATCH] Revert "Keep a symlink to the current backup around. This allows us to" This patch is broken for non local destinations. This reverts commit 6de3c9877c776eacf669d0dfe8d2c8b40719ad81. --- ccollect.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/ccollect.sh b/ccollect.sh index 77f2c5c..e14dcfc 100755 --- a/ccollect.sh +++ b/ccollect.sh @@ -561,9 +561,6 @@ while [ "${i}" -lt "${no_sources}" ]; do _techo "Finished backup (rsync return code: $ret)." if [ "${ret}" -ne 0 ]; then _techo "Warning: rsync exited non-zero, the backup may be broken (see rsync errors)." - else - [ -e "${destination}/${INTERVAL}.current" ] && rm -f "${destination}/${INTERVAL}.current" - ln -s "$(basename "${destination_full}")" "${destination}/${INTERVAL}.current" fi #