Deduping identical files and listing the rest

What is the problem you are having with rclone?

I'm wondering if there's a way to combine --dedupe-mode skip and --dedupe-mode list to remove identical duplicates and list the rest. Currently I'm doing both with && in the middle, but that requires going through the directory twice

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

`rclone v1.57.0

  • os/version: Microsoft Windows 10 Home 2009 (64 bit)
  • os/kernel: 10.0.19043.2006 (x86_64)
  • os/type: windows
  • os/arch: amd64
  • go/version: go1.17.2
  • go/linking: dynamic
  • go/tags: cmount`

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

Gdrive

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

rclone dedupe "Drive:dir" --drive-use-trash=false --dedupe-mode skip -v --no-traverse --transfers=32 && rclone dedupe "Drive:dir" --drive-use-trash=false --dedupe-mode list -v --no-traverse --transfers=32
(Do my flags make sense?)

Hi Malam,

I don't think so, the dedupe-mode is translated to an integer value internally, so something like --dedupe-mode="skip,list" isn't possible and not easily added to rclone (if at all possible).

Did you try running with -vv? That will given you more info, but not sure it it will be enough.

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