diff --git a/source/agent-remote/datacommands_v2.sh b/source/agent-remote/datacommands_v2.sh index 9a66aad..2cca3bd 100755 --- a/source/agent-remote/datacommands_v2.sh +++ b/source/agent-remote/datacommands_v2.sh @@ -281,8 +281,8 @@ backup_volume() { restore_volume() { local label="$1" local volume_name="$2" - local backup_folder="$TEMP_DIR/backup" - + local backup_folder="$3" + echo "[restore_volume] label=$label volume=$volume_name backup_folder=$backup_folder" local source_dir="${backup_folder}/volume_${label}"