Command ROBOCOPY

Post Reply
User avatar
cnavarro
Posts: 5792
Joined: Wed Feb 15, 2012 8:25 pm
Location: España

Command ROBOCOPY

Post by cnavarro »

Hace poco he descubierto este comando de consola que me ha parecido muy interesante
Por si hay alguien que tampoco lo conoce

http://technet.microsoft.com/en-us/libr ... 33145.aspx
C. Navarro
Hay dos tipos de personas: las que te hacen perder el tiempo y las que te hacen perder la noción del tiempo
Si alguien te dice que algo no se puede hacer, recuerda que esta hablando de sus limitaciones, no de las tuyas.
User avatar
Rick Lipkin
Posts: 2397
Joined: Fri Oct 07, 2005 1:50 pm
Location: Columbia, South Carolina USA

Re: Command ROBOCOPY

Post by Rick Lipkin »

Cristobal

Robocopy is a great tool to copy files from one destination to another specifically to additionally copy the attributes or permissions on those files. Robocopy comes in very handy in a network server situation where you are copying data from one volume to another retaining all file permissions on the data.

I use robocopy at times rather than just the copy *.* .. if I want to capture a data image .. I use Robocopy .. otherwise Copy *.*

Rick Lipkin
User avatar
Enrico Maria Giordano
Posts: 7355
Joined: Thu Oct 06, 2005 8:17 pm
Location: Roma - Italia
Contact:

Re: Command ROBOCOPY

Post by Enrico Maria Giordano »

Can Robocopy keep the physical order of the files. It seems that it always copy them in alphabetical order.

EMG
Post Reply