Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 487 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 487 Bytes

cafs

Build Status

Content-Addressable File System.

This is the data caching back-end used by the BitWrk distributed computing software. See https://bitwrk.net/ for more info.

Stores data in de-duplicated form and provides a remote-synching mechanism with another CAFS instance.

Data no longer referenced is kept in cache until the space is needed. Currently, data is not saved to persistent storage.