Fysac
Fysac
Thanks! Any chance that this state could be detected and resolved automatically? I'm not sure if that would cause problems.
Absent trying to detect it, is there a way to ensure it doesn't happen in the first place, perhaps by waiting for all running restic processes to exit when the...
Regarding key derivation: since this is a new design and you have a choice, it doesn't make much sense to use PBKDF2. Instead, a memory-hard hash function like [Argon2](https://pkg.go.dev/golang.org/x/crypto/argon2) or...