borgbackup.sh aktualisiert
This commit is contained in:
@@ -148,7 +148,7 @@ borg_keyexport() {
|
|||||||
# überprüfen, ob borg-Repository initialisiert wurde
|
# überprüfen, ob borg-Repository initialisiert wurde
|
||||||
# und ausführen, falls nötig
|
# und ausführen, falls nötig
|
||||||
borg_check() {
|
borg_check() {
|
||||||
|
echo "Überprüfe, ob das Repository initialisiert ist..."
|
||||||
if $BORG check ${BORG_REPO}; then
|
if $BORG check ${BORG_REPO}; then
|
||||||
echo "Das Repository ist bereits initialisiert."
|
echo "Das Repository ist bereits initialisiert."
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user