diff --git a/tools/dplsh/files/dplsh-entrypoint.sh b/tools/dplsh/files/dplsh-entrypoint.sh index e6b5ba5..c97e3d5 100644 --- a/tools/dplsh/files/dplsh-entrypoint.sh +++ b/tools/dplsh/files/dplsh-entrypoint.sh @@ -12,7 +12,7 @@ fi # the host. if [[ -d /home/dplsh/.azure-host ]] ; then mkdir -p /home/dplsh/.azure - rsync -a --exclude=logs /home/dplsh/.azure-host/ /home/dplsh/.azure/ + rsync -a --exclude=logs --exclude=commands --exclude=telemetry /home/dplsh/.azure-host/ /home/dplsh/.azure/ fi PATH=${PATH}:${HOME}/bin