Renamed to backup-docker

This commit is contained in:
2023-11-16 16:55:16 +01:00
parent 83c93be87f
commit 0d4eb75afe
26 changed files with 67 additions and 67 deletions

View File

@@ -30,7 +30,7 @@ waiting_time=600
blocker_running=True
while blocker_running:
try:
bash("systemctl is-active --quiet docker-volume-backup.service")
bash("systemctl is-active --quiet backup-docker.service")
bash("systemctl is-active --quiet update-docker.service")
print("backup is running.")
print("trying again in " + str(waiting_time) + " seconds.")