Last activities not showing

Hi Uroni,

new thread because it was off Topic in old one…

So the last activities in my web Interface are not shown. It is no browser Problem I guess because I tested also with Firefox instead of IE and it also does not Show the last activities there. So which Log do you want to see? urbackup.log is 11GB (isn´t there a switch to let UrBackup do log Rotation?)

Currently log rotation is only working for Debian/Ubuntu (there is a tool there that does it). You could shut down the Server and delete the Log, start it again and call the web interface (with debug log level). The size of the log file is the reason “debug” isn’t the default log level.

would integration of in UrBackup be a good idea for the Windows world?

[quote=“fossy777”]would integration of in UrBackup be a good idea for the Windows world?


[/quote]

On Linux it relies on being able to move opened files and sending signals (SIGHUP) – both things that do not work on Windows. I think I’ll have to do it myself. Not much of a problem, though.

Got your log-files. This is probably the reason some things do not work:

[quote=“fossy777”]2013-05-22 03:36:38: ERROR: Error in CQuery::Execute - database disk image is malformed Stmt: [DELETE FROM del_stats WHERE clientid=?]
2013-05-22 03:39:14: ERROR: Error in CQuery::Execute - database disk image is malformed Stmt: [DELETE FROM clients WHERE id=?][/quote]

I managed to recover a database with such an error once by exporting and importing everything. I’ll add another batch file for that.

SQLite ( http://www.sqlite.org/ ) is extremely well testet, so it is unlikely the software caused this problem. I hope you did not delete any journal files (-wal) ;). Also check the SMART values.

This version does have the database repair “script” http://sourceforge.net/projects/urbackup/files/Server/1.2.2/UrBackup%20Server%201.2.2-1.exe/download (repair_database.bat)

Hi,

could you remove the “pause” at the end of the batches please? I want to run them with scheduled tasks (for example once a week) and then the pause causes to stall the task. If I remove myself, in next update it is in again.

[quote=“fossy777”]Hi,

could you remove the “pause” at the end of the batches please? I want to run them with scheduled tasks (for example once a week) and then the pause causes to stall the task. If I remove myself, in next update it is in again.[/quote]

Yes. Done.