borgbackup 0.10.1

A wapper for the borgbackup utility
Documentation
1
2
3
4
5
6
7
//! The output that borg can produce, is defined in this module

pub mod common;
pub mod create;
pub mod info;
pub mod list;
pub mod logging;