diff options
author | agc <agc@pkgsrc.org> | 2003-12-15 17:54:00 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2003-12-15 17:54:00 +0000 |
commit | 12d16f719bc04646aef6e02784b7cc24ba460b43 (patch) | |
tree | a111e34a73482a72f110b280727a8bae6268965e | |
parent | a457cd61c8ec08936514e93ebe3a17f23990a521 (diff) | |
download | pkgsrc-12d16f719bc04646aef6e02784b7cc24ba460b43.tar.gz |
Initial import of dar-2.0.2 into the NetBSD Packages Collection.
Provided in PR 23738 by David Simas.
DAR is a Disk ARchiver, for backing-up file systems to disk. It's rather
in the spirit of TAR, with some additions. Notably:
DAR can break up a archive into multiple files, to facillitate
storage on portable media, like CDs or DVDs.
Can perform incremental back-ups against a reference archive, or,
more conveniently, a "catalog" of an archive, which is sort of a
combination of a TAR table-of-contents and a file checksum list.
DAR also supports filtering, so files or directories can be excluded from
an archive, compression, filtered compression, and the inclusion of parity
in archives, to help recover from media errors.
See http://dar.sourceforge.net/
-rw-r--r-- | doc/CHANGES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 5ee8a256ecf..135054d108a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,4 @@ -$NetBSD: CHANGES,v 1.4130 2003/12/15 14:49:30 adam Exp $ +$NetBSD: CHANGES,v 1.4131 2003/12/15 17:54:00 agc Exp $ Changes to the packages collection and infrastructure in 2003: @@ -5179,3 +5179,4 @@ Changes to the packages collection and infrastructure in 2003: Updated dvipng to 0.8nb1 [wiz 2003-12-15] Updated rocksndiamonds to 3.0.8 [adam 2003-12-15] Updated rocksndiamonds-sdl to 3.0.8 [adam 2003-12-15] + Added dar-2.0.2 [agc 2003-12-15] |