Synchronizing user (files, configs, etc) between 2 machines

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 ,

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.

bloodfart ,

It’s never too late to learn how to use rsync instead of some third party software package.

daddy32 ,

Syncthing for everything.

tal , (edited )
@tal@lemmy.today avatar

Unison might be worth a look, provides bidirectional merging and command-line operation. It's what I'd use if I were mostly working with binary files and didn't want a history.

Rsync, which someone else recommended, is really aimed at efficient unidirectional replication, not keeping two directories on computers that are both being changed and are intermittently connected in sync.

config files

If there's mostly text and you're going to want to review changes, want to keep a history, and do a lot of merging, I'd use git, symlink files to aim at the git repo. I have a custom helper script, but stuff like GNU stow is aimed at this, and I'd probably recommend that someone look at it before rolling their own. Here's an example of someone using it with git in this role:

https://ratfactor.com/setup2

I agree with that guy about using bare git repos as the "master" copy, even if one of the machines in question also hosts the bare repos and technically you have some redundant information on it. Makes life easier, no machine is "special".

If I had both binary files (say, a music collection) that I wanted kept in sync without a history and text files that I do (say, my dotfiles), I'd use both.

Hellmo_Luciferrari OP ,

Fantastic suggestions. Gives me some things to try. Thank you so much!

BarbecueCowboy ,

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.

Hellmo_Luciferrari OP ,

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!

giacomo ,

syncthing works for me, both locally and on a vpn.

cakeistheanswer ,
@cakeistheanswer@lemmy.dbzer0.com avatar

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.

Hellmo_Luciferrari OP ,

I will have to give this a look! Thank you!

ARNiM ,

Man I’m sold by the support for templates. Will try.

Forester ,
@Forester@yiffit.net avatar

Use rsync

Hellmo_Luciferrari OP ,

From my understanding, without having a VPN connection to my home network, or proper port forwarding (which sounds like a security nightmare to me) it would only function on my local network?

Successful_Try543 , (edited )

Imho, opening the SSH port exclusively to your computer isn't a bigger risk than setting up a VPN, if you use authentication by keyfiles a certificate.

Hellmo_Luciferrari OP ,

That is fair. Just historically speaking, I have typically only had 1 port opened on my router for VPN access, and then setting up SSH cert auth from system to system.

Like Shrek, layers xD

Forester ,
@Forester@yiffit.net avatar

By cert you mean a ssh key pair correct? As in public and private keys.

Successful_Try543 ,

Yes

  • All
  • Subscribed
  • Moderated
  • Favorites
  • [email protected]
  • kbinchat
  • All magazines