aawsome

Results 79 issues of aawsome

Adds the possibility to edit the filter used in the interactive snapshots view: - use 'V' to view or change the filter - use 'Ctrl-c' to reset to the filter...

based on #163 see https://github.com/rustic-rs/rustic/discussions/1050 BREAKING CHANGES: - DeleteOptions in SnapshotFile now has more enum options. - Repository::save_snapshots now returns the list of Ids of the saved snapshots. - RepoId...

C-enhancement
M-breaking
S-blocked
A-backends

Currently there is some special logic implemented if that command is set. It would be better to simply generate a new backend and use this in this case - like...

good first issue
E-help-wanted
C-refactor

related: #166 With #166 it is possible to drop the index and then re-load it from the backend. However, it would be much more performant if we could just detect...

C-enhancement
perf

We already use `backon` in the opendal backend via the `RetryLayer`. On the rest and rclone backend, we use backoff, but I already thought that we might want to switch...

good first issue
E-help-wanted
C-refactor

Output of `restic version` -------------------------- restic 0.11.0 (v0.11.0-42-g9e4e0077) compiled with go1.14.7 on linux/amd64 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- Add a possibility...

category: user interface
type: feature suggestion

The `dump` command will now produce a tar when called with a directory.

depends on WIP https://github.com/rustic-rs/rustic_core/pull/255 TODO: - [ ] don't use branch dependency for rustic core, once https://github.com/rustic-rs/rustic_core/pull/255 is merged.

S-blocked