Hi all,

Am 13.12.2024 um 13:01 schrieb Martin Simmons:
On Fri, 13 Dec 2024 10:23:18 +0100, Arno Lehmann via Bacula-users said:

As I couldn't really understand what Martin referred to I had another, closer look :-)

I noticed that Bill's decoded lstats ended up with ctimes of 0 which is something I wouldn't expect to see often.

I checked with the data Rob posted at pastebin, and that gets me the same results Bill had. Marcin already mentioned that the data fields in the lstat field were concatenated (fourth from the end with the one before it). If we split there, things do look good.

That seems to indicate that Rob incorrectly concatenated those lines, probably in preparation for his investigation.

An SQL query such as

select lstat,base64_decode_lstat(13, lstat) from file where filename='A6A87E2D36FAE06E-Mike W11-00-00.mrimg';

should give a better idea of what goes on.

That will then bring us back to the question of "why were those files backed up if no time stamps have been modified?"

Then it's probably time to look if the job reports show anything unexpected.

Cheers,

Arno


--
Arno Lehmann

IT-Service Lehmann
Sandstr. 6, 49080 Osnabrück



_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to