From 72dfb4a31cb910cbc221e7910ca1e171991af9dd Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sat, 4 Oct 2014 22:49:26 +0200 Subject: [PATCH] Remove obsolete remotestat stuff. --- backup.sh | 9 --------- 1 file changed, 9 deletions(-) diff --git a/backup.sh b/backup.sh index ce6c6d4..1f7031e 100755 --- 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 -- 2.39.2