Sync folder source to target

Hi, how can I sync a source and target folder ?

So only write to target folder.

  • If target missing a file it will be copied.
  • If target have a file with content different from source it will be updated.
  • If target have a file that are missing in source it will be deleted.

I can of course start with delete all files on target folder and copy again from source.
But want a more clean way of doing this.

Regards
Roland

You can use the RoboCopy actions for this.

Ah ok, thanks. I suspect there was some action for this but just didn’t find it :smiley: