mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
rclone
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
DIR_NAME="${PWD##*/}"
|
||||
|
||||
rm -f rclone.log
|
||||
|
||||
rclone sync \
|
||||
--transfers=8 \
|
||||
--multi-thread-streams=8 \
|
||||
@@ -9,5 +13,6 @@ rclone sync \
|
||||
--stats-file-name-length 0 \
|
||||
--stats-one-line \
|
||||
--log-file rclone.log \
|
||||
20231208_091355_pt cf:ofm-planet
|
||||
--exclude rclone.log \
|
||||
. "cf:ofm-planet/$DIR_NAME"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user