Match local folder structure after reorganization

What is the problem you are having with rclone?

I have a shared drive in Google Drive that I kept updated with a local folder using e.g.
rclone copy /path/local_folder/ GDRIVE:

recently, a user decided to do some reorganization of the local folder, moving files around.

Is there a way to reproduce the local folder structure to the cloud without having to transfer everything again?

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

rclone v1.68.1
- os/version: linuxmint 21.3 (64 bit)
- os/kernel: 5.15.0-143-generic (x86_64)
- os/type: linux
- os/arch: amd64
- go/version: go1.23.1
- go/linking: static
- go/tags: none

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)

???

Please run 'rclone config redacted' and share the full output. If you get command not found, please make sure to update rclone.

[GDRIVE]
type = drive
client_id = XXX
client_secret = XXX
scope = drive
token = XXX
team_drive = XXX
root_folder_id = XXX

A log from the command that you were trying to run with the -vv flag

N/A

welcome to the forum,

perhaps --track-renames


perhaps run rclone selfupdate

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