4 ms·
Which one is more resistant to bitrot, Restic or Borg Backup? (Yes, bitrot might better be mitigated at the filesystem layer, but I'm not switching to ZFS, btr
by manuel_w 2y ago
Which one is more resistant to bitrot, Restic or Borg Backup?
(Yes, bitrot might better be mitigated at the filesystem layer, but I'm not switching to ZFS, btrfs or bcache-fs anytime soon.)
- rodgerd 2y agoOne thing that I like about Restic is that you can automatically do a test restore of a subset (e.g. 1%, 5%, 8%) of your data, so that you can check for problems on the remote automatically.
- ajvs 2y agoNot sure but I know that Vorta (borg GUI) does automatic consistency checking using `borg check ` regularly.
- crossroadsguy 2y agoVorta offers you "Prune" customisation at the bottom of 'Archives' tab and "check" (validate repo) along with backup settings on 'Schedule' tab.