Possibility in borg to add redundancy? #6030
|
I searched the discussions but could not find any hint if there is a way to add some redundancy to borg-archives to have resilliance against data corruption. I am thinking about a way to add some extra data to increase the chance that my backup can be extracted even if over time some bits flipped. |
Answered by
ThomasWaldmann
Oct 31, 2021
Replies: 1 comment 1 reply
|
I think we have at least 1 ticket about this in the issue tracker, just search for ecc, par2, redundancy. borg does not offer anything related to this. An easy and recommended way to add redundancy is of course to just have multiple backups of the same data in different repositories at preferably different locations. |
1 reply
Answer selected by
cameo69
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we have at least 1 ticket about this in the issue tracker, just search for ecc, par2, redundancy.
borg does not offer anything related to this.
An easy and recommended way to add redundancy is of course to just have multiple backups of the same data in different repositories at preferably different locations.