|
| XCOPY Command | |
| | Author | Message |
---|
Repa Site Administrator
Number of posts : 2378 Location : North Carolina Humor : Age: Older than Dirt! Registration date : 2008-09-19
| Subject: XCOPY Command 2/15/2009, 15:35 | |
| I received the following PM from Fay and decided to answer it here: - Quote :
- Hi Repa,
Do you know much about the dos XCOPY command. I am trying to use it to copy some files. Seems to work pretty well except for DOCUMENTS and SETTINGS. To test - I am testing it on just that directory. Here is my copy statement: xcopy c:\"documents and settings"\*.* c:\testfay4\"documents and settings"\*.* /e /h /y /r /i /c
It copies the following folders: (the user I log on with) Network service local Service default users administrator and copies all the sub directories and files - so that I get the e-mail, but it only copies the one user. _________________________________________________ In this instance, you have specified that you want to copy Directories and Subdirectories, including empty ones, and System files and Hidden files. I don't quite understand what you mean by it only copies the one user unless you are talking about administrator. It should copy all folders and sub-folders within Documents and Settings, including your user directory and subdirectories as well. You might look at the syntac combinations used in examples at the following websites and try some of those:
http://www.computerhope.com/xcopyhlp.htm
http://support.microsoft.com/kb/323007
http://commandwindows.com/xcopy.htm ___________________________________________________
If I leave off the /h it copies the following folders (2 test users I set up) (the user I log on with) allusers
But since I don't have the /h I don't get the e-mail etc. If i don't use the /c - I get an error on one of the files - I think it was ntuser.dat and it quits copying. I am not really interested in that file so I put on the /c and it goes ahead and continues copying. __________________________________________________ Without the /h, you will not get hidden files and folders or system files and folders. And, without /c, copying will terminate if an error occurs. Default Users, Network Services and Local Services are hidden folders on XP Home. Not sure about XP Pro, if that is what you have - you need to look at the file and folder attributes of the files, folders and sub-folders in Documents and Settings to get a better idea of why certain folders were copied in the first instance and others weren't, as well as in the 2nd instance. ___________________________________________________ Do you know anything about why this would be? I don't expect you to spend time on this, just thought I would check and see if you knew. If you don't know right off the top, I'll try to play around with it again later.
Thanks, Fay
| |
| | | fay47 Royal Geek
Number of posts : 1480 Registration date : 2008-10-17 Mood :
| Subject: Re: XCOPY Command 2/15/2009, 22:14 | |
| Repa, Thanks for the reply. I have played around with this some more and it really doesn't make any sense to me. The folders under C:\Documents and Settings are: user3 user2 user1 NetworkService (hidden) LocalService (hidden) Default User (hidden) All Users Administrator If I back up to C:\mybkup\Docments and Settings and use the /h I get user1 Network Service LocalService Default User All Users Administrator and all the folder under them bit I do not get user3 or user2 If I take off the /h I get user3 user2 user1 All Users and the non-hidden folders under them but I need the hidden files underneath the users so that will not work. I have no idea why using the /h would cause it not to pull the other 2 users folders. I played around with it and it seems that if I use the /exclude on the xcopy and exclude the hidden folders and some other things - then I can use the /h and it will pull all 3 user folders and the hidden folders beneath them. It also appears to work if I change the name of the directory I am backing up to a name other than Documenta and Settings - even with the /h without the exclude. This makes no sense to me and at this point I can not be absolutely sure if the above will hold up or if I am getting inconsistent results. Fay | |
| | | fay47 Royal Geek
Number of posts : 1480 Registration date : 2008-10-17 Mood :
| Subject: Re: XCOPY Command 2/16/2009, 01:52 | |
| UPDATE: I am still not sure, but currently suspect the problem has something to do with trying to copy the TEMPORARY INTERNET FILES. When I created the exclude file to use in the exclude command that I mentioned previously I excluded those files. That may have been why the xcopy worked with the exclude. I am doing more testing to try to verify - still no absolutely sure it is consistent. And if it is those files- don't know why it would allow the other data to be copied for one users and not the others. so still but still working on it, but think I will put it aside for tonight Fay | |
| | | fay47 Royal Geek
Number of posts : 1480 Registration date : 2008-10-17 Mood :
| Subject: Re: XCOPY Command 2/16/2009, 11:29 | |
| UPDATE 2
I downloaded the windows resource tool kit and am experimenting with robocopy. It may be what I want to use instead of xcopy. I am not sure why I am having the problems with xcopy. I found robocopy mentionned in some of the research I did trying to figure out my problems with xcopy. I often have trouble dropping things when they don't work - but I decided maybe I need to switch gears. Looks like ROBOCOPY may work ok, but I have to figure out how to set it up to exclude the things I don't want. I think (hope) it might be just what I need.
Fay | |
| | | fay47 Royal Geek
Number of posts : 1480 Registration date : 2008-10-17 Mood :
| Subject: Re: XCOPY Command 2/16/2009, 23:56 | |
| I have switched gears again. At least for now I have abandoned robocopy. I had some issues with it. When I was looking on the net for help for xcopy I found information about both robocopy and xxcopy. xxcopy is supposedly compatible with xcopy but with more features. Today I downloaded xxcopy and tried it out. I haven't explored the other features but at least for now it seems to work better than xcopy. If I run a the xxcopy command and xcopy command to copy c:documents and settings, and use the same parameters on each (using the /h /e /c and a few others, and not excluding anything) - the xxcopy copies all the users but the xcopy command does not. So for now I'll use the xxcopy. Tomorrow that might change Fay | |
| | | Repa Site Administrator
Number of posts : 2378 Location : North Carolina Humor : Age: Older than Dirt! Registration date : 2008-09-19
| Subject: Re: XCOPY Command 2/17/2009, 00:27 | |
| Thanks for that information, Fay. I was going to try using XCOPY this week to see what would happen on my computer when copying documents and settings. I use Maxtor's Maxtor Manager to do my backups to my Maxtor external drive, and it seems to do pretty well, but not without some errors. Keep us posted on xxcopy. | |
| | | fay47 Royal Geek
Number of posts : 1480 Registration date : 2008-10-17 Mood :
| Subject: Re: XCOPY Command 2/17/2009, 23:10 | |
| Hi Repa,
It all seems very strange to me. I can't imagine that everyone has the same problem and figure it must have something to do with the way I have things set up but I have no idea what. Actually I could probably use xcopy since it seems that excluding the temporary files (and maybe others) cause it to work. So, since I want to exclude the temporary files anyway xcopy would probably work. But, since I don't know why it didn't work with the temporary files, I don't trust it. Right now xxcopy seems to work, but I guess it could be dropping some files I am not aware of.
I think I posted somewhere (maybe in the post about by external hard drive) what happened when I tried to download and install the software IOMEGA makes available when you purchase their drive. I have no idea what happened there.
Anyway right now I have my backup setup to use xxcopy and will see how it goes.
Fay | |
| | | fay47 Royal Geek
Number of posts : 1480 Registration date : 2008-10-17 Mood :
| Subject: Re: XCOPY Command 2/18/2009, 13:27 | |
| ughhh NIES (nothing is ever simple)
It seems that it is will be a little more difficult to exclude the files/folders than I thought. I am using a .txt file to exclude and want to exclude all the temporary Internet files - and some other things under each users. Right now it appears that I will have to list each user separate - so if I add a user will have to remember to go back and change my exclude file to add all the files/folders I want to exclude for the new user.
I seem to be having lots of trouble with this and kind of flipping flopping back and forth a lot so unless someone lets me know they are interested in this . I'll probably make this may last post on this issue.
Fay | |
| | | Repa Site Administrator
Number of posts : 2378 Location : North Carolina Humor : Age: Older than Dirt! Registration date : 2008-09-19
| Subject: Re: XCOPY Command 2/18/2009, 21:08 | |
| Fay, before I do my backups, I clear cache and history. I use ccleaner to delete cookies, temp internet files, and other temp files that are of no value for backing up. I do intend to get around to playing with XCOPY and XXCOPY just to see what they do on my computer. | |
| | | fay47 Royal Geek
Number of posts : 1480 Registration date : 2008-10-17 Mood :
| Subject: Re: XCOPY Command 2/18/2009, 22:18 | |
| Repa,
I have ccleaner but don't use it like I should. I tend to forget about it.
I found that xxcopy has a yahoo group. I posted a message there about what I wanted to do and got an answer rather quickly.
xxopy has an exclude file but it is a little different from the xcopy exclude file. I wanted to be able include an entry that would exclude a directory from each user in documents and settings. The xxcopy exclude file wasn't letting me do that. They said that the new beta release would allow it. I don't often go for beta releases but I decided to try it and it let me do what I wanted. I could probably use XCOPY since it seems to work if I eliminate the temporary files, which I want to do anyway. But since XXcopy works without eliminating them, it makes me not quite trust xcopy. Later I may find out that I can't trust xxcopy either.
I don't like the documentation that I have found so far on the xxcopy exclude file. To me it is confusing.
If you you try them later let me know what happens. I tried robocopy also - but didn't like it.
Fay | |
| | | Sponsored content
| Subject: Re: XCOPY Command | |
| |
| | | | XCOPY Command | |
|
Similar topics | |
|
| Permissions in this forum: | You cannot reply to topics in this forum
| |
| |
| | This candle stays lit in loving memory of our dear friends Janewm & Sheila |
Latest topics | » Ccleaner Icon Disappeared by Repa 9/26/2017, 23:45
» Are these pop ups real or hoax? by Repa 8/4/2017, 22:33
» SiteAdvisor Changed by wcturner 8/4/2017, 19:12
» Windows Defender Turned Off by Repa 5/16/2017, 09:25
» Java Runtime Update offered by Repa 12/22/2016, 20:57
» august windows updates by fay47 8/23/2016, 11:27
» Windows Defender Auto Scan by wcturner 8/14/2016, 17:59
» Windows Defender Updates by wcturner 6/10/2016, 00:11
» Flash Bug by wcturner 5/14/2016, 11:42
» Spybot Updates by Repa 3/31/2016, 16:12
» W Updates by fay47 3/19/2016, 09:20
» Battery Backup - UPS by fay47 2/28/2016, 18:14
» Bookmarks by wcturner 2/14/2016, 19:33
» windows update slow by fay47 2/13/2016, 21:52
» Keyboard Shortcuts by wcturner 2/1/2016, 18:02
» Malwarebytes Threats by Repa 1/27/2016, 23:52
» Avast SecureLine Disconnected by Repa 12/10/2015, 09:16
» Suggested Updates /Komando by wcturner 11/2/2015, 22:56
» Windows Updates by wcturner 10/14/2015, 18:46
» open office question by fay47 10/8/2015, 22:23
|
Warning! Beware of Download Manager install request in Ad Bar Under Geeks Logo | 10/31/2013, 16:09 by Repa | Just noticed that when I went to logon that there is an ad under the Geeks Logo that says, "your Download Manager might be outdated. Do you want to install it now?" Don't fall for it! Ignore it!
| Comments: 3 |
Share Us! | |
feeds | |
|