backuppc_pool_reader 2.0.1

A Library and CLI for reading BackupPC pool files (contains a FUSE file system to mount the pool)
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod attribute_file;
pub mod compress;
pub mod decode_attribut;
pub mod hosts;
pub mod pool;
pub mod util;
pub mod view;

#[cfg(feature = "fuse")]
pub mod filesystem;