I am using robocopy to copy data from a usb drive to a network nas. When copying using a Vista machine the destination directory is normal, if using an XP machine the Destination folder is marked as system. the same options were used in both cases the only difference was the system. here is an example of the command line:
robocopy f: m:\date_name /COPY:DT /ZB /R:2 /W:1 /E /A-:RASH /XJ /ETA /V /TEE /LOG:C:\BACKUPLOGS\date_name.LOG
How can I get it to stop marking the folder as system? the nas is a synology disk station ds207.