Rclone lsf hash - some files with some without hashsum

What is the problem you are having with rclone?

rclone lsf --format pht has files with and without hashsums. why?
source is owncloud.
i want to have hashsums for all files.
what is to do? issue with owncloud or rsync or ?

What is your rclone version (output from rclone version)

rclone v1.48.0

  • os/arch: linux/amd64
  • go version: go1.12.6

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

Ubuntu 18.04.3 LTS

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

ownCloud / WebDav

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

rclone lsf --format pht ownCloud:Weekly

A log from the command with the -vv flag (eg output from rclone -vv copy /tmp remote:tmp)

Rclone will only show hashes that it gets given by owncloud so I would guess that owncloud doesn't have them.

If you want to know for certain then run with -vv --dump bodies and look for the hashes in the output from owncloud.

1 Like

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