Quantcast
Channel: Why does my Robocopy always copy one file but not the other? - Super User
Viewing all articles
Browse latest Browse all 2

Why does my Robocopy always copy one file but not the other?

$
0
0

Trying to learn Robocopy for a basic backup plan, and I tried this in a bat file:

@echo off
echo "Hello World!"
robocopy C:\Testfolder Z:\Testfolder
pause

where Z: is a network drive (a usb external drive connected to the router's usb port)

There are only two files in C:\Testfolder - 02.jpg and 02-03.jpg.

The first time I ran this, it created Testfolder on Z: and copied both images over.

Curious what would happen, I ran it again - this time, the on-screen messages say it copied 02.jpg, but skipped 02-03.jpg. Same thing with re-running it again.

Why would this be?


Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images