This what I see when I boot into Clonezilla. I cannot do anything because the rendering is messed. I tried: alternative stable - 20260705-resolute stable - 3.3.3-15 alternative testing - 20260804-resolute alternative testing - 20260804-stonking testing - 3.3.3-22 testing 3.3.2-27 Same error on all of the above builds. Laptop model: Fujitsu Tablet Stylistic Q5010
The trigger is executed when the database file is saved I created a trigger by the steps from the provided link, but I don't see the log file was created like it is supposed to be. I don't want it to be saved onto the share \\servername\share\directory\KpLogRecord.txt so, I removed the path and left only KpLogRecord.txt I expect the file to be created in the same location as the database file, but it is not the case. Where it is supposed to be created if I use the relative path like above?
ok, thanks, I checked it and I don't see how I can track deletions? The trigger event list doesn't have delete entry event. what about my question "Is there any way to save predefined XPath expressions to run them frequently"? Now it's not very usable if I have to type XPAth exp each time manually
ok, thanks, I checked it and I don't see how I can track deletions? The trigger event list doesn't have delete entry event
that indicates whether the entry expires (past or future), and the ExpiryTime element may contain the date/time for that ok, I was thinking ExpiryTime was working only for the future. If it also denotes the past (when the entry was expired), then it is fine for me. The name "ExpiryTime" is ambiguous, it makes people think that it is the time when the entry is going to expire, not as an attribute of fact of expiration. When deleting an entry, the entry data is gone (this is intended and expected,...
correct, I was using the wrong version. Couple of questions: "ExpiryTime" attribute is not very useful for me, as I don't set up it on all my entries. Instead I want to use Expired attribute, as I do "Expire now" on all entries before I delete the entry. Is there an attribute denoting when the entry was set to expired manually? The above is a workaround indeed, because I couldn't find any attribute that marks Delete event in entry lifecycle. I cannot find out when the entry was deleted, that's why...
Preview example (finding entries that expired in a specific time period): https://keepass.info/help/preview_base/search.html#ex_xpe_exp_tp sample from that link //Entry/Times[(Expires = 'True') and (kp:string-compare(ExpiryTime, '2024-01-02T03:04') >= 0) and (kp:string-compare(ExpiryTime, '2026-05-06T07:08') <= 0)]/..gives error
looks like command was executed successfully when I added sudo, no errors. but still the same errors in backup. It's weird it says "image saved successfully", but giving those errors on checking the saved image. Something is wrong.