Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
0 votes
1 answer
2k views

How can I make robocopy continue to try even though there is an error 2 (file not found)?

I have a script that runs each night for backup purposes. The just of the script is it will backup a DB, compress it to a 7zip file and then copy it to a network location I have set-up. My script ...
Arvo Bowen's user avatar
2 votes
1 answer
2k views

What happens when you use Robocopy between two remote computers on your WAN?

Some details: I have a local server at one of the branches of the company I work for that has some pretty bad internet. I am using Robocopy to move some big files to the server once then using it ...
Carlton Gannett's user avatar
2 votes
2 answers
15k views

Error when trying to copy over the network using robocopy

C:\Users\Alex.Newton>robocopy /"\centlpf01cz6c\c$\Program Files\ProgramName\/" /" \centlpf01cz6c\Program Files\TestBatch\Test\/" --------------------------------------------------------------------...
Alex's user avatar
  • 49
2 votes
0 answers
782 views

is robocopy over a network share secure against eavesdropping?

IMHO using robocopy for copying files to a remote windows network share should use the encrypted channel provided by windows file sharing ove a network. Can anyone confirm? Thank you.
Pinco Pallino's user avatar
1 vote
3 answers
2k views

Sync Only New Files

I have a large collection of photos. I only want to sync the latest (in my case right now 1 year) to a laptop. I have tried syncovery and Goodsync without seeing any modifiers that would only select ...
davefromcamp's user avatar
0 votes
1 answer
2k views

Robocopy causing network disconnects

PROBLEM: I am trying to copy a large folder (my music) from my Windows 7 machine to a Windows 8 machine via a LAN. Inevitably, once robocopy is run, the state of the network will start fluctuating ...
William Everett's user avatar
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