Anyone help me? Found 1 proofs. Time: 63.40060 s

What is the problem you are having with rclone?

Proof time too long

Run the command 'rclone version' and share the full output of the command.

rclone v1.61.1

  • os/version: ubuntu 20.04 (64 bit)
  • os/kernel: 5.4.0-1018-aws (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.19.4
  • go/linking: static
  • go/tags: none

Which cloud storage system are you using? (eg Google Drive)

Private Cloud

The command you were trying to run (eg rclone copy /tmp remote:tmp)

rclone mount cript2:/  /root/a2 --cache-dir=/root/acache2/ -o ThreadCount=8 --cache-workers=8 --vfs-read-chunk-size=64K --poll-interval=5m  --dir-cache-time=5m --buffer-size=0 --vfs-cache-mode=off --no-checksum --no-modtime --read-only --vfs-read-wait=0 --max-read-ahead=0 --use-mmap --fast-list --checkers=2 --multi-thread-cutoff=0 --multi-thread-streams=32 --vfs-cache-max-age=1h -q --use-cookies --daemon

The rclone config contents with secrets removed.

[overlay1]
type = 
remote = harvester1:ana/
chunk_size = 
hash_type = 

[cript1]
type = 
remote = overlay1:a1/
directory_name_encryption = false

I tried most of the rclone commands, but I couldn't reduce the proof time.
My harvester server location: AWS germany
Farmer location: Hetzner germany

Screenshot_1

Anyone help me?

@ncw I trust your knowledge on this subject, only you can solve this problem. Thank you

See if --buffer-size=0 helps with the latency.

Other than that I know very little about this and there are a huge number of variables to tweak which can be very time consuming.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.