mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-22 06:22:16 +00:00
rclone
This commit is contained in:
@@ -1,6 +1,10 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
DIR_NAME="${PWD##*/}"
|
||||||
|
|
||||||
|
rm -f rclone.log
|
||||||
|
|
||||||
rclone sync \
|
rclone sync \
|
||||||
--transfers=8 \
|
--transfers=8 \
|
||||||
--multi-thread-streams=8 \
|
--multi-thread-streams=8 \
|
||||||
@@ -9,5 +13,6 @@ rclone sync \
|
|||||||
--stats-file-name-length 0 \
|
--stats-file-name-length 0 \
|
||||||
--stats-one-line \
|
--stats-one-line \
|
||||||
--log-file rclone.log \
|
--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