Rclone full sync between remote and local

What is the problem you are having with rclone?

I want to synchronize remote pcloud and local files. I am very beginner with rclone and I need help with command line.

I am on Windows 11 WSL.

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

rclone v1.69.0-beta.8425.a78bc093d

  • os/version: unknown
  • os/kernel: 4.4.302+ (x86_64)
  • os/type: linux
  • os/arch: amd64
  • go/version: go1.23.4
  • go/linking: static
  • go/tags: none

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

Pcloud.

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

rclone sync pcloud:pictures /mnt/d/user/X/Documents/'999 - Pictures'

Config works well, no issue on that.

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

There is no log, the line stays there and nothing happens, I let it run for 15 mins and closed the wndow.

So what exactly you are asking for?

This looks fine - you are syncing your remote pictures directory content to the local directory /mnt/d/user/X/Documents/'999 - Pictures'

add -vv flag for debug output and optionally --log-file /path/to/log if you want to save it in a file.

When running such jobs you could also add -P flag to monitor progress.

Bummer. apologize for this request. Actually with the -vv exverything was explained: sync was running but no interactive log, therefore this idea that it was doing nothing.

1 Like