google / hat-backup

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

File-format tunings #98

Closed brinchj closed 7 years ago

brinchj commented 7 years ago
  1. Replace leaf_type with a tagged union. Store root with leaf_type "SnapshotList".
  2. Convert i64 to u64.
  3. Remove "snapshotTop" tag.