mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
14 lines
226 B
Bash
14 lines
226 B
Bash
#!/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
|
|
|