Displaying 1 result from an estimated 1 matches for "copy_test".
2002 Sep 24
1
backup NT box to SAMBA box using xcopy, smbclient, robocopy, or DD command ???
...e drive or
directory on your server (or even another workstation).
e.g. the following robocopy command will attempt to copy (mirror) the
directory c:\test and all it contains (files+dirs) to the
directory c:\test_copy. (Make sure you have enough room on the target drive
/ directory!). "/log:copy_test.log" will cause a log
file called copy_test.log to be created. "/r:0" will prevent retries on
errors. "/mir" means mirror the source - i.e. all
files/dirs.
robocopy c:\test c:\test_copy /log:copy_test.log /r:0 /mir
Run the commend, go and have a coffee while it runs, an...