File talk:Createvtapes.sh.txt

From wiki.zmanda.com
Revision as of 16:28, 18 March 2011 by Tbreeden (talk | contribs) (Created page with 'createvtapes.sh of 10:31, 16 November 2009 has a bug: The hard coded "linux-ws" in the path in line 37 should be replaced by ${CFGNAME} < VTAPESFOLDER=`grep tpch…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

createvtapes.sh of 10:31, 16 November 2009 has a bug:

The hard coded "linux-ws" in the path in line 37 should be replaced by ${CFGNAME}


< VTAPESFOLDER=`grep tpchanger /etc/amanda/${CFGNAME}/amanda.conf|grep -v ^#|cut -d":" -f 2|cut - d '"' -f 1` --- > VTAPESFOLDER=`grep tpchanger /etc/amanda/linux-ws/amanda.conf|grep -v ^#|cut -d":" -f 2|cut -d '"' -f 1` v