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

Takes idea from #823 and builds on it. This PR should just show how far we are able to replace our current packaging pipeline. ## Relevant issues - https://github.com/axodotdev/cargo-dist/issues/75 -...

Results in 38.5% size reduction on Windows 11, and 33% less on openSuse. We could also use it in `release`?

`restic` has some well defined exit code which help when using it in scripts. These exit codes are defined in the [documentation](https://restic.readthedocs.io/en/latest/075_scripting.html#exit-codes). It would be fantastic if `rustic` could maintain...

C-enhancement
A-errors
A-commands
A-core

Depends on https://github.com/rustic-rs/rustic_core/pull/316 Needs https://github.com/iqlusioninc/abscissa/issues/844 ## TODO: - [x] make use of associated type `Application::Path` - [x] fix tests - [ ] incorporate changes from #1059 - [ ] implement...