Crates.io | biurs |
lib.rs | biurs |
version | 0.4.1 |
source | src |
created_at | 2023-05-11 16:07:09.398014 |
updated_at | 2023-08-14 08:03:07.678532 |
description | biurs client |
homepage | https://github.com/cemoktra/biurs |
repository | https://github.com/cemoktra/biurs |
max_upload_size | |
id | 862236 |
size | 52,993 |
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