From f4dd8e3fe8699f6be5ecf5bbf3a6e6ee306028b0 Mon Sep 17 00:00:00 2001 From: David Date: Tue, 13 Oct 2020 20:20:28 +0000 Subject: [PATCH] dedupe: minor clarification in docs dedupe will not delete equal files if they are located in another folder. --- cmd/dedupe/dedupe.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/dedupe/dedupe.go b/cmd/dedupe/dedupe.go index 1a42e4905..e0df76f17 100644 --- a/cmd/dedupe/dedupe.go +++ b/cmd/dedupe/dedupe.go @@ -43,7 +43,7 @@ This means that for most duplicated files the ` + "`dedupe`" + ` command will not be interactive. ` + "`dedupe`" + ` considers files to be identical if they have the -same hash. If the backend does not support hashes (eg crypt wrapping +same file path and the same hash. If the backend does not support hashes (eg crypt wrapping Google Drive) then they will never be found to be identical. If you use the ` + "`--size-only`" + ` flag then files will be considered identical if they have the same size (any hash will be ignored). This