←back to thread

231 points fanf2 | 1 comments | | HN request time: 0.204s | source
Show context
dmw_ng ◴[] No.41830608[source]
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 still seems to be the best free software option around
replies(4): >>41833785 #>>41834040 #>>41834051 #>>41839922 #
1. Svenstaro ◴[] No.41834051[source]
You could try running rustic on your repository. It should be a drop-in for restic and maybe it's faster? I would actually be very interested in this. Would be great if you could do that and report back.