bugfix bei keyexport
This commit is contained in:
@@ -139,7 +139,7 @@ EOF
|
|||||||
|
|
||||||
#Repokey zusätzlich lokal speichern
|
#Repokey zusätzlich lokal speichern
|
||||||
borg_keyexport() {
|
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 0 ||
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user