]> git.sesse.net Git - backup.sh/blobdiff - backup.sh
Important note
[backup.sh] / 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