this post was submitted on 29 Nov 2024
32 points (97.1% liked)

Linux

48624 readers
1221 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 5 years ago
MODERATORS
 

I’ve been thinking of switching from btrfs to zfs but it seems like it’s quite a bit of work. Does anyone have any experience with this?

you are viewing a single comment's thread
view the rest of the comments
[–] maxprime@lemmy.ml 3 points 2 weeks ago (3 children)

I like the idea of deduplication and checksumming to prevent bit rot. It also sounds like backups via snapshots is extremely powerful, but maybe that’s something btrfs can do too.

Ultimately though it would be about learning. That’s what’s drawn me to Linux in the first place.

[–] antithetical@lemmy.deedium.nl 11 points 2 weeks ago

Just a note, unless you have a very specific use-case you don't want to do deduplication.

See:

[–] Kerb@discuss.tchncs.de 6 points 2 weeks ago (3 children)

afaik btrfs is can do all the things you listed.

im using open suse with btrfs and can only recommend it.

the setup was easy ( asside from non btrfs related issues with the finicky installation media)
and open suse automaticly sets up subvolumes and snapshots before and after each update
to take advantage of btrfs

[–] kylian0087@lemmy.dbzer0.com 3 points 2 weeks ago

Opensuse Tunbleweed has some great btrfs defaults. And snapper makes rollbacks a breeze.

[–] Lemmchen@feddit.org 3 points 2 weeks ago* (last edited 2 weeks ago)

However, please don't use btrfs for anything else than mirrors. RAID setups are unstable.

[–] magikmw@lemm.ee 1 points 2 weeks ago
[–] gi1242@lemmy.world 1 points 2 weeks ago

i used to use zfs for backups via snapshots. but I find using rsync and hard links is much more convenient. i can use standard tools to look through backups and track which files changed if needed.