Windows2000 was my last. After having managed to work in IT and using Linux on my desktop, I started a new job last year which required me to use Windows11. I find it quite awkward.
Luckily WSL is a thing.
Comment on Windows 11 is nagging users to try OneDrive to "fully backup" your PC
1984@lemmy.today 3 months ago
Windows 7 was my last windows. Since then it’s been Linux on all machines. It was easy to see where Microsoft were going. And they will continue to go down this route.
When you run windows, it’s not your computer.
Windows2000 was my last. After having managed to work in IT and using Linux on my desktop, I started a new job last year which required me to use Windows11. I find it quite awkward.
Luckily WSL is a thing.
AceBonobo@lemmy.world 3 months ago
I’m getting tired of Microsoft reading my data. What’s you backup strategy on linux?
lemmyvore@feddit.nl 3 months ago
Not OP but:
Separate the system and home partition, first of all. The strategies are usually different.
Many distros integrate Timeshift out of the box to create system partition snapshots before every update, and to be able to restore them from the boot menu. Using BTRFS for the system partition makes this even better.
This is usually all that people need in regards to the system, but you can also take regular backups (see below) of things like /etc, the list of installed packages and things like that.
For personal files I prefer Borg Backup because it is incremental, does compression, deduplication, encryption, checksums & recovery.
Borg works with repositories, which can be on local disk, on a removable disk, or remote. If remote, they are tunneled over SSH. It can also export/import tarballs for more exotic scenarios like moving snapshots between different repositories or backing up data to optical discs.
You can use Borg from the CLI and there are also UI apps that make it easier. Pika Backup is a simpler one, Vorta is a more advanced one. I’ve set up family members with Pika and after preparing it for them all they have to do is plug in the backup HDD, open Pika, and hit the big “backup now” button.
There are also online services that support Borg repositories specifically, and for anything that doesn’t you can export tarballs and back them up as regular files, completely transparently from the service.
rclone
is a cli tool that supports a large number of online storage services. You can use it with borg snapshots or you can use it to back up your files directly — it resembles rsync somewhat and can also do encryption iirc.MentalEdge@sopuli.xyz 3 months ago
Good writeup.
But why separate /home?
I get that it makes it easy to just grab the home partition in full, but grabbing just your own home folder isn’t any more difficult than grabbing a home partition.
And it makes it really fucking annoying to manage storage between / and /home. You have to pick how much disk space you want for your own things and how much you want for installing things, and changing it later is a giant PIA. The one time I did it I kept running out of space on one or the other.
lemmyvore@feddit.nl 3 months ago
Separate root fs makes it easier for timeshift. Snapshots are a different beast from backups.
Also makes it easy to install another distro and pick up where you left off with the old home.
If you alocate 50-60 GB for system it should be ok. Things like Flatpak or Steam can put their files in home.
MonkderDritte@feddit.de 3 months ago
There’s etckeeper too.
Btw, etc is for default settings.
smeeps@lemmy.mtate.me.uk 3 months ago
I don’t store any data on my home machines. Anything important is on my NAS which then gets backed up to Backblaze, and to a NAS as my parents house.
I can wipe my laptop and have apps set up again in an hour, and my desktop mainly stores games I can just redownload from Steam.
kusivittula@sopuli.xyz 3 months ago
simply timeshift backing up the system on ssd. random important stuff, tv shows etc on hdd and backup of the hdd on an external hdd. pictures and other important files also on phone storage.
mrvictory1@lemmy.world 3 months ago
Automatic system snapshots via BTRFS. Backup to external disk via rsync.
1984@lemmy.today 3 months ago
I have a synology NAS with two disks in raid config, where I store backups from the other machines over the home network. So one disk can fail without issues. And I backup the Nas to a hetzner storage box as well. They are pretty cheap. :)