Submission timeline
2007–2026One 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 orderAlso 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…
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
- Total points
- 1404
- Total comments
- 570
100+ points or 50+ comments
reference only — not used in Hall rules or ranking
reference only — not used in Hall rules or ranking
Every submission
| Date | Title as submitted | By | Points | Comments |
|---|---|---|---|---|
| 2019-09-16 | Restic · Backups Done Right | dsego | 4 | 0 |
| 2019-10-31 | Restic – Backups Done RightFirst breakout · Best thread | tambourine_man | 593 | 177 |
| 2021-11-13 | Restic – Backups Done Right | IceWreck | 573 | 286 |
| 2024-02-22 | Restic – Backups Done Right | dosshell | 2 | 0 |
| 2024-10-01 | Restic: Backups Done RightHall induction | tosh | 1 | 0 |
| 2024-10-13 | Restic: Backups done rightLatest 20+ point return | fanf2 | 231 | 107 |
