I am helping a department creaning their data - they have around 2TB.
I have made a copy of all the data (Zero length files) to a folder - this way i can do some test runs of the scripts. The next thing i want to do is MOVE all data to a folder called "Old Data" - this is presenting some problems. I need to have the data moved and at the same time retain time and date information on files and folders. The properties are OK on the files, but the folders are getting a new "Modified" date (time and date of the move).
Am i missing some fantastic option that will solve my problem?
Currently i am trying with this:
Robocopy.exe Source Destination /MOVE /COPYALL /R:0 /DCOPY:T /TEE /NP
If it do like below - but i con't want to keep the source when first copied, and i cannot make a 4TB datastore, so i can delete the files afterwards.
Robocopy.exe Source Destination /MIR /COPYALL /R:0 /DCOPY:T /TEE /NP
Please help!:)
I have made a copy of all the data (Zero length files) to a folder - this way i can do some test runs of the scripts. The next thing i want to do is MOVE all data to a folder called "Old Data" - this is presenting some problems. I need to have the data moved and at the same time retain time and date information on files and folders. The properties are OK on the files, but the folders are getting a new "Modified" date (time and date of the move).
Am i missing some fantastic option that will solve my problem?
Currently i am trying with this:
Robocopy.exe Source Destination /MOVE /COPYALL /R:0 /DCOPY:T /TEE /NP
If it do like below - but i con't want to keep the source when first copied, and i cannot make a 4TB datastore, so i can delete the files afterwards.
Robocopy.exe Source Destination /MIR /COPYALL /R:0 /DCOPY:T /TEE /NP
Please help!:)