Left optimation hint

This commit is contained in:
Kevin Veen-Birkenbach
2020-12-28 13:34:35 +01:00
parent 8bc6bf209f
commit 48fab870ce
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,4 @@
#!/bin/bash
# @see https://www.freedesktop.org/software/systemd/man/machine-id.html
backup_time="$(date '+%Y%m%d%H%M%S')";
backups_folder="/Backups/";
for docker_container_name in $(docker ps --format '{{.Names}}');