[][src]Module bakare::repository

Modules

item

Structs

ItemId
Repository

represents a place where backup is stored an can be restored from. right now only on-disk directory storage is supported repository always knows the newest version of the index and is responsible for syncing the index to disk and making sure that different threads can access index in parallel

RepositoryItemIterator