What is the problem you are having with rclone?
Rclone seems to be getting stuck on files at 100% then speed drops to below 1mib/s eventually copying them to the storage also max speed after like minute is only a gigabit unlike when it first starts it takes advantage of my 8 gigabit connection. Its hard to explain.
Run the command 'rclone version' and share the full output of the command.
rclone v1.59.2
-
os/version: ubuntu 22.04 (64 bit)
-
os/kernel: 5.15.0-48-generic (x86_64)
-
os/type: linux
-
os/arch: amd64
-
go/version: go1.18.6
-
go/linking: static
-
go/tags: none
beta also does same thing
Are you on the latest version of rclone? You can validate by checking the version listed here: Rclone downloads
-->
Yes
Which cloud storage system are you using? (eg Google Drive)
Google Drive
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
FLAGS="--fast-list \
--use-mmap \
--no-traverse \
--tpslimit=10 \
--transfers=10 \
--drive-chunk-size=256M
--progress \
--config=/home/tv/.config/rclone/rclone.conf \
--log-file=/root/sync/uploader.log \
--check-first \
--size-only \
--log-level=INFO"
/usr/bin/rclone sync Movies: /mnt/storage2/ \
${FLAGS}
The rclone config contents with secrets removed.
[Movies]
type = drive
scope = drive
token = redacted
team_drive = **redacted**
root_folder_id =
service_account_file = /opt/sa2/424.json
This is google drive to local
Logs