docker compose based md_recorder

This commit is contained in:
2025-04-09 17:55:33 -04:00
parent 25073c2696
commit f09865d3a3
16 changed files with 819 additions and 83 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ get_project_version() {
echo "Checking ${user}@${host} for ${rel_dir}/${Project}/${Version} ..."
if ssh -q -p ${port} ${user}@${host} "test -d ${rel_dir}/${Project}/${Version}"
then
echo "Version ${Version} found..."
echo "Getting Version \"${Version}\"..."
rsync_cmd="rsync -ahv -e \"ssh -p ${port}\""
rsync_cmd="${rsync_cmd} ${user}@${host}:${rel_dir}/${Project}/${Version}/"
rsync_cmd="${rsync_cmd} ./"