From 7998a7dc0383e64df245085487a9602ba75988d3 Mon Sep 17 00:00:00 2001 From: "Kevin Veen-Birkenbach [aka. Frantz]" Date: Mon, 12 Oct 2020 12:31:08 +0200 Subject: [PATCH] Removed / --- scripts/backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/backup.sh b/scripts/backup.sh index ad2d784..8b2a584 100644 --- a/scripts/backup.sh +++ b/scripts/backup.sh @@ -12,7 +12,7 @@ do application_path="$docker_backups_mount$(cat /etc/machine-id)/docker/$docker_container_name/" first_destination_path="$application_path""first""$source_path"; latest_destination_path="$application_path""latest""$source_path"; - backup_dir_path="$application_path""diffs/$backup_time/$source_path" + backup_dir_path="$application_path""diffs/$backup_time$source_path" if [ -d "$native_backups_mount_prefix$first_destination_path" ] then echo "backup: $source_path"