mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2024-10-31 23:33:11 +01:00
Changed variable
This commit is contained in:
parent
cebd984697
commit
074915709a
@ -13,7 +13,7 @@ do
|
||||
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"
|
||||
if [ -d "$native_backups_mount_prefix$application_path)" ]
|
||||
if [ -d "$first_destination_path)" ]
|
||||
then
|
||||
echo "backup: $source_path"
|
||||
destination_path="$latest_destination_path";
|
||||
|
Loading…
Reference in New Issue
Block a user