From: Steinar H. Gunderson Date: Sat, 4 Oct 2014 22:42:14 +0000 (+0200) Subject: This comment does not really make any sense. X-Git-Url: https://git.sesse.net/?p=backup.sh;a=commitdiff_plain;h=5352077065dc208094ecdad22d3390a3e3d05b60 This comment does not really make any sense. --- diff --git a/backup.sh b/backup.sh index 075f89a..6f861df 100755 --- a/backup.sh +++ b/backup.sh @@ -11,9 +11,6 @@ # It's a bit peculiar, but quite effective. The following is worth keeping in # mind when hacking: # -# KISS. And by that I mean really simple. Only regular Unix commands, please -# (but GNU extensions are used and moreutils has to be installed). -# # Because of the way we run this script from cron, informational logging goes # to stderr and warnings and errors to stdout. This way, we get mail whenever # stuff fails, and other output is redirected to the log file.