Copy - skip errors - auto-rename existing files - reporting

I was reading about TeraCopy and Copywhiz the other day, but still prefer to use Opus.

Wonder whether it following is possible within Opus (partly overlapping), in case of copying large volumes:

  • in case of errors (except the full disk error): continue copying all other files, i.e. skip the file that is causing the error (e.g. a file that is in use)
  • auto-rename duplicate files (adding 001 002 to the filename), or, alternatively skip those
  • in case of errors: show a report at the end

This way I could start a job of copying many files and folders, go and do something else, but not need to worry about the copy-process being halted for some reason.

Thanks.

https://www.gpsoft.com.au/help/opus12/index.html#!Documents/Unattended_operation.htm

Thanks!

Indeed
Copy MOVE UNATTENDED=yes WHENEXISTS=skip
and
Copy UNATTENDED=yes WHENEXISTS=skip

found using the "Copy"-link at the bottom of the above page were the ones I was looking for.

Thanks again.