aawsome

Results 79 issues of aawsome

Adds the possibility to group the commands in the help message. closes #836 closes #1271

kind/feature
triage/needs-info

What does this PR change? What problem does it solve? ----------------------------------------------------- Adds an option `--repo-hot` to specify a "hot repo" that is used for hot data, i.e. for all repository...

What does this PR change? What problem does it solve? ----------------------------------------------------- With this PR, `restic resume` checks if existing files (partly) match the files to be restored. If matching blobs...

What does this PR change? What problem does it solve? ----------------------------------------------------- Separates the pruning code in three functions: - Find out what to do - Print statistcs (+ added JSON...

What does this PR change? What problem does it solve? ----------------------------------------------------- Allow users to recover from broken repositories/snapshots while still salvaging the sane parts of the repository/snapshot. For given snapshots...

category: resilience

This issue is meant to discuss which is the best way to implement the support of cold storages in restic. The need to use restic with cold storages has been...

category: backend
category: user interface
type: feature suggestion
type: tracking

What does this PR change? What problem does it solve? ----------------------------------------------------- Adds an option `--set-path` to `backup` which allows to manually set the path(s) saved in the snapshot and used...

Sorry for not using the template. This issue is not a concrete bug, but something I observed when developing [rustic](https://github.com/rustic-rs/rustic) The point is that in `internal/restic/node.go` the following mask is...

use the [self_update crate](https://crates.io/crates/self_update)

enhancement
good first issue
help wanted

Restore creates files/dirs or special files like symlinks during the restore process. The standard case of an existing file also works: Its content is changed to the content-to-restore. However, if...

bug