Not a stranger to using linux, but never bothered with keeping things synchronized between devices.

I have a laptop, and a desktop both running Arch (I use Arch BTW) and wanted to investigate the best way to synchronize things from device to device. Just to outline some details, both are running KDE on Wayland, both BTRFS, as well as a number of other similarities such as username.

I want to be able to synchronize certain config files, Documents and Files, and was going to go the Syncthing route.

What are you doing, or what would you recommend to setup in order to have parity between two devices?

  • @unrushed233
    link
    English
    32 days ago

    I like yadm - yet another dotfile manager. It uses a Git repository in the background, which you can sync with GitHub, GitLab, Codeberg or a selfhosted Git server like Forgejo.

    • Hellmo_luciferrariOP
      link
      fedilink
      English
      118 hours ago

      This interests me. I may have to check this one out specifically for my configuration files. And I will definitely go the self hosting route if I do this. Thank you!