server/sqlutils.py
changeset 4899 c666d265fb95
parent 4849 3827b9ee77ac
parent 4893 15ae9a33a7f2
child 4913 083b4d454192
--- a/server/sqlutils.py	Fri Mar 12 15:05:33 2010 +0100
+++ b/server/sqlutils.py	Fri Mar 12 16:11:56 2010 +0100
@@ -159,7 +159,7 @@
         """open and return a connection to the database"""
         return self.dbhelper.get_connection()
 
-    def backup_to_file(self, backupfile):
+    def backup_to_file(self, backupfile, confirm):
         for cmd in self.dbhelper.backup_commands(backupfile,
                                                  keepownership=False):
             if _run_command(cmd):