Can you please share your backup strategies for linux? I’m curious to know what tools you use and why?How do you automate/schedule backups? Which files/folders you back up? What is your prefered hardware/cloud storage and how do you manage storage space?
All important files go in
/data
./data
is ZFS, snapped and sent to NAS regularlyEvery time I change a setting, it gets added to a
dconf
script. Every time I install software, I write a script.Dotfiles git repo for home directory.
With that, I can spin up a fresh machine in minutes with scripts.