rustic_core 0.11.0

rustic_core - library for fast, encrypted, deduplicated backups that powers rustic-rs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//! The commands that can be run by the CLI.

pub mod backup;
pub mod cat;
pub mod check;
pub mod config;
pub mod copy;
pub mod dump;
pub mod forget;
pub mod init;
pub mod key;
pub mod merge;
pub mod prune;
pub mod repair;
pub mod repoinfo;
pub mod restore;
pub mod rewrite;