Index: temp/trunk/html/admin/system/bkup.php
===================================================================
--- temp/trunk/html/admin/system/bkup.php	(revision 5866)
+++ temp/trunk/html/admin/system/bkup.php	(revision 5867)
@@ -276,5 +276,5 @@
 				$line .= "NULL,";
 			}else{
-				$data = strtr($val, "'", "''");
+				$data = strtr($val, "'", "\\'");
 				$line .= "'".$data."',";
 			}
