|
"Invalid scrypt parameters. Please check the key file and password.", |
Error needs own error code, with link to docs.
old restic versions used invalid scrypt parameters which are not (and I think will never be) supported by rustic
proposed workaround is to recreate the key in restic
Ref.: rustic-rs/rustic#1394
rustic_core/crates/core/src/repofile/keyfile.rs
Line 109 in 25f908b
Error needs own error code, with link to docs.
Ref.: rustic-rs/rustic#1394