How to use Robocopy to transfer files?
Robocopy which has over 80 switches is a robust,
configurable and flexible tool on windows platform. It has the capability of
handling all kinds of batch or synchronous copy you can think of. The purpose behind
designing Robocopy is to create
reliable mirroring of directories and directories copies. Its features include
copying of all NTFS attributes as well as properties and also provides with
extra restart code for network connections in case of disruption.
Robocopy
which is the abbreviation of “Robust File Copy” can replicate or copy files as
well as directory trees. It is a command-line directory copying command.
Robust File Copy or robocopy is known to be very
efficient while mirroring files or directories. While copying the files, it
makes sure about copying all the properties, timestamps, NTFS ACLS and
attribute. Security information needs to be set explicitly since it does not
copy by default. The feature of “resume copy” makes robocopy to work even on network sessions which are known to be
disruptive sometimes. Robocopy is one of the most chosen commands for copying multiple
or very large files on the network.
However, Robocopy
is purely a command-line tool, a GUI front-end known as Robocopy GUI is
released by Microsoft. A systems engineer named Derk Benisch who was working
with MSN Search group at Microsoft developed Robocopy GUI. It required. NET
Framework 2.0 and also includes a copy of the version XP026 of Robocopy.
Robocopy GUI
allows you to specify the source and target paths. Apart from this, you can
even use custom options or apply filters of your choice if you need. Also, you
can generate a drive mapping if you’d wish to keep the resulting logs. The
traditional Robocopy command line gives you the accessibilities for using all
these features.
For
More Info: https://www.gurusquad.com/GSCopyPro
Comments
Post a Comment