Struct conserve::Band [] [src]

pub struct Band { /* fields omitted */ }

All backup data is stored in a band.

Methods

impl Band
[src]

[src]

Make a new band (and its on-disk directory).

The Band gets the next id after those that already exist.

[src]

Mark this band closed: no more blocks should be written after this.

[src]

Open a given band, or by default the latest complete backup in the archive.

[src]

[src]

[src]

[src]

[src]

[src]

Make an iterator that will return all entries in this band.

[src]

Return info about the state of this band.

Trait Implementations

impl Debug for Band
[src]

[src]

Formats the value using the given formatter.