Crates.io | biurs-server |
lib.rs | biurs-server |
version | 0.2.2 |
source | src |
created_at | 2023-05-11 16:06:37.331869 |
updated_at | 2023-08-14 08:02:33.422646 |
description | biurs server |
homepage | https://github.com/cemoktra/biurs |
repository | https://github.com/cemoktra/biurs |
max_upload_size | |
id | 862235 |
size | 60,018 |
back it up - written in rs
Personal backup toy project exploring gRPC streaming.
Server: cargo install biurs-server
Client: cargo install biurs
A json file containing an array of paths to PEM encoded Ed25519 public keys of clients.
[
"/path/to/user_1.public",
"/path/to/user_2.public"
]
A json file with the following structure:
{
"private_key": "/path/to/pem/encoded/private/key/of/user",
"folder": [
"/path/to/folders_to_back_up"
]
}
Server: biurs-server <backup-dir>
Client: biurs <url> backup/restore