copy --fast --to remote: Avoid printing anything for files that are already believed to be present on the remote.
This commit is contained in:
parent
62018ac879
commit
4cc34973d9
4 changed files with 29 additions and 18 deletions
|
@ -376,5 +376,5 @@ syncFile rs f (k, _) = do
|
|||
put dest = do
|
||||
ok <- commandAction $ do
|
||||
showStart "copy" f
|
||||
next $ Command.Move.toPerform dest False k (Just f)
|
||||
Command.Move.toStart' dest False (Just f) k
|
||||
return (ok, if ok then Just (Remote.uuid dest) else Nothing)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue