delay index file write until backup is complete
authorPhilipp Gesang <philipp.gesang@intra2net.com>
Mon, 3 Apr 2017 14:53:46 +0000 (16:53 +0200)
committerPhilipp Gesang <philipp.gesang@intra2net.com>
Fri, 28 Apr 2017 12:38:13 +0000 (14:38 +0200)
commit3d80c0b1c2763050a5562a4078ae5eccb48f5f66
tree4742531ac172c91881c1f9702c1ec9339612e985
parent716e6c8270d54d5b9cc93b6f1de8c841fec8b071
delay index file write until backup is complete

Due to restrictions of the file counting in the encryption
module, files must be handled in a strictly sequential manner.
Thus, postpone the creation of and all writes to the index file
until after all other files have been processed.
deltatar/deltatar.py