rustic
rustic copied to clipboard
rustic - fast, encrypted, and deduplicated backups powered by Rust
This PR depends on https://github.com/rustic-rs/rustic_core/pull/390 and is WIP
hii i've implemented the support for OTLP! **protocol** this version only supports HTTP Protobuf because i think it is the most widely supported, including Prometheus. support for HTTP JSON and...
The [documentation](https://github.com/rustic-rs/docs/blob/main/src/commands/init/rest.md) of rustic says: you can pass rustic the certificate filename via the --cacert option As does the [USAGE](https://github.com/rustic-rs/rustic_server/blob/main/USAGE.md) documentation of rustic_server: To access this server via restic use...
Currently, `rustic diff` has the following usage: ``` Usage: rustic diff [OPTIONS] ``` I would like to be able to simply run: ``` rustic diff $snapshot_id:$file_path ``` Instead, I currently...
The order in which the `as-path` remapping and the path exclusion happen leads to a potentially confusing interaction (or I'm holding it wrong). I didn't start with a PR because...
I believe the ability to set a dynamic path to search for config files would be a welcome addition. This would be through environment variables pointing to a directory. This...
Whilst I realise that Haiku isn't an officially supported platform, for Rustic, it recently gained a port of Rust 1.83.0 (as part of https://github.com/haikuports/haikuports/issues/11369), and there's a working patch to...
#### Summary Implement a "spot check" feature for rustic to enhance consistency checks by comparing source file counts and data against the latest backup archive. This feature is intended to...
This is similar to the behaviour of Time Machine. Though, Time Machine only has empty folders without files. What is causing the problem?
``` [repository.options] post-create-command = "par2create -qq -n1 -r5 %file" post-delete-command = "sh -c \"rm -f %file*.par2\"" ``` ``` rustic init rustic config --set-compression 2 ``` ``` Could not create "/repo/config.vol0+2.par2":...