Michael Eischer

Results 855 comments of Michael Eischer

Although for the problem here it's probably also necessary to set `GO386=softfloat`?

I took a slightly closer look at the effects of softfloats and apparently enabling that mode would also affect functions like memmove/memclr/equal/cmp (search for `GO386_softfloat` in the go source code)....

Getting a `TooManyRequests` error right when loading the repository keys is odd. At that point restic has barely issued any request at all to the backend. Are you able to...

The full changes to only show the environment variable name are as follows. For example for `RESTIC_KEY_HINT` the code could look like this: ```diff - f.StringVarP(&globalOptions.KeyHint, "key-hint", "", os.Getenv("RESTIC_KEY_HINT"), "`key`...

@jzebedee That error message is completely different from the initial problem in this issue, please open a new issue. Where are directory junctions involved? That error message shows no indication...

@cowwoc @jzebedee The problems you've described sound completely different from the one in this issue. My guess would be that you're seeing #3594 or #2708. What is unclear to me...

@cowwoc Please open a separate issue, I agree that restic should never silently skip files during backup. The problem in this issue is that the symlink is not restored by...

Sorry for completely forgetting about this PR. > This means that reading the password from a file using shell redirection syntax is no longer possible. I've initially missed that this...

The main missing part is probably time to review it, think about the design and what is necessary to properly support cold storage in restic. My backlog for PRs to...

A snapshot internally keeps track of the backup target path via which it was reached, which prevents it from being reused. Restic considers the files backed-up using `.` to reside...