You are right... i changed it

-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im
Auftrag von Christoph Scheeder
Gesendet: Donnerstag, 14. April 2005 11:07
An: Sebastian K�sters
Cc: [email protected]
Betreff: Re: AW: AW: AW: AW: Problem with tape and labeling (archiving)

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