Crates.io | rustic_scheduler |
lib.rs | rustic_scheduler |
version | |
source | src |
created_at | 2023-08-10 18:55:44.631205 |
updated_at | 2024-11-30 22:27:56.226764 |
description | rustic scheduler - a client/server application to schedule regular backups on many clients to one identical repository controlled by a central scheduling server. |
homepage | https://rustic.cli.rs/ |
repository | https://github.com/rustic-rs/rustic_scheduler |
max_upload_size | |
id | 941249 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
centrally schedule rustic backups
rustic scheduler is a client/server application to schedule regular backups on many clients to one identical repository controlled by a central scheduling server.
It allows to define client groups which are all backed up the same way.
Note: rustic scheduler is in an early development stage.
Contact | Where? |
---|---|
Issue Tracker | GitHub Issues |
Discord | |
Discussions | GitHub Discussions |
Copy the rustic-scheduler
binary to your backup schedule server and to all
your clients. You can download the latest version from the
releases page
Create a config file ./config/rustic_scheduler.toml
on your backup schedule
server (example config is available in the config/
dir)
Run the rustic-scheduler
binary on your server in the dir containing the
config.
On each client, run rustic-scheduler client --url <ADDR>
, where <ADDR>
is
the websocket address to connect, e.g.
rustic-scheduler client --url ws://server.localdomain:3012/ws
.
Backups on your clients are automatically started based on the configured schedule(s).
Statistics for a specific clients are available under /client/%client
, e.g.
http://server.localdomain:3012/client/my_server1
.
Tried rustic-scheduler and not satisfied? Don't just walk away! You can help:
Do you know how to code or got an idea for an improvement? Don't keep it to yourself!
Please make sure, that you read the contribution guide.
Licensed under either of:
at your option.