bekdik
Honorary Master
The robocopy help screen (robocopy /?) says:
What it should say is:
While this may appear to be trivial, it can be disastrous.
Which implies pre-existence./PURGE :: delete dest files/dirs that no longer exist in source.
What it should say is:
Which means that if a new file or folder is added to the destination it will be deleted, whether or not it ever existed in the source folder./PURGE :: delete dest files/dirs that do not exist in source.
While this may appear to be trivial, it can be disastrous.