Michael Eischer
Michael Eischer
What does this PR change? What problem does it solve? ----------------------------------------------------- Backport https://github.com/restic/restic/pull/5097 to the `patch-release` branch. The main different to that PR is that the commit "fs/vss: properly create...
What does this PR change? What problem does it solve? ----------------------------------------------------- When creating a `backup` using VSS, the extended file metadata was not read from the snapshot but instead from...
What does this PR change? What problem does it solve? ----------------------------------------------------- We already support `forget --prune --no-lock --dry-run`, but directly calling `prune --no-lock --dry-run` was not possible. Also allow this...
What does this PR change? What problem does it solve? ----------------------------------------------------- By now missing files are not endlessly retried by the retry backend such that it can be enabled right...
What does this PR change? What problem does it solve? ----------------------------------------------------- Fixes https://github.com/restic/restic/issues/5091 Was the change previously discussed in an issue or on the forum? ---------------------------------------------------------------- Checklist --------- - [x]...
What does this PR change? What problem does it solve? ----------------------------------------------------- Files in mounted repositories were inaccessible on macOS Sonoma when using fuse-t. The underlying problem is that macOS apparently...
## Description With flatcar 3975.2.1 we see very weird behavior of NFS 4.2 where one pod writes a file but a pod on a different host is unable to see...
What does this PR change? What problem does it solve? ----------------------------------------------------- Fix a crash during the backup in nodeFromFileInfo in two cases: - if a directory is deleted between restic...
The immediate [attack on the CDC algorithm](https://www.daemonology.net/blog/chunking-attacks.pdf) used by restic has been mitigated by https://github.com/restic/restic/issues/5291 . But we need a permanent solution. This issue is for tracking the necessary work...
What does this PR change? What problem does it solve? ----------------------------------------------------- A tree that cannot be loaded is a fatal error when walking the tree. Thus, return the error and...