I used this for the first time, to copy a largeish folder to an external drive, where I wanted to keep the timestamps etc - all fine & good.
What I can't get it to do, is add in only a new folder (that I created just to test). All I will want to do is update it occasionally with some new stuff, nothing complicated of a backup/sync nature, just rerun & add what's new.
I tried among other things,
"C:\Users\user\Desktop\folder" "E\folder2" /COPYALL /dcopy:T /maxage:1
and first off thought that didn't work because I'd created an empty folder, but adding in /E didn't help. I just get Total 1 Copied 0 Skipped 1.
All the stuff I've read suggests that /maxage should work - other variations without it just result in it setting off to copy the lot again.
Any suggestions why it might be skipping this folder (which is no different to all the folders it copied in the first run)? Ta.