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?)