]> arthur.barton.de Git - backup-script.git/commitdiff
Remove calls to already removed Log function
authorAlexander Barton <alex@barton.de>
Thu, 26 Sep 2013 13:00:49 +0000 (15:00 +0200)
committerAlexander Barton <alex@barton.de>
Thu, 26 Sep 2013 13:00:49 +0000 (15:00 +0200)
bin/backup-script

index 5d3cb2da6f3ab4e488b7fa731dc1d2be5dda1f88..3065f19e051a377796833f9136f96af7744f0b00 100755 (executable)
@@ -101,8 +101,6 @@ fi
 
 trap GotSignal SIGINT
 
-Log "Started ..."
-
 echo -n "Started: "; date
 echo
 
@@ -110,7 +108,6 @@ echo
 
 # check and create PID file
 if [ -e "$PIDFILE" ]; then
-       Log "Lockfile \"$PIDFILE\" already exists. Aborting!"
        echo "Lockfile \"$PIDFILE\" already exists."
        echo "Is an other instance still running?"
        echo
@@ -250,8 +247,6 @@ done
 
 sync
 
-Log "Done: $count_all jobs, $count_started started, $count_ok completed without errors."
-
 paths=$( echo $destinations | sed -e 's/ /\n/g' | sort | uniq )
 if [ -n "$paths" ]; then
        df -h $paths