Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Is this Robocopy or Vista causing the problem?

microsoft.public.windows.vista.file management




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 11-16-2007
Nick Payne
 

Posts: n/a
Is this Robocopy or Vista causing the problem?
I find paths such as the following listed repeatedly in the Robocopy log
when I backup my users folder (robocopy is running as administrator).
Eventually Robocopy completely fills the destination disk, which is three
times the size of the source disk and was completely empty at the start of
the copy:

"c:\Users\nick\Local Settings\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Microsoft\FORMS\"

"c:\Users\nick\Local Settings\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Application Data\Application
Data\Application Data\Application Data\Microsoft\Internet Explorer\"

etc...

These paths appear over and over with greater and lesser duplications of
\Application Data\ appearing in each path.

This is the version of Robocopy supplied with Vista.

Nick

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-17-2007
Brian L Johnson
 

Posts: n/a
Re: Is this Robocopy or Vista causing the problem?
Nick Payne wrote:

> I find paths such as the following listed repeatedly in the Robocopy log
> when I backup my users folder (robocopy is running as administrator).
> Eventually Robocopy completely fills the destination disk, which is
> three times the size of the source disk and was completely empty at the
> start of the copy:
>
> "c:\Users\nick\Local Settings\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Microsoft\FORMS\"


Just so's you know that you're not alone, I also had this problem a week
or so ago using the backup utility "SecondCopy". I even took a couple of
screen shots to prove that I wasn't dreaming. <g>

I never resolved it and I now use Karen's Replicator -- which doesn't seem
to have this problem.

--
-blj-
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 11-18-2007
Nick Payne
 

Posts: n/a
Re: Is this Robocopy or Vista causing the problem?
"Brian L Johnson" <no.email@address.invalid> wrote in message
newsp.t1x7k1xg0v1caa@thedell...
> Nick Payne wrote:
>
>> I find paths such as the following listed repeatedly in the Robocopy log
>> when I backup my users folder (robocopy is running as administrator).
>> Eventually Robocopy completely fills the destination disk, which is
>> three times the size of the source disk and was completely empty at the
>> start of the copy:
>>
>> "c:\Users\nick\Local Settings\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Microsoft\FORMS\"

>
> Just so's you know that you're not alone, I also had this problem a week
> or so ago using the backup utility "SecondCopy". I even took a couple of
> screen shots to prove that I wasn't dreaming. <g>
>
> I never resolved it and I now use Karen's Replicator -- which doesn't seem
> to have this problem.
>

Thanks. I tried your suggestion of Karen's Replicator, but on my Vista
installation it has the same problem as Robocopy of suffering an infinite
recursion of "Application Data" directories when I try to backup my
user\userid folder.

Nick

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 11-19-2007
Ronnie Vernon MVP
 

Posts: n/a
Re: Is this Robocopy or Vista causing the problem?
Nick

The path:
c:\Users\nick\Local Settings\Application Data

Is pointing to 2 Junction Points (Local Settings and Application Data). If
there are junction points in the path of the folders you are copying, this
will cause the infinite loop you are seeing and break RoboCopy.

You need to exclude folder junction points by using the /XJD switch in
the command.

A junction point redirects files or programs that try to access that folder
name/location.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Nick Payne" <someone@nowhere.au> wrote in message
news:uC3OeyIKIHA.1188@TK2MSFTNGP04.phx.gbl...
>I find paths such as the following listed repeatedly in the Robocopy log
>when I backup my users folder (robocopy is running as administrator).
>Eventually Robocopy completely fills the destination disk, which is three
>times the size of the source disk and was completely empty at the start of
>the copy:
>
> "c:\Users\nick\Local Settings\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Microsoft\FORMS\"
>
> "c:\Users\nick\Local Settings\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Application
> Data\Application Data\Application Data\Application Data\Microsoft\Internet
> Explorer\"
>
> etc...
>
> These paths appear over and over with greater and lesser duplications of
> \Application Data\ appearing in each path.
>
> This is the version of Robocopy supplied with Vista.
>
> Nick


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 11-19-2007
Nick Payne
 

Posts: n/a
Re: Is this Robocopy or Vista causing the problem?
Thanks. That was the fix.

