Y
yacrumb
Hello all,
I am trying to setup a backup-script with xcopy like this:
xcopy C:\projects Z:\backup\projecs /D /E /I /Y
But all files are copied each time it is run. Since /D switch is
given without date then only newer files should be copied, right? What
am I missing?
Thanks in advance!
/Rasmus
I am trying to setup a backup-script with xcopy like this:
xcopy C:\projects Z:\backup\projecs /D /E /I /Y
But all files are copied each time it is run. Since /D switch is
given without date then only newer files should be copied, right? What
am I missing?
Thanks in advance!
/Rasmus