<html>
<body>
<font size=3>Fixed.<br><br>
I accidently used a &quot;&gt;&quot; in place of the &quot;|&quot; and
trashed both gzip and bzip2. I reloaded and it works fine.&nbsp;
<br><br>
-- Mache<br><br>
At 04:22 PM 4/17/2008, Mache Creeger wrote:<br>
<blockquote type=cite class=cite cite="">I am trying to get a mythconverg
backup cron job working in 0.21 and <br>
am not having much luck. Each time I run the script I get the following
error<br><br>
mysqldump: Got errno 32 on write<br><br>
I assume what I am doing wrong is obvious but I am not seeing
it.<br><br>
# uname -r<br>
2.6.24.4-64.fc8<br><br>
Someone please help.<br><br>
-- Mache<br><br>
Here is the script<br>
#!/bin/sh<br>
#Dumps the mythconverg database - daily backup<br>
DUMPFILE=&quot;mythdb_backup&quot;<br>
/usr/bin/mysqldump -u mythtv -pmythtv mythconverg -c | /bin/gzip -c &gt;
<br>
/opt/mythdb/$DUMPFILE<br>
exit 0<br><br>
Here are the file permissions<br>
# ls -al /opt/mythdb/<br>
drwxrwxr-x&nbsp; 2 root mythtv&nbsp;&nbsp; 26 2008-04-17 16:16 .<br>
drwxrwxr-x 17 root mythtv 4096 2008-04-17 12:23 ..<br>
-rw-r--r--&nbsp; 1 root root&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 2008-04-17
16:17 mythdb_backup</font></blockquote></body>
</html>