I don't know if you can use a linux command in a trigger. This post indicates that running an external executable works, but crashes KeePass. https://sourceforge.net/p/keepass/bugs/1246/
The easiest test may be to run a native command that opens a window you can view.
cheers, Paul
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Which command should be equivalent for mono :
http://keepass.info/help/kb/trigger_examples.html
--> Backup your database when you open KeePass
I'm trying to backup from to : cp "{DB_PATH}" "{DB_PATH}.{DT_SIMPLE}"
, but I can't seem to find the right combination of commands. Keepass2 gui (2.32) is saying "Saving databases", but not file is created.
Maybe a different approach : how to debug, why it isn't saved? But can't seem to find a way to debug/see logs on ubuntu/mono?
I don't know if you can use a linux command in a trigger. This post indicates that running an external executable works, but crashes KeePass. https://sourceforge.net/p/keepass/bugs/1246/
The easiest test may be to run a native command that opens a window you can view.
cheers, Paul