server/sqlutils.py
branchstable
changeset 4893 15ae9a33a7f2
parent 4854 b06d2a3b27d9
child 4899 c666d265fb95
--- a/server/sqlutils.py	Fri Mar 12 14:52:22 2010 +0100
+++ b/server/sqlutils.py	Fri Mar 12 14:55:41 2010 +0100
@@ -172,7 +172,7 @@
         #self.dbapi_module.type_code_test(cnx.cursor())
         return cnx
 
-    def backup_to_file(self, backupfile):
+    def backup_to_file(self, backupfile, confirm):
         for cmd in self.dbhelper.backup_commands(backupfile=backupfile,
                                                  keepownership=False,
                                                  dbname=self.dbname,