this post was submitted on 30 Jan 2024
27 points (93.5% liked)

Linux

7801 readers
104 users here now

Welcome to c/linux!

Welcome to our thriving Linux community! Whether you're a seasoned Linux enthusiast or just starting your journey, we're excited to have you here. Explore, learn, and collaborate with like-minded individuals who share a passion for open-source software and the endless possibilities it offers. Together, let's dive into the world of Linux and embrace the power of freedom, customization, and innovation. Enjoy your stay and feel free to join the vibrant discussions that await you!

Rules:

  1. Stay on topic: Posts and discussions should be related to Linux, open source software, and related technologies.

  2. Be respectful: Treat fellow community members with respect and courtesy.

  3. Quality over quantity: Share informative and thought-provoking content.

  4. No spam or self-promotion: Avoid excessive self-promotion or spamming.

  5. No NSFW adult content

  6. Follow general lemmy guidelines.

founded 1 year ago
MODERATORS
 

Hey,

I am planning to implement authenticated boot inspired from Pid Eins' blog. I'll be using pam mount for /home/user. I need to check integrity of all partitions.

I have been using luks+ext4 till now. I am ~~hesistant~~ hesitant to switch to zfs/btrfs, afraid I might fuck up. A while back I accidently purged '/' trying out timeshift which was my fault.

Should I use zfs/btrfs for /home/user? As for root, I'm considering luks+(zfs/btrfs) to be restorable to blank state.

you are viewing a single comment's thread
view the rest of the comments
[–] gmhh@lemmy.world 5 points 7 months ago (4 children)

I've been using luks on btrfs for a couple years now with little issue. I'm not using the RAID features of BTRFS though. I'm using it for subvolumes and snapshots.

I personally like Timeshift as my snapshot utility simply because I kinda grok both its GUI and CLI interfaces. It's saved my bacon a few times over. I like rolling release-type distros, so it handles the occasional bad update gracefully. I've heard folks say good things about Snapper, though.

[–] projectmoon@lemm.ee 1 points 7 months ago (1 children)

Do you use timeshift to back up data, or only system configuration?

[–] gmhh@lemmy.world 2 points 7 months ago

system config and system data are in my root subvolume, home directory, dotfiles, and some data that I want to be accessed at SSD speed are in my home subvolume. This all gets timeshift backup/snapshots. The rest of my data is located on spinning platter sata drives, which is backed up regularly using a different method (weekly rsync job that copies to a cold backup drive.)

load more comments (2 replies)