File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -1054,10 +1054,13 @@ generate an ecc file):
1054
1054
`Linear Tape Open (LTO) <https://en.wikipedia.org/wiki/Linear_Tape-Open >`__
1055
1055
magnetic bands storage (see instructions
1056
1056
`here <https://superuser.com/questions/963246/how-to-read-an-dar-archive-via-lto-6-tape >`__)
1057
- - `DVDisaster <http ://dvdisaster.net/ >`__: error correction at the bit
1057
+ - `DVDisaster <https ://github.com/speed47/dvdisaster >`__: error correction at the bit
1058
1058
level for optical mediums (CD, DVD and BD / BluRay Discs). Very good,
1059
1059
it also protects directory tree meta-data and is resilient to
1060
1060
corruption (v2 still has some critical spots but v3 won't have any).
1061
+ The big advantage is that not only does it do burst errors protection,
1062
+ it also interleaves the error correction codes, so that it increases
1063
+ resilience against scratches (ie, numerically equivalent to lots of consecutive errors).
1061
1064
- rsbep tool that is part of dvbackup package in Debian: allows to
1062
1065
generate an ecc of a stream of bytes. Great to pipe to dar and/or gz
1063
1066
for your backups, if you're on unix or using cygwin.
You can’t perform that action at this time.
0 commit comments