Hello, On Tue, May 06, 2025 at 10:53:08AM +0300, Anssi Saari wrote: > > Has anyone experienced the following setup: > > I wonder how fast the git repo grows as you add stuff in the keepass > database?
That's indeed a good question. I liked the idea of having an history of the password database, and I guess binary delta won't help on an encrypted file. > Personally, for sharing a keepass database between Linux/Android/Windows > computers I use keepass2 and keepass2android and the database is online, > accessible via webdav. This setup has worked for a few years now. That would also be KISS, indeed. Actually I went the git path because my first idea was to use the Debian pass package, on Termux, with multiple password-GPG encrypted files that don't change that often. That works for me, but for end-users a solution like keepass2/keepasscx and keepass2android would be better. For the use case (few changes), git would work as sync layer. Or another layer, as was suggested by you and others, e.g. syncthing (without history apparently), or as you suggested, WebDAV (there history could be done through regular backups on the server).