Sebastian K�sters schrieb:
The pathes are hardcoded in the script

Errm, shure? yesterday you posted this: [...] >I wrote a little Script which labels the new tape (via cron). > >Script: > >#!/bin/bash > ># >#counter + 1 ># >let zahl=`cat /etc/amanda/counter`; >let zahl=$zahl+1; >echo $zahl > /etc/amanda/counter; > ># >#Tape labeln ># >counter=`cat /etc/amanda/counter`; >amlabel -f full-sonntag DailySet$counter; [...]

there is no path for:

cat
echo
amlabel

or did you change this after posting your script?

Christoph

Reply via email to