this post was submitted on 25 Jul 2025
13 points (88.2% liked)

unixporn

6493 readers
97 users here now

unixporn

Submit screenshots of all your *NIX desktops, themes, and nifty configurations, or submit anything else that will make ricers happy. Maybe a server running on an Amiga, or a Thinkpad signed by Bjarne Stroustrup? Show the world how pretty your computer can be!

Rules

  1. Post On-Topic
  2. No Defaults
  3. Busy Screenshot
  4. Use High-Quality Images
  5. Include a Details Comment
  6. No NSFW

founded 2 years ago
MODERATORS
 

I have yet to customize my i3 config on my fedora install on this macbook. I hesitate because my debian install just vanished, causing me to thik the SSD is failing. This when i installed fedora on this afterwards -- i'd hate to put so much work in just to randomly lose it. What do you guys think?

you are viewing a single comment's thread
view the rest of the comments
[–] jackemled@furry.engineer 1 points 1 month ago

@harbard Keep backups of your entire home folder. That way if it happens again you can quickly restore. You could use a systemd timer or cronjob to run rsync at a set interval & have it copy everything to a flash drive you leave plugged in, or maybe better to copy, then compress, then delete the copy once you have an archive. That way you can keep multiple backups as .tar.xz files or something, & if your SSD suddenly fails in the middle of a backup you'll at least have part of a functioning copy, allowing you to restore the backup just before it & then update from the partial copy.

I wonder what will cause your entire operating system to disappear, could it have actually been a corruption? I had that once & it caused my operating system to be unbootable because the filesystem was damaged & the computer could no longer find everything required to boot. I was able to repair my ext4 partition by using fsck in a live session off of a USB flash drive, then I was able to boot again & I didn't lose anything.