main: return an exit code (12) for "bad password" errors

This commit is contained in:
Michael Terry
2024-07-30 19:06:18 -04:00
committed by Michael Eischer
parent 61e1f4a916
commit 48e3832322
32 changed files with 42 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
Enhancement: Return exit code 12 for "bad password"
Restic now returns exit code 12 when it can't open the repository
because of a bad password.
https://github.com/restic/restic/pull/4959