properly (re-) initialize compressor at archive / volume bounds
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Tue, 25 Apr 2017 12:03:36 +0000 (14:03 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit8ae983c4f680de929726c5a17340f8b0231a9c9d
treede8291ed94e19582b7736dcb664ecd07dc792e67
parent133d30da69daa160eb26bbfb4f3630da4490b266
properly (re-) initialize compressor at archive / volume bounds

For unencrypted streams, the compressor still must be reset in
concat mode. For encrypted streams, the decompressor can be
initialized right at the start of the archive since no further
inputs are needed.
deltatar/tarfile.py