persistent storage for database

This commit is contained in:
2024-12-23 11:36:46 +01:00
parent f9c83d29b3
commit e2964c95da
3 changed files with 7 additions and 1 deletions

1
src/app/sync.sh Normal file → Executable file
View File

@@ -2,6 +2,7 @@
rsync -av /opt/dagster/src/app/vinyl/ \
/Volumes/dagster/src/app/vinyl/ \
--include='*.py' \
--include='*requirements.txt' \
--exclude='__pycache__/' \
-progress \
--delete $*