rustic server

REST server for rustic

About

A REST server built in rust for use with rustic and restic.

Works pretty similar to rest-server. Most features are already implemented.

Installation

From binaries

rustic-server is in an early development stage. Please use the nightly builds from here.

Features

Allows to give ACLs im TOML format, use option --acl

Example TOML file:

# default sets ACL for the repo without explicit path
# (and for the repo under path "default", if exists)
[default]
alex = "Read"
admin = "Modify"

[alex]
alex = "Modify"
bob = "Append"

License

rustic-server is open-sourced software licensed under the GNU Affero General Public License v3.0 or later.