persistent storage for database
This commit is contained in:
1
src/app/sync.sh
Normal file → Executable file
1
src/app/sync.sh
Normal file → Executable 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 $*
|
||||
|
||||
Reference in New Issue
Block a user