D
Dick
I use robocopy to backup critical files to my server each night (or
morning). And it works very well. However, I've noticed that if I run the
exact same routine 2 times in a row, it still copies some number of files
each time. Granted it's a small number of files (say 6 out of 200). I'm
just curious if anyone else has noticed this behavior and if you have any
ideas why this happens. I know that none of the files have changed between
to successive runs. I have included the contents of my batch file below
(it's really quite simple):
@echo off
echo .
echo Begin Synchronizing...
echo .
cd c:\Scripts
echo Synchronizing Foo
robocopy "c:\Users\owner\documents\Foo" "\\avalon\Bar" /mir /log:sync.log
Any ideas?
Dick
morning). And it works very well. However, I've noticed that if I run the
exact same routine 2 times in a row, it still copies some number of files
each time. Granted it's a small number of files (say 6 out of 200). I'm
just curious if anyone else has noticed this behavior and if you have any
ideas why this happens. I know that none of the files have changed between
to successive runs. I have included the contents of my batch file below
(it's really quite simple):
@echo off
echo .
echo Begin Synchronizing...
echo .
cd c:\Scripts
echo Synchronizing Foo
robocopy "c:\Users\owner\documents\Foo" "\\avalon\Bar" /mir /log:sync.log
Any ideas?
Dick