From 632e2a5a020764fb3c544f592b5fe66cc055c44a Mon Sep 17 00:00:00 2001 From: Leonard Kugis Date: Sat, 12 Apr 2025 13:39:46 +0200 Subject: Implemented backup in rust --- backup/Cargo.toml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 backup/Cargo.toml (limited to 'backup/Cargo.toml') diff --git a/backup/Cargo.toml b/backup/Cargo.toml new file mode 100644 index 0000000..699fe53 --- /dev/null +++ b/backup/Cargo.toml @@ -0,0 +1,14 @@ +[package] +name = "backup" +version = "0.1.0" +edition = "2021" + +[dependencies] +serde = { version = "1.0", features = ["derive"] } +serde_json = "1.0" +walkdir = "2.4.0" +tar = "0.4" +zstd = "0.13" +chrono = "0.4" +regex = "1" +duct = "0.13" # für shell-like commands \ No newline at end of file -- cgit v1.2.3