Is there a reason why borg check doesn’t prompt for the password up front? #6050
PhilArmstrong
started this conversation in
General
Replies: 4 comments
-
|
(Obviously you could set BORG_PASSPHRASE, but that requires remembering to do that...) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is known and there is a github issue about this, see there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Ah, I failed to find that with a search, will search further! |
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Instead it seems to wait until it has completed the first part of the integrity check, which presumably doesn’t require the (d)ecryption keys.
This means that as a user, you issue a borg check, go away, come back to find a password prompt & then have to wait even longer for the second part of the check to complete. This is a suboptimal user experience :)
Beta Was this translation helpful? Give feedback.
All reactions