What is the problem you are having with rclone?
rclone, when copying large files, stalls in progress after a few minutes and drops to 0/sec transfer rate until stopped by ^C.
Run the command 'rclone version' and share the full output of the command.
+ rclone version
rclone v1.64.0-DEV
- os/version: freebsd 13.2-release-p4 (64 bit)
- os/kernel: 13.2-release-p4 (amd64)
- os/type: freebsd
- os/arch: amd64
- go/version: go1.20.8
- go/linking: dynamic
- go/tags: none
This seems to be the newest version available in FreeBSD ports. Let me know if you'd like me to try something newer directly from the website.
Which cloud storage system are you using? (eg Google Drive)
Backblaze B2
The command you were trying to run (eg rclone copy /tmp remote:tmp
)
rclone sync /storage/nextcloud/data/nsood/files backblaze:silicon-tendstofortytwo
(and also later for troubleshooting)
rclone copy -vv testfile.bin backblaze:silicon-tendstofortytwo
Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.
[backblaze]
type = b2
account = XXX
key = XXX
A log from the command that you were trying to run with the -vv
flag
Log file available at https://nsood.in/rclone/log.txt
Also noteworthy: according to the top command, rclone was in the uwait
state. Not sure if that's useful, but you can see here: https://nsood.in/rclone/top.png