this post was submitted on 04 Dec 2023
85 points (98.9% liked)
Linux
48255 readers
733 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
You're a senior CS person and you are asking if you should have a backup system in place? o_O
Sorry if this sounds like a personal attack but it's something you should have though of a long, long time ago, as a CS person. Even when still using Windows.
Assuming you are serious, then yes there are ways to save your data under Linux, with different levels of complexity and privacy.
The bare minimum is some basic cloud backup. Not ideal for privacy, but at least if your drive dies you won't lose your files.
Local backup in the form of a NAS or home server is also an option, and allows different systems (Windows, Mac, Linux) to save a copy of their files. Way better from a privacy perspective if setup properly BUT your are one fire or one burglary away from losing everything.
If you want to reconcile privacy AND safe storage then to me there are a few options :
So many options, depending on your sensibility to privacy and your technical knowledge. You can also mix. For example most of my personal files are hosted on Microsoft OneCloud because it's stable and fast enough. I mean almost my entire home folder (excluding configuration) is replicated there. But some of the sensitive files, mostly scans of official documents like tax returns, healthcare receipts, etc, are end to end encrypted using Cryptomator. Also my passwords are saved in an shared encrypted Keepass database. And all my drives are encrypted (with LUKS) including my external drives.
Anybody who has dug that topic long enough knows that total privacy and total security are a myth. It simple doesn't exist. You need to find the balance between privacy, security and practicality that suits you. If you are paranoid, then getting to a reasonable level of all three is going to be a LOT of work and money. If you are just cautious, and are willing to trust reputable third parties, then it's quite possible to have a working solution without spending too much time and money. And the very bare minimum is to chose between a backup with little privacy, or more privacy with the acceptance that you may lose everything.
Uh no, I have a distinct backup system with Amazon glacier. My question was about day to say stuff, so that when a drive goes, or a mobo fries, I don't have to go through all the hassle reinstalling and reconfiguring everything.