Michael Eischer
Michael Eischer
What does this PR change? What problem does it solve? ----------------------------------------------------- `MasterIndex.Each` currently uses channels and along with a goroutine to relay data from `Index.Each` to a unified channel. This...
What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- #3854 will add basic support for sparse files by letting the restorer skip file regions containing...
What does this PR change? What problem does it solve? ----------------------------------------------------- It introduces a CountedBlobSet and uses it to track necessary, existing and duplicate blobs. This replaces the duplicate sets...
What does this PR change? What problem does it solve? ----------------------------------------------------- This PR let's restic complete a backup if files with duplicate names exist and issues a warning instead of...
Output of `rest-server --version` --------------------------------- 0.11.0 What should rest-server do differently? --------------------------------------- As discussed in https://github.com/restic/rest-server/pull/195#issuecomment-1235918789 there is a possibility that retrying the upload for a file may fail in...
# :bug: Bug report ## Description Running the docker container using `docker run -ti --rm -v $(pwd):/data bkimminich/juice-shop-ctf:v10.0.1` results in an error: `sh: /juice-shop-ctf/bin/juice-shop-ctf.js: Permission denied` Manually running `chmod +x...
What does this PR change? What problem does it solve? ----------------------------------------------------- Implement feature flags as described in #4601. Tests, documentation and a changelog entry are still missing. Was the change...
Output of `restic version` -------------------------- 0.16.2 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- Add Feature Flags ## Motivation We currently try very hard...
As discussed in #3096 we now use `github.com/anacrolix/fuse` which is a fork of `bazil.org/fuse`. However, neither variant is actively maintained anymore. Thus, we will probably have to switch to a...
What does this PR change? What problem does it solve? ----------------------------------------------------- On FreeBSD, limited users may not be able to even list xattrs for the parent directories above the snapshot...