←back to thread

231 points fanf2 | 1 comments | | HN request time: 0.205s | source
Show context
alibert ◴[] No.41830358[source]
Been using Restic for a while but I was wondering how does it compare to:

- Rustic https://rustic.cli.rs

- Kopia https://kopia.io

replies(7): >>41830408 #>>41830448 #>>41830483 #>>41830842 #>>41830884 #>>41830896 #>>41847748 #
snorremd ◴[] No.41830896[source]
A killer feature rustic has over restic is built-in support for .gitignore files. So all your dependencies and build output is automatically ignored in your backups.
replies(3): >>41830991 #>>41833598 #>>41840498 #
1. githubalphapapa ◴[] No.41833598[source]
At first I thought that sounded great, but then I realized that that would exclude files that I want to be backed up, like `dir-locals-2.el`, which should be excluded from git, but should also be backed up. There doesn't seem to be a great solution to that in general.