Initial Commit

This commit is contained in:
2021-10-08 00:27:58 +02:00
commit 0104e69657
14 changed files with 1341 additions and 0 deletions

15
Cargo.toml Normal file
View File

@ -0,0 +1,15 @@
[package]
name = "butterup"
description = "Backup btrfs snapshots over SSH"
version = "0.1.0"
authors = ["Joakim Hulthe <joakim@hulthe.net>"]
license = "MPL-2.0"
edition = "2018"
[dependencies]
anyhow = "1.0.44"
chrono = "0.4.19"
clap = "3.0.0-beta.4"
log = "0.4"
pretty_env_logger = "0.4"
ssh2 = "0.9.1"