←back to thread

231 points fanf2 | 1 comments | | HN request time: 0.2s | 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. Too ◴[] No.41840498[source]
Wouldn’t you back up your git repos by pushing them somewhere? Even if that somewhere is a different directory on the same drive. Backing up your local working copy sounds a bit odd.