Skip to main content

Questions tagged [robocopy]

Robocopy (or "Robust File Copy") is a command-line directory replication command.

Filter by
Sorted by
Tagged with
5 votes
2 answers
17k views

How to abort robocopy on first error

When using robocopy windows utility, what flags do I set so that robocopy aborts on the very first error it sees, similar to xcopy /dry command? I need to mirror two dirs, and on occasion some files ...
Yuri Astrakhan's user avatar
1 vote
1 answer
43k views

Access denied error with robocopy as admin [duplicate]

Possible Duplicate: Robocopy permission denied When trying to run the following command robocopy d:\directory \\server\directory /S /XO /COPY:DT I get an access denied error. I am running ...
Steve Wright's user avatar
1 vote
3 answers
7k views

Simple robocopy script to backup a harddrive not working

I am trying to run robocopy to backup my whole harddrive This what I have so far robocopy f: G:\Backup\f\ /E /R:2 /ZB /DCOPY:T /SL The problem I have is that I seem to be geting into a loop where ...
Pbearne's user avatar
  • 113
5 votes
6 answers
5k views

Incremental/Differential Backup on Windows

What's the easiet way to perform an incremental/differential backup to a network share in Windows? Does a Robocopy/Xcopy solution work reasonably well (I need to the parameters!) or is there a good ...
user avatar
46 votes
3 answers
96k views

Linux equivalent to robocopy?

It’s kind of funny, there are a lot of ways in which Linux command line tools are vastly superior to Windows ones, but one thing I have not found an equivalent to is robocopy. Robocopy is way more ...
Ibrahim's user avatar
  • 803
12 votes
5 answers
111k views

Robocopy permission denied

Robocopy is preinstalled with Windows 7. I've used it many times in the past. I tried to copy a folder to a remote share with robocopy c:\source "\\server\share\path" /s /r:2 /w:2` As a result I ...
Edosoft's user avatar
  • 800

1
7 8 9 10
11