]> git.sesse.net Git - backup.sh/commitdiff
Some minor changes that were done without checking out from RCS.
authorroot <empty>
Mon, 16 Jul 2012 11:12:01 +0000 (11:12 +0000)
committerroot <empty>
Mon, 16 Jul 2012 11:12:01 +0000 (11:12 +0000)
backup.sh

index 985bb1c1865781e8686a4585a5617fe52dc03e17..a76baf99d8432b6d2dcac06d77b95ebf6d4bf568 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 # backup.sh
 # 
 # Backup up Unix-like computers
 # backup.sh
 # 
 # Backup up Unix-like computers
@@ -12,7 +12,7 @@
 # mind when hacking:
 #
 # KISS. And by that I mean really simple. Only regular Unix commands, please
 # mind when hacking:
 #
 # KISS. And by that I mean really simple. Only regular Unix commands, please
-# (but GNU extensions are used).
+# (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
 #
 # 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