store old files

This commit is contained in:
2025-08-05 09:01:07 +02:00
parent 2d20cdf256
commit 81c2035d02
5 changed files with 0 additions and 34 deletions

8
apps/old/sync.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/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 $*