#!/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 $*