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?
I haven’t even begun to dig in to everything it can do, but chezmoi is in the arch repo.
https://github.com/twpayne/chezmoi
Fits the bill.
I will have to give this a look! Thank you!
Man I’m sold by the support for templates. Will try.
syncthing works for me, both locally and on a vpn.
It’s never too late to learn how to use rsync instead of some third party software package.
Syncthing for everything.
Not super popular, but i’ve been using Resilio Sync for years, it’s from what used to be the Bittorrent Foundation.
The UI has all the features I need but is still simple and I’ve been using it for years and have never had to spend any time troubleshooting it post-install. I’m not sure what that gets you over syncthing though.
Back on windows I have used Resilio Sync. I don’t hate it, does essentially what I am looking for, but I am trying to go more open source route. Thank you for the suggestion!