diff --git a/fs/operations.go b/fs/operations.go index 9adcff4bf..752203106 100644 --- a/fs/operations.go +++ b/fs/operations.go @@ -447,7 +447,7 @@ func deleteFileWithBackupDir(dst Object, backupDir Fs) (err error) { if err != nil { Stats.Error() Errorf(dst, "Couldn't %s: %v", action, err) - } else { + } else if !Config.DryRun { Infof(dst, actioned) } Stats.DoneChecking(dst.Remote())