Ask HN: What is your go-to backup system for Linux servers?

by dom9301kon 5/13/2022, 8:04 AMwith 6 comments

Except the evergreen rsync

by ciprian_craciunon 5/13/2022, 8:46 AM

Currently I would recommend Restic <https://restic.net/>, which I use it both for personal and professional backups. It can have some rough edges, but all-in-all it's the "best" (as in a good balance between ease of use, complexity and sustainability) for my own use-case.

In the past I've used `rdiff-backup` due to the lack of a better suited (to my use-case) alternative.

Please note the emphasis on "my use-case"! Thus, a good backup solution must make sense for your own context. Choosing the most "popular" solution might not be a good option if it's too complex (or expensive) for you to use, or the worst case scenario to recover data from.

Perhaps start small: even a copy (i.e. `rsync`) of your data on an external hard-drive is good enough than nothing at all, or if using OSX then try TimeMachine first. Then gradually move to better suited solutions.

by aborsyon 5/13/2022, 6:53 PM

ZFS send to a TrueNAS server if you can have it, otherwise Restic to anywhere.

by mergyon 5/13/2022, 1:13 PM

Another vote here for restic along with hot rsyncs as needed to a TrueNas

by muscawon 5/13/2022, 8:08 AM

I have been using duplicity so far and it does the job

by IcePicon 5/13/2022, 2:44 PM

Kopia is nice (kopia.io)