What invariants do I need to preserve in order to copy a file-based backup between two directories? e.g. to move between a local disk and a network disk
My thought so far is that I need to copy the snapshot directory first, then the KV ranges, then the logs, each in lexicographical order. I’m not sure if this is correct, though.
Ideally this would also work for copying a continuous backup, not just a one-time backup.