Skip to content

Commit 2d64a9f

Browse files
authored
Update README.rst
Fix broken link for dvdisaster
1 parent 14e57b8 commit 2d64a9f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1054,10 +1054,13 @@ generate an ecc file):
10541054
`Linear Tape Open (LTO) <https://en.wikipedia.org/wiki/Linear_Tape-Open>`__
10551055
magnetic bands storage (see instructions
10561056
`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
10581058
level for optical mediums (CD, DVD and BD / BluRay Discs). Very good,
10591059
it also protects directory tree meta-data and is resilient to
10601060
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).
10611064
- rsbep tool that is part of dvbackup package in Debian: allows to
10621065
generate an ecc of a stream of bytes. Great to pipe to dar and/or gz
10631066
for your backups, if you're on unix or using cygwin.

0 commit comments

Comments
 (0)