Skip to content
Snippets Groups Projects
Commit e9824c0d authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

[borg] enable BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK

Otherwise the handler may hang, waiting for user input. This may occur
when the borg cache is deleted, or when borg is upgraded.
parent f43c8566
Branches
Tags upstream/1.1.8
No related merge requests found
...@@ -15,6 +15,7 @@ ...@@ -15,6 +15,7 @@
# #
export BORG_RELOCATED_REPO_ACCESS_IS_OK=yes export BORG_RELOCATED_REPO_ACCESS_IS_OK=yes
export BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK=yes
### GET CONFIG ### ### GET CONFIG ###
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment