]> git.sesse.net Git - backup.sh/commitdiff
Important note
authorroot <empty>
Sun, 29 Jul 2007 14:15:32 +0000 (14:15 +0000)
committerroot <empty>
Sun, 29 Jul 2007 14:15:32 +0000 (14:15 +0000)
backup.sh

index 33f4bb3e212c9600ccb3dbb23bf8239637e592dd..ee6e98b8ed3a5996cd611adcbb1a82b860efc64b 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -278,6 +278,8 @@ wait
 rm $LOCKFILE
 
 # Did anything go wrong?
+# (IMPORTANT NOTE: The R-business does not work as expected, since this script
+# forks itself.
 if [ $R != 0 ]; then
        echo `date`": Backup run ended with errors, check logs."
        exit 1