File difference check

What is the problem you are having with rclone?

I cant check file difference using rclone

What is your rclone version (output from rclone version)

rclone v1.49.0

  • os/arch: windows/amd64
  • go version: go1.12.3

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

Windows 10, 64 bit

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

SSH

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

Well, I couldnt find a command.
I used rclone check . rc:mc --filter-from filter.txt --size-only --log-level ERROR but I didnt find enough information there

More information

Using check command I found out there is difference in file server.properties
2019/08/28 21:48:17 ERROR : server.properties: Sizes differ
Now I need to check what lines exactly changed, is there a way to do so?

You'll have to download the file and check it

Something like this would work in bash (I don't know how to do that sort of thing in Windows)

diff -u server.properties <(rclone cat rc:mc/server.properties)

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