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)
committerThomas Jarosch <thomas.jarosch@intra2net.com>
Mon, 2 Apr 2018 11:34:08 +0000 (13:34 +0200)
commit938c2d54146bacf93c0e956bdce51b0408b3ffec
tree040741d9a756cf9042fdaaa2aa8b9ab4e736a561
parent867f75f7811625f83ed203e91434d60cd895f825
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