-
|
Hi, user Alice did a everything work well. root have a bash script to run the backup for user Alice like unfortunately borg return
So it seem borg look in the wrong path. I set the up the environment variables BORG_KEY_FILE="/path/file"but that's change nothing... Any ideas ? |
Beta Was this translation helpful? Give feedback.
Answered by
VVStz
Mar 18, 2026
Replies: 1 comment 4 replies
-
export BORG_KEY_FILE="/path/file"does the workaround.. is there a way for runuser/borg to catch the right path directly ? Thanks. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FULL FIX
runuser -u Alice -- bash -c 'borg ...';)