mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
work
This commit is contained in:
13
scripts/tile_gen/upload_cloudflare.sh
Normal file
13
scripts/tile_gen/upload_cloudflare.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
rclone sync \
|
||||
--transfers=8 \
|
||||
--multi-thread-streams=8 \
|
||||
--fast-list \
|
||||
-v \
|
||||
--stats-file-name-length 0 \
|
||||
--stats-one-line \
|
||||
--log-file rclone.log \
|
||||
20231208_091355_pt cf:ofm-planet
|
||||
|
||||
Reference in New Issue
Block a user