-
Notifications
You must be signed in to change notification settings - Fork 91
Description
Hiya,
I'm wanting to find out if there's currently a way to restart an interrupted bagit process, without losing all progress. Had a look on previous issues raised, but couldn't find any mention of this.
For context, we're wanting to use bagit.py for checksumming files that are getting transferred to the archive where I work. However, the deposits we receive can contain many TBs of data. We've had experiences where we've tried to run bagit on these packages overnight, only to find in the morning that the process got tripped up by an unforeseen issue (i.e. network dropout, file permission, etc.), ending up with a partially-generated bag.
As a result, I'm wondering if there is any way to resume these partially-generated bags. Whilst, this may be unnecessary for smaller bags, for larger bags this would save a significant amount of processing time and make the process smoother.
Thanks in advance,
Alex