06-18-2020, 12:16 AM
(06-18-2020, 12:12 AM)Dev Wrote: Use Linux. It doesn't have to be your main computer, but you need at least one Linux box to keep your data safe from any fuckery that Microsoft/Apple/Google/Amazon might decide to perpetrate. Practically any old computer will do. This is important because there's nothing hidden in Linux that could fuck you over.
A Linux box and a USB drive are all you need to create an automatic backup. Every Linux distro has a program called rsync for maintaining a mirror image of any directory tree on your system. You only have to copy all of the files once, then rsync will only copy files that have changed since the last time you ran it. It's easy to set up a cron task to periodically update your rsync backups.
