teldrive icon indicating copy to clipboard operation
teldrive copied to clipboard

Best rclone config ?

Open shadowmeandyou opened this issue 1 year ago • 1 comments

Hi,

Would like to migrate my *drive files to telDrive. Have configured teldrive, rclone with teldrive and I try rsync commands to sync' the files. But I get a lot of errors (code 400 (get reconnected), slow transfer, etc.), the process is not fluid nor stable...

Have tried multiple options :

  • rclone for teldrive is started (only) with : --local-no-check-updated
  • rclone for *drive is started with : --allow-other --allow-non-empty --cache-db-purge --buffer-size 32M --use-mmap --dir-cache-time 72h --drive-chunk-size 16M --timeout 1h --vfs-cache-mode minimal --vfs-read-chunk-size 128M --vfs-read-chunk-size-limit 1G &

I have activated crypt on both mount with same key and salt and no crypt at telDrive level

Thank you for your help

shadowmeandyou avatar Feb 04 '24 08:02 shadowmeandyou

rclone sync "source:" "dest:" -vv --tpslimit=10 --log-file=transfer.log or rclone copy "source:" "dest:" -vv --tpslimit=10 --log-file=transfer.log

trying in the meantime....

shadowmeandyou avatar Feb 04 '24 08:02 shadowmeandyou