diff --git a/fs/sync/sync.go b/fs/sync/sync.go index aa1cceac8..51fadd850 100644 --- a/fs/sync/sync.go +++ b/fs/sync/sync.go @@ -844,7 +844,7 @@ func (s *syncCopyMove) run() error { // Read the error out of the context if there is one s.processError(s.ctx.Err()) - if accounting.Stats(s.ctx).GetTransfers() == 0 { + if s.deleteMode != fs.DeleteModeOnly && accounting.Stats(s.ctx).GetTransfers() == 0 { fs.Infof(nil, "There was nothing to transfer") }