Can you name another OS that does this? It’s unclear if you mean like configuration files or if you install application X on workstation 1 - you expect that workstation 2 would then sync and have application X?
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
I like syncthing to sync folders on my devices
You might want to look at this one to sync your home folder: https://freefilesync.org/vision.php and then use ssh for system updates. There are no OSes that do this kind of synchronization except maybe NixOS.
That won't happen on mint anytime soon. It may be somewhat achievable on ostree/OCI distros like fedora silverblue but even there it's difficult.
I guess you simply want a backup and sync feature on the end user level. You could look into syncthing and sync whatever you want to have synced.
Wouldn't rsync be able to do this if their on the same network?
Is this like the thing where if you have a computer running Steam in your network, other computers download game updates from the first computer instead of over the internet?
That can be done with Apt-Cacher NG. It's a proxy server that caches .deb packages. It really speeds up updates if you have multiple computers that are using the same packages.
Awesome, thanks for the info!
I’d love such a feature on Linux, but I don’t think it’s happening anytime soon.
Nix or Guix would be the most integrated / low level implementation of something like this.
The whole OS and configuration is defined & can be synced, snapshotted, forked etc.
It does. RTFM.
Omg you surely have some boss level knowledge the rest of us could only hope to have. And your charisma in message delivery is enviable.
Which one ?