this post was submitted on 01 Jan 2024
729 points (98.7% liked)

linuxmemes

20770 readers
1033 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] 0x4E4F@sh.itjust.works 2 points 8 months ago (1 children)

You can also exclude any directory you like from snapshots, including home, that's not a problem.

[โ€“] takeda@lemmy.world 4 points 8 months ago

Yeah, you can if you plan well enough (typically. What I'm trying to illustrate is that this works by taking a snapshot of the disk in time. It's like keeping a working copy of your system on your disk to be able to revert to.

While with NixOS you work with a "recipe" how your system is supposed to be configured. It is much lighter. It is declarative, you change the recipe and get what you described, you change configuration and all packages which you did not mention and are not used by anything are gone. If you update your system you can use the same configuration on it

The thing is that using can still get BTRFS or ZFS and use it to have snapshots too (for example your home directory)