draft rescue mode through all layers
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Wed, 23 Aug 2017 08:49:36 +0000 (10:49 +0200)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:09 +0000 (13:34 +0200)
commit6690f5e012e65eb8064b18eef16df611961e2bb5
tree2e049adb5af23bfba4ddb748a69a17a926dfd035
parent0c6682ce490bb871c4ae8bf2a510a8eb46621eb1
draft rescue mode through all layers

The strategy is for rescue mode to reconstruct the relevant [*]
information from the index by inspecting the passed tar object,
then continue from there. On the crypto side, this boils down to
a streamlined (and silent) version of the “scan” mode. The
tarfile side is still WIP.

[*] Omitting the useless parts like inode number.
deltatar/crypto.py
deltatar/deltatar.py
deltatar/tarfile.py