URL geändert

This commit is contained in:
2024-11-07 13:26:58 +00:00
parent e0b65dec81
commit 6e764c3ce0

View File

@@ -13,7 +13,7 @@ touch .restic-env
# Werte in die Datei .restiv-env schreiben oder aktualisieren
echo "export AWS_ACCESS_KEY_ID=$AWSuser" >> .restic-env
echo "export AWS_SECRET_ACCESS_KEY=$AWSkey" >> .restic-env
echo "export RESTIC_REPOSITORY=\"s3:https://storage.datenwarehouse.synology.me/$bucket\"" >> .restic-env
echo "export RESTIC_REPOSITORY=\"s3:https://arloffminioapi.nauheimtech.duckdns.org/$bucket\"" >> .restic-env
echo "export RESTIC_PASSWORD=\"$resticpassword\"" >> .restic-env
echo "Werte wurden erfolgreich in die Datei .restic-env geschrieben."