Skip to content

Commit

Permalink
🔨 use copy rather than sync to avoid deleting local files
Browse files Browse the repository at this point in the history
  • Loading branch information
Marigold committed Apr 17, 2024
1 parent b93df70 commit 97b9d2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ prune: .venv
# or update regions.
sync.catalog: .venv
@echo '==> Sync catalog from R2 into local data/ folder (~10gb)'
rclone sync owid-r2:owid-catalog/ data/ --verbose --fast-list --transfers=64 --checkers=64 --include "/meadow/**" --include "/garden/**" --include "/open_numbers/**"
rclone copy owid-r2:owid-catalog/ data/ --verbose --fast-list --transfers=64 --checkers=64 --include "/meadow/**" --include "/garden/**" --include "/open_numbers/**"

grapher: .venv
@echo '==> Running full etl with grapher upsert'
Expand Down

0 comments on commit 97b9d2b

Please sign in to comment.