HN Hall of Fame Weekly email

Restic – Backups Done Right

Screenshot of restic.net captured 2026-07-20
Page preview · captured 2026-07-20

Resurfaced independently across 3 calendar years, with breakout response in 3 of them.

submissions
6
submitters
6
observed span
2019–2024
peak thread · 286 comments
593 pts
latest 20+ return · 2024-10-13
231 pts

Submission timeline

2007–2026

One slot for every year since HN launched. Height is that year's peak points; orange marks a 100+ point or 50+ comment breakout. Select a bar to open its strongest thread.

First comments on top threads

HN comment order

Also check out Borg: https://www.borgbackup.org And some resources on how they're different: - https://github.com/restic/restic/issues/1875 - https://stickleback.dk/borg-or-restic/ - https://sysadministrivia.com/episodes/S4E5 The general concensus seems to be that restic is borg with more whistles (backing up to various places), but borg is the more trusted tool with the longer history (just use SSH and be done with it). I personally recently used borg for a migration between computers and it worked great for me.

Oh yeah, restic is awesome _backup_prepare () { export $(sudo cat <protected_credentials_file> | xargs) } _backup_remove_old_snapshots () { restic forget -r <repo_name> --keep-weekly 10 } _backup_verify () { restic check -r <repo_name> } backup () { echo "---------------Scheduled backup time---------------" echo "" _backup_prepare restic -r <repo_name> --verbose --exclude="$HOME/snap" --exclude="$HOME/Android" --exclude="$HOME/.android" --exclude="$HOME/ApkProjects" backup ~/ echo "" echo "---------------Backup…

I'm a restic user, but have resisted the urge to attempt a bikeshed for a long time, mostly due to perf. It's index format seems to be slow and terrible and the chunking algorithm it uses (rabin fingerprints) is very slow compared to more recent alternatives (like FastCDC). Drives me nuts to watch it chugging along backing up or listing snapshots at nowhere close to the IO rate of the system while still making the fans run. Despite that it…

dmw_ng·231-point thread·

The first top-level comment from each of the four biggest threads, in HN’s own order. Excerpts are shortened; open a comment for full context.

Breakout years
3

100+ points or 50+ comments

Total points
1404

reference only — not used in Hall rules or ranking

Total comments
570

reference only — not used in Hall rules or ranking

Every submission

DateTitle as submittedByPointsComments
2019-09-16Restic · Backups Done Rightdsego40
2019-10-31Restic – Backups Done RightFirst breakout · Best threadtambourine_man593177
2021-11-13Restic – Backups Done RightIceWreck573286
2024-02-22Restic – Backups Done Rightdosshell20
2024-10-01Restic: Backups Done RightHall inductiontosh10
2024-10-13Restic: Backups done rightLatest 20+ point returnfanf2231107