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