View all files | ||||
A transport-agnostic, filesystem metadata manifest system
This project is a staging area for experiments in providing transport agnostic metadata storage.
See opencontainers/runtime-spec#11 for more details.
A continuity manifest encodes filesystem metadata in Protocol Buffers. Refer to proto/manifest.proto for more details.
Build:
Create a manifest (of this repo itself):
Dump a manifest:
Verify a manifest:
Break the directory and restore using the manifest:
continuity primarily targets Linux. Continuity may compile for and work on other operating systems, but those platforms are not tested.
If you change the proto file you will need to rebuild the generated Go with go generate.
continuity is a containerd sub-project, licensed under the Apache 2.0 license. As a containerd sub-project, you will find the:
information in our containerd/project repository.