Why do atomic distros not contain good backup tooling by default?
Why do atomic distros not contain good backup tooling by default?
I have tested a lot of atomic and traditional distributions lately. Tons of desktop environments strictly for fun and branching out. Having a 1 2 3 backup strategy and not just having it in place, but being able to restore your backup in a timely manner to keep continuity is paramount. You can list infinite reasons why.
Why do atomic distros which are supposed to me more stable, superior to some degree immutable environments lack good backup options? You can hack things together and there are somewhat installable tools. Like timeshift or etc etc. But it seems they place a lot more emphasis on rolling back poor updates in the event than total system backups.
By default it you should have true backups then layer in rollbacks. Not the other way around. Am I missing something?
Timeshift is completely unnecessary. Fedora Atomic's rollbacking is more powerful and avoids certain issues.
You should only be backing up personal files, not OS files. The OS is replaceable, your personal files are not.
I've been backing up my OS and my personal files with borg to my NAS.
Saved me a weekend of setup and config editing once before, when my drive failed.
Or do you just remember all the config changes you did and type them out from the top of your head? And all the apps you have installed? It's over 300 apps and 100 config files for me.
The OS is tiny compared to personal files. It doesn't make sense not to back it up.
Well, kinda. I have have scripts to set up most of my system after an installation. It’s nice so that I don’t have to remember everything I’ve done. It means I can reinstall my system or install on a new system with relative ease.
Doesn’t need to be anything complex. Just having a list of packages I want installed and that I can copy into my terminal makes things so much faster.