Rclone Server Side Copy for mount driver

What is the problem you are having with rclone?

can you do rclone Rclone Server Side Copy for mount driver?

What is your rclone version (output from rclone version)

1.55.1

Which OS you are using and how many bits (eg Windows 7, 64 bit)

windows 7

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)

I mount 2 Shared Drive (Team Drive). i would like to copy manually (right click copy file) file from mount team drive 1 to mount team drive 2 without download the file, is it possible?

rclone mount "remote:/" x: --cache-dir "N:\FILE" --vfs-cache-mode writes --vfs-cache-poll-interval 50m --vfs-cache-max-age 8760h --vfs-cache-max-size 1024G --attr-timeout 8700h --dir-cache-time 8760h --poll-interval 30s --drive-server-side-across-configs --multi-thread-streams 0

i also added following line in rclone config under remote name

server_side_across_configs = true

but it looks like rclone not using server side copy.

You can't use server side on mounts. You have to use rclone copy commands against the remotes.

1 Like

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