protected override void Backup(LocalObjectContainer origDb, string backupPath)
		{
			origDb.Backup(backupPath);
		}