This commit is contained in:
Zsolt Ero
2023-12-20 23:32:46 +01:00
parent b59cdb7596
commit 06e0084095

View File

@@ -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"