<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2873" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Pessoal,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Fiz um shell script para fazer backup&nbsp;usando 
growisofs para gravar os arquivos em DVD.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>O shell script funciona normalmente na linha de 
comando:&nbsp;compacta, grava e envia uma mensagem de confirmação.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Então coloco o script para rodar programado no 
crontab e ele não grava o DVD. Compacta certinho mas qdo chama o growisofs ele 
não realiza a gravação no DVD.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>No meu shell script as seguinte linhas são 
responsáveis pela gravação em DVD:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>export 
MKISOFS=/usr/local/bin/mkisofs<BR>/usr/local/bin/growisofs -dvd-compat -Z 
/dev/cd0 -J -R $FROMPATH</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>No man do growisofs tem algo assim:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><EM><FONT face=Arial size=2>If the media already carries isofs and 
growisofs&nbsp; is&nbsp; invoked&nbsp; with&nbsp; -Z </FONT><FONT face=Arial 
size=2>option non-interactively, e.g. through cron, it shall fail with 
"FATAL:&nbsp;/dev/dvd already carries isofs!" Note that only ISO9660 is&nbsp; 
recognized,&nbsp;you can perfectly zap e.g. an UDF filesystem 
on-interactively.</FONT></EM></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Mas não entendi o que devo fazer para resolver. 
Obrigado antecipadamente.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>@braços,</FONT></DIV>
<DIV><FONT face=Arial size=2>Cleiton</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>