Michael Eischer
Michael Eischer
What does this PR change? What problem does it solve? ----------------------------------------------------- The environment variable to change the temp directory is called TMP or TEMP on Windows. Was the change previously...
What does this PR change? What problem does it solve? ----------------------------------------------------- The PR consists of a refactoring of the index and reworks the index rewrite to be much more memory...
What does this PR change? What problem does it solve? ----------------------------------------------------- Implement https://github.com/restic/restic/issues/4326#issuecomment-1950297875 . Different from that comment, there are two additional options `--from-insecure-no-password` and `--new-insecure-no-password`. `--from-insecure-no-password` is used for...
What does this PR change? What problem does it solve? ----------------------------------------------------- Running `check` resulted in the following error: ``` ❯ ../restic/restic check unable to create cache directory , disabling cache:...
What does this PR change? What problem does it solve? ----------------------------------------------------- See the individual commits for details, the main changes are the following: - Also report `repository contains errors` if...
What does this PR change? What problem does it solve? ----------------------------------------------------- Adds a `--delete` option to the `restore` command that deletes files from the target folder that do not exist...
What does this PR change? What problem does it solve? ----------------------------------------------------- Based on https://github.com/restic/restic/pull/4837 and https://github.com/restic/restic/pull/4838 Add a `--dry-run` option for the restore command. Using this option, restore will only...
Output of `restic version` -------------------------- 0.16.4 What should restic do differently? Which functionality do you think we should add? ---------------------------------------------------------------------------------- We recently had three issues where the `config` and `keys`...
Restore should implement additional options to make it more flexible. This is a tracking issue that sums up several existing issues. New overwrite behaviors Skip existing: - `--ignore-existing` - does...
**How to categorize this issue?** /area robustness /kind enhancement Suggested approach for implementing the "Rolling update of the worker pool when critical kubelet configuration changed" step from https://github.com/gardener/gardener/issues/2590 . ##...