Index: /temp/trunk/html/admin/system/bkup.php
===================================================================
--- /temp/trunk/html/admin/system/bkup.php	(revision 5612)
+++ /temp/trunk/html/admin/system/bkup.php	(revision 5613)
@@ -201,4 +201,6 @@
 	//°µ½Ì¤ò¤ª¤³¤Ê¤¦
 	$tar->create($csv_file);
+	
+	sfprintr($tar);
 
 	if (!$err) {
Index: /temp/trunk/data/module/Tar.php
===================================================================
--- /temp/trunk/data/module/Tar.php	(revision 5451)
+++ /temp/trunk/data/module/Tar.php	(revision 5613)
@@ -286,7 +286,9 @@
 
         if ($v_result) {
+			print("_writeFooter");
             $this->_writeFooter();
             $this->_close();
         } else
+			print("_cleanFile");
             $this->_cleanFile();
 
