secure_backup 0.1.0

Take an incremental secure backup from a directory
Documentation
1
2
3
4
5
#[derive(Copy, Clone)]
pub enum Cipher {
  AES256,
  ChaCha20,
}