On Tue, 5 Dec 2023 16:13:45 +0000 Jonathan McDowell <[email protected]> wrote:
On Tue, Dec 05, 2023 at 08:59:56AM -0700, Scarlett Moore wrote:
> * Package name : rustic
> Version : 0.5.4
> Upstream Contact: Alexander Weiss
> * URL : https://github.com/rustic-rs/rustic
> * License : Apache-2.0 or MIT
> Programming Lang: Rust
> Description : fast, encrypted, and deduplicated backups powered by Rust
>
> Restic (https://github.com/restic/restic/) is a great backup tool IMHO. The
> compatible Rust implementation rustic is a lot faster and has a lot more other
> features over the Golang version, for example:
...
> I think that'd be a very useful utility to have in Debian.
Perhaps once it no longer states:
| rustic currently is in beta state and misses regression tests. It is not
| recommended to use it for production backups, yet.
Hi,
cargo debstatus --no-dev-dependencies | grep "🔴"
🔴 rustic_backend v0.5.3 (/home/werdahias/Packaging/rustic_core/crates/backend)
🔴 ├── rustic_core v0.8.0 (/home/werdahias/Packaging/rustic_core/crates/core)
🔴 │ ├── aes256ctr_poly1305aes v0.2.1
🔴 │ ├── binrw v0.15.0
🔴 │ │ ├── binrw_derive v0.15.0
🔴 │ ├── cached v0.56.0
🔴 │ │ ├── cached_proc_macro_types v0.1.1
🔴 │ ├── derive_setters v0.1.8
🔴 │ ├── pariter v0.5.1
🔴 │ ├── quick_cache v0.6.16
🔴 │ ├── rustic_cdc v0.3.1
🔴 │ ├── serde-aux v4.7.0
🔴 ├── derive_setters v0.1.8
🔴 │ ├── bb8 v0.8.6
🔴 │ ├── ghac v0.2.0
🔴 │ ├── governor v0.10.1
🔴 │ │ ├── nonzero_ext v0.3.0
🔴 │ │ ├── quanta v0.12.6
🔴 │ │ ├── spinning_top v0.3.0
🔴 │ ├── moka v0.12.10
🔴 ├── typed-path v0.11.0
This is the chunk of crates that would need packaging.
best,
werdahias