borgbackup.sh aktualisiert

This commit is contained in:
2025-05-20 16:11:12 +02:00
parent 34113a6b92
commit 123510b03c

View File

@@ -148,7 +148,7 @@ borg_keyexport() {
# überprüfen, ob borg-Repository initialisiert wurde
# und ausführen, falls nötig
borg_check() {
echo "Überprüfe, ob das Repository initialisiert ist..."
if $BORG check ${BORG_REPO}; then
echo "Das Repository ist bereits initialisiert."
return 0