Improved robocopy command
Robocopy command not preserving the timestamps of the copied folders
Please note: the -pakka switch will enable a special mode, very good for backups over LAN (SMB/NFS servers etc)
The default behavior of robocopy is to perform the "touch" of each target folder, whether date and attributes are changed or not
This is the best setting for local 1:1 use.
Using -pakka the destination data are read and, if different from the source data, get changed
It is much faster on LAN and with different destinations (using -ssd)
It depends on the individual situation, I suggest trying both the default mode and the -pakka mode to find the fastest one
Robocopy shows more information during operations (progress % on size - previously it was only % on number of files - and also ETA)
As well as folder touching speed (so you can tell if -pakka is faster or not)