From 4ff9672fb8614ad8e39ada750d8a3baa8a98b944 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 17 Dec 2007 21:24:34 +0000 Subject: [PATCH] TODOs fixed, known issues listed --- backup.sh | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/backup.sh b/backup.sh index 8f85b14..12b210a 100755 --- a/backup.sh +++ b/backup.sh @@ -25,10 +25,14 @@ # # The script is halfway Norwegian and halfway English. Newer modifications are # in English, we should probably stick to that. - -# TODO(sesse, 2007-12-16): -# * Sjekk hvorfor .idx-filene til UD er blitt 0 for siste fullbackuper -# * Rydde uleselig kode fra linje 211 og litt nedover +# +# Known issues: +# +# o $R has no proper meaning because of the forking subshell stuff. We need a +# more robust way of returning non-zero on errors, which we probably don't +# right now. +# o The code around line 211 and downwards is messy. +# # Configuration LOCKFILE=/home/backup/backuprun.lockfile -- 2.39.2