this post was submitted on 17 May 2024
77 points (98.7% liked)

Linux

46794 readers
961 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
top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 7 points 3 months ago

I don’t back up my drives, I replicate them.

There is a lesson about unnoticed data damage in someone's future.

What happens when a software bug, ransomware, or hardware problem destroys or corrupts that data over days or months?

[–] [email protected] 3 points 3 months ago

I've been using ZFS for a little while now and have been intending to take advantage of snapshotting more. I'm going to have to try this out.

[–] possiblylinux127 3 points 3 months ago (1 children)

This is why you shouldn't use ZFS on a boot drive. Btrfs is much better and doesn't have the same issues. You can't use it for more than raid1 but most drives are single drive only. Just make sure to backup your luks security key in case of corruption.

[–] [email protected] 1 points 3 months ago (1 children)

Reading the article I’m not sure why I should t use ZFS on a boot drive. The author does, and was able to set up a nice incremental (encrypted) backup solution that was able to get them back up and running relatively quickly.

Only thing I can think is the manual nature of it maybe? I don’t see how btrfs would be better here based on the article unless I missed something perhaps?

[–] possiblylinux127 1 points 3 months ago* (last edited 3 months ago)

ZFS isn't part of the kernel for legal reasons. You will need to jump though hoops to make it work. (More accurately, your computer jumps though hoops to male it work)