this post was submitted on 13 Nov 2023
92 points (96.0% liked)
Linux
47958 readers
1123 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
It's a good way to do it for your use case.
It's not outdated, just less necessary now. With SSD's, you can just copy your /home back from your daily backup after reinstallation, which takes all of 5 minutes.
is this daily backup in-built in SSDs or is that a manual thing?
No, but we all always do daily backups 😇.
Ah yes, somewhere in this drawer I probably have a couple of daily backups from 2017.
OpenSUSE (and probably some other distros) have it built-in, you just have to activate it. If yours doesn't, you have to install a program that does it or configure one manually.
I have daily backups for brtfs but for my
/
only via Linux Mint’s Timeshift. I do manual backups for some of my home folders every week. I take it the backups you mention would be lost over a reinstall?A backup is only a backup if it's not connected to the computer (ideally in a different building), so it wouldn't be lost with a reinstall.
Makes sense, thanks.
How long that takes depends entirely on the size of your home, the number of files in there and how you store your backups.Not everyone has tiny home directories.
If your home is smaller than 2TB, it's not an issue.
And if it's larger than 2TB, then why the hell is all that data on your /home SSD and not a separate HDD, NAS or file server?