this post was submitted on 15 Jun 2025
40 points (100.0% liked)

Linux

55294 readers
1558 users here now

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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 6 years ago
MODERATORS
 

For example, iOS has these features:

  • iCloud backup restore or peer-to-peer transfer, very early in the device setup process
  • Two ways for things to be stored in iCloud, each with a corresponding list of per-app (not per-folder) toggle switches in iCloud Settings
    • "Saved to iCloud" normal syncing
      • Requires apps to use the right APIs and to handle conflicting changes
      • Allows same data to be read and modified by multiple devices
    • iCloud backup
      • Available for all apps
      • Separate backup per device
      • Only downloaded when setting up a new device
      • In app sandboxes, only excludes tmp (Flatpak equivalent is somewhere in /run) and Library/Caches (equivalent to cache directory in Flatpak sandbox) by default
      • Allows apps to set isExcludedFromBackup attribute for specific files (useful for things that are easy to recreate via download but are expected by the user to not be automatically deleted)
      • Includes system configuration such as home screen layout
      • Backs up a list of installed apps without backing up their executables and assets
  • Synced list of previously installed apps, not separate per-device
you are viewing a single comment's thread
view the rest of the comments
[–] t_creates@lemmy.vg 14 points 16 hours ago (4 children)
[–] rodneyck@piefed.social 5 points 7 hours ago (1 children)

Yeah, I use Syncthing to back up my PC's and devices, works like a charm.

[–] shiroininja@lemmy.world 5 points 7 hours ago

Yeah I have a raspberry pi ‘syncthing hub’ that keeps all my devices uniform down to dot files and configs. It’s so essential. It’s so nice as well to be able to switch from my desktop to a laptop and continue coding seamlessly. Everything is ready as soon as I log to my computer. Don’t have to use any kind of service like google cloud, etc.

load more comments (2 replies)