flop and unflop are very quick hacks I threw together.  There is no
guarantee that this does anything useful at all.

The idea is:

tar cvf - blahblah | gzip | flop /dev/fd0H1440

and

unflop /dev/fd0H1440 | gunzip | tar xvf -
