4 releases

0.2.2 Aug 14, 2023
0.2.1 Aug 14, 2023
0.2.0 May 13, 2023
0.1.0 May 11, 2023

#70 in #back

21 downloads per month
Used in 2 crates

MIT license

33KB
806 lines

biurs

back it up - written in rs

Personal backup toy project exploring gRPC streaming.

Install

Server: cargo install biurs-server

Client: cargo install biurs

Config

Server

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"
]

Client

A json file with the following structure:

{
  "private_key": "/path/to/pem/encoded/private/key/of/user",
  "folder": [
    "/path/to/folders_to_back_up"
  ]
}

Usage

Server: biurs-server <backup-dir>

Client: biurs <url> backup/restore

Status

  • authentication
  • concurrent execution

Dependencies

~11–15MB
~361K SLoC