Files
dagster/apps/old/sync.sh
2025-08-05 09:01:07 +02:00

9 lines
208 B
Bash
Executable File

#!/usr/bin/env bash
rsync -av /opt/dagster/src/app/vinyl/ \
/Volumes/dagster/src/app/vinyl/ \
--include='*.py' \
--include='*requirements.txt' \
--exclude='__pycache__/' \
-progress \
--delete $*