google / hat-backup

Backend-agnostic snapshotting backup system
Apache License 2.0
252 stars 39 forks source link

Handle commit of partial snapshot gracefully #35

Open brinchj opened 8 years ago

brinchj commented 8 years ago

Currently, we abort when a hash from the index is not known, causing resume to auto-retry and abort again.

We should either skip files with unknown hashes (with a warning) or abort gracefully (without resume).