bugfix bei keyexport

This commit is contained in:
2025-05-19 16:21:22 +02:00
parent 3d54d0ca83
commit 61a246537f

View File

@@ -139,7 +139,7 @@ EOF
#Repokey zusätzlich lokal speichern
borg_keyexport() {
[ "$BORG_ENCRYPTION" == "repokey" ] && $BORG key export "$BORG_REPO" >$BORG_PATH/encrypted-repokey && \
[ "$BORG_ENCRYPTION" == "repokey" ] && $BORG key export "$BORG_REPO" $BORG_PATH/encrypted-repokey && \
return 0 ||
return 1
}