rustic_server 0.4.4

rustic server - a REST server built in rust to use with rustic and restic.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Adapt to your own configuration, a full list of options can be found at:
# https://github.com/rustic-rs/rustic/tree/main/config
[global]
log-level = "info"
log-file = "~/rustic.log"

[repository]
repository = "rest:http://rustic:rustic@127.0.0.1:8000/ci_repo"
password = "rustic"

[backup]

[[backup.snapshots]]
sources = ["src"]