Hi, I am trying to copy nfs shares between two storage accounts in Azure, we do it by mounting the shares to a container and then running rclone copy. The issue is rclone is getting stuck on some small files for hours, then it eventually succeeds, but it needs 9h for 9mb for example. Do you have any suggestions? Maybe a timeout or do we need to specifically skip those files?
Version:
rclone v1.67.0
- os/version: ubuntu 24.04 (64 bit)
- os/kernel: 5.15.0-1068-azure (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.22.4
- go/linking: static
- go/tags: none
Command:
rclone copy /mount/$NFS_SOURCE/ /mount/$NFS_DEST/ --progress --use-mmap --size-only -vvv --multi-thread-streams=$NUM_THREADS --transfers=64 --checkers=24 --buffer-size=256M
A log from the command i am trying to run with the -vv
flag
Elapsed time: 21m43.5sTransferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 779 / 779, 100%
Elapsed time: 21m44.0sTransferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 779 / 779, 100%
Elapsed time: 21m44.5sTransferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 779 / 779, 100%
Elapsed time: 21m45.0sTransferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 779 / 779, 100%
Elapsed time: 21m45.5sTransferred: 0 B / 0 B, -, 0 B/s, ETA -
Checks: 779 / 779, 100%
Elapsed time: 21m46.0sTransferred: 0 B / 0 B, -, 0 B/s, ETA -