rustic icon indicating copy to clipboard operation
rustic copied to clipboard

rustic - fast, encrypted, and deduplicated backups powered by Rust

Results 184 rustic issues
Sort by recently updated
recently updated
newest added

This PR depends on https://github.com/rustic-rs/rustic_core/pull/390 and is WIP

C-enhancement
O-windows
O-unix
O-linux
O-macos
C-refactor
A-core

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...

S-triage

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...

C-enhancement
A-cli
A-commands

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...

S-triage

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...

S-triage

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...

C-enhancement
S-triage

#### 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...

S-triage

This is similar to the behaviour of Time Machine. Though, Time Machine only has empty folders without files. What is causing the problem?

S-triage

``` [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":...

C-bug
A-core