]> git.sesse.net Git - backup.sh/commitdiff
Remove obsolete remotestat stuff.
authorSteinar H. Gunderson <sesse@samfundet.no>
Sat, 4 Oct 2014 20:49:26 +0000 (22:49 +0200)
committerSteinar H. Gunderson <sesse@samfundet.no>
Sat, 4 Oct 2014 20:49:26 +0000 (22:49 +0200)
backup.sh

index ce6c6d4cac516305b35b52b14c9cc613b5d713ef..1f7031ee3937051eb448bd1deeae68414e3e3211 100755 (executable)
--- a/backup.sh
+++ b/backup.sh
@@ -70,15 +70,6 @@ fi;
 touch $LOCKFILE
 echo $$ > $LOCKFILE
 
-#syntax of remotestat:
-#hostname:/directory/
-remotestatf=$confdir/remotestat
-[ -f $remotestatf ] && remotestat=`cat $remotestatf`
-###
-
-PATH=/local/bin:$PATH:/store/bin
-export PATH
-
 echo `date`": Backup run starting" >&2
 
 umask 027