Commit graph

5 commits

Author SHA1 Message Date
Aleksej Saushev
7db8c63f26 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-09-24 17:14:23 +00:00
Thomas Klausner
b716d2ca8f Hardcode ruby interpreter into script, like we want it in pkgsrc. 2011-05-15 16:10:22 +00:00
crocusino
e7daf70ef5 added comment to patch-aa 2011-03-27 10:05:52 +00:00
Thomas Klausner
e175bdc1ec Use lang/ruby/bl3.mk instead of DEPENDS.
Put LICENSE in proper section.
2011-01-03 23:24:38 +00:00
crocusino
327b9f4b28 Import baler-1.0 as wip/baler.
A simple tool which takes a set of files (e.g. encrypted compressed tar files
or just any files), stores them Byte by Byte into volumes, which I call bales
(just because the data are stored Byte by Byte similarly like hay is put into
bales), and generates a convenient table of contents (XML file) describing what
and where is stored in this balestack (i.e. the set of bales - the whole
archive). To get a particular file from the archive, we just look it up in the
XML table of contents, take the right bale (i.e. mount the right DVD) and
simply copy and paste the position and size to baler and that's all, folks!
Easy!

Typically I dedicate four DVDs as my archive media. Three of them contain bales
and the fourth one is used for the redundant data (so that a lost DVD can be
regenerated)

I prepare a few tar.xz.enc (i.e. encrypted compressed tarball) files and use
baler to create three bales and a table of contents. Then I use eor tool
(Exclusive OR generator for ordianary files) to generate the redundant data
from the three bales. Finally I just burn each bale plus the TOC file on the
corresponding DVD (multisession) and the redundant data plus TOC on the fourth
DVD. This process can be repeated with new balestacks until the DVDs are full.

This way the media are filled efficiently and the data are stored safely. When
I want a particular file I just open the TOC and see which of the DVDs I need.
And baler then gets the desired file from one or more bales very quickly.
2010-12-31 16:24:38 +00:00