I recently switched my desktop to Linux mint. Overall it seems to work well for me. The one exception is that my password manager, Keepass, won’t work. I currently use Gdrive to sync the database between devices. It works very well for this purpose. Is there another way I can sync this file as seemlessly as Gdrive? It would to work for an Android phone and Mint PC.

  •  JillyB   ( @JillyB@beehaw.org ) OP
    link
    fedilink
    arrow-up
    4
    ·
    2 个月前

    For a password manager, I’m not sure if this is an issue since I’m only changing the database file while connected to the internet. Am I overlooking something?

    • SyncThing only syncs when both devices are online at the same time.

      So a comon scenario is: You change the DB on your laptop, then shut it down. You open the DB on your desktop. Since the lapotp isn’t online at the same time, you are working with the old DB version. If you change it, you have two competing versions.

      I don’t know exactly what happens then; I’m facing it and am procrastinating dealing with it ^^

      • It creates a sync conflict file, so the data is there but the two differing versions aren’t automatically resolved.

        One way out of this is to either have it on a server that’s always connected (less common) or to just have it on your phone. That way you have an intermediary that syncs the changes.

      •  frongt   ( @frongt@lemmy.zip ) Banned from community
        link
        fedilink
        arrow-up
        2
        ·
        2 个月前

        That sync will be resolved by syncthing’s logic. It will probably result in lost data.

        I would suggest an app that does its own sync logic, like vaultwarden. That way, the client can update the database when it’s back online, instead of an external sync replacing the whole database file.