"Ronnie Vernon MVP" <rv@invalid.org> wrote in message
news:770C6AE0-75D5-4E57-B3C9-02745DAC79AC@microsoft.com...
> Nick
>
> The path:
> c:\Users\nick\Local Settings\Application Data
>
> Is pointing to 2 Junction Points (Local Settings and Application Data). If
> there are junction points in the path of the folders you are copying, this
> will cause the infinite loop you are seeing and break RoboCopy.
>
> You need to exclude folder junction points by using the /XJD switch in
> the command.
>
> A junction point redirects files or programs that try to access that
> folder name/location.
>
> --
>
> Ronnie Vernon
> Microsoft MVP
> Windows Shell/User
>
>
> "Nick Payne" <someone@nowhere.au> wrote in message
> news:uC3OeyIKIHA.1188@TK2MSFTNGP04.phx.gbl...
>>I find paths such as the following listed repeatedly in the Robocopy log
>>when I backup my users folder (robocopy is running as administrator).
>>Eventually Robocopy completely fills the destination disk, which is three
>>times the size of the source disk and was completely empty at the start of
>>the copy:
>>
>> "c:\Users\nick\Local Settings\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Microsoft\FORMS\"
>>
>> "c:\Users\nick\Local Settings\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application Data\Application
>> Data\Application Data\Application Data\Application
>> Data\Microsoft\Internet Explorer\"
>>
>> etc...
>>
>> These paths appear over and over with greater and lesser duplications of
>> \Application Data\ appearing in each path.
>>
>> This is the version of Robocopy supplied with Vista.
>>
>> Nick

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 11-20-2007
Ronnie Vernon MVP
 

Posts: n/a
Re: Is this Robocopy or Vista causing the problem?
Nick

Glad this helped.

--

Ronnie Vernon
Microsoft MVP
Windows Shell/User


"Nick Payne" <someone@nowhere.au> wrote in message
news:%23U%23v9GuKIHA.4584@TK2MSFTNGP03.phx.gbl...
> Thanks. That was the fix.
>
> "Ronnie Vernon MVP" <rv@invalid.org> wrote in message
> news:770C6AE0-75D5-4E57-B3C9-02745DAC79AC@microsoft.com...
>> Nick
>>
>> The path:
>> c:\Users\nick\Local Settings\Application Data
>>
>> Is pointing to 2 Junction Points (Local Settings and Application Data).
>> If there are junction points in the path of the folders you are copying,
>> this will cause the infinite loop you are seeing and break RoboCopy.
>>
>> You need to exclude folder junction points by using the /XJD switch
>> in the command.
>>
>> A junction point redirects files or programs that try to access that
>> folder name/location.
>>
>> --
>>
>> Ronnie Vernon
>> Microsoft MVP
>> Windows Shell/User
>>
>>
>> "Nick Payne" <someone@nowhere.au> wrote in message
>> news:uC3OeyIKIHA.1188@TK2MSFTNGP04.phx.gbl...
>>>I find paths such as the following listed repeatedly in the Robocopy log
>>>when I backup my users folder (robocopy is running as administrator).
>>>Eventually Robocopy completely fills the destination disk, which is three
>>>times the size of the source disk and was completely empty at the start
>>>of the copy:
>>>
>>> "c:\Users\nick\Local Settings\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application
>>> Data\Microsoft\FORMS\"
>>>
>>> "c:\Users\nick\Local Settings\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application Data\Application
>>> Data\Application Data\Application Data\Application
>>> Data\Microsoft\Internet Explorer\"
>>>
>>> etc...
>>>
>>> These paths appear over and over with greater and lesser duplications of
>>> \Application Data\ appearing in each path.
>>>
>>> This is the version of Robocopy supplied with Vista.
>>>
>>> Nick

>>

>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
robocopy issues (Vista version) Stefan microsoft.public.windows.vista.file management 0 11-12-2007 09:31
Re: Robocopy (sous Vista) Pierre TORRIS microsoft.public.fr.windows.vista.general 6 10-28-2007 10:16
Vista and Robocopy TonySper microsoft.public.windows.vista.general 1 09-29-2007 02:03
Vista Update Causing Split-Screen Problem David H microsoft.public.windows.vista hardware devices 1 06-06-2007 14:01
nvidia drivers appear to be causing a problem T5 microsoft.public.windows.vista.general 2 02-28-2007 19:50




All times are GMT +1. The time now is 11:51.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119