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
- authentication
- concurrent execution