[vhffs-dev] [1224] also dump routines and misc stuff |
[ Thread Index |
Date Index
| More vhffs.org/vhffs-dev Archives
]
Revision: 1224
Author: gradator
Date: 2008-06-13 17:53:34 +0200 (Fri, 13 Jun 2008)
Log Message:
-----------
also dump routines and misc stuff
Modified Paths:
--------------
trunk/vhffs-robots/src/mysql_dump.pl
Modified: trunk/vhffs-robots/src/mysql_dump.pl
===================================================================
--- trunk/vhffs-robots/src/mysql_dump.pl 2008-06-11 12:41:44 UTC (rev 1223)
+++ trunk/vhffs-robots/src/mysql_dump.pl 2008-06-13 15:53:34 UTC (rev 1224)
@@ -66,7 +66,7 @@
if( -d $dir )
{
my $file = $dir."/".$dbname.".mysql.dump";
- my $cmd = "$mysqlconf->{'mysqldump_path'} -u $mysqlconf->{'username'} -h $mysqlconf->{'host'} -p$mysqlconf->{'password'} $dbname > $file";
+ my $cmd = "$mysqlconf->{'mysqldump_path'} -c -R --hex-blob -u $mysqlconf->{'username'} -h $mysqlconf->{'host'} -p$mysqlconf->{'password'} $dbname > $file";
system( $cmd );
#Change the chmod if the backup succeed