Search the web
Sign In
New User? Sign Up
xxcopy
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 15297 - 15327 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15297
Kurt, Support for xxcopy comes primarily from expert users, by way of the xxcopy listserve. I've posted your question there. Regards, Roy...
Roy Lipscomb
lipscombr
Offline Send Email
Mar 2, 2009
7:14 pm
15298
... Add a trailing \ to your paths e.g. "C:\program files\". The trailing \ is shorthand for \*\* and specifies everything in and below the directory path....
Garry Deane
garrydeane
Offline Send Email
Mar 2, 2009
9:16 pm
15299
... I'm not sure why xxcopy would corrupt files. Probably because they were in use by other running programs and so were not in a state where they could be...
Garry Deane
garrydeane
Offline Send Email
Mar 2, 2009
9:28 pm
15300
... If you want to exclude the entire C:\Windows\ directory, add /XC:\Windows\. You might also want to add a few other exclusions like: /Xpagefile.sys...
Garry Deane
garrydeane
Offline Send Email
Mar 2, 2009
9:35 pm
15301
I connected an external drive to a Vista system and gave the following command: XXCopy C:\*.* H:\ /r /i /c /h /k /y /s /d The copy process went well except I...
alexethridge
Offline Send Email
Mar 3, 2009
2:21 am
15302
... I don't use Vista but if "C:\Documents and Settings" is a symbolic link that points to "C:\Users\" then it is seen by Xxcopy and other parts of the OS just...
Garry Deane
garrydeane
Offline Send Email
Mar 3, 2009
8:17 am
15303
... I have for years continually added line after line to the same exclusion list which now contains hundreds of exclusions. The same exclusion list, until...
alexethridge
Offline Send Email
Mar 3, 2009
1:20 pm
15304
... By typing VER at the DOS prompt in XP it returns a single line like "Microsoft XP ....", could you not use a .bat file to interogate this line and run the...
Seth Reeder /0^0&#92;
garingyob
Offline Send Email
Mar 3, 2009
4:23 pm
15305
... From what I read, OSs are going to be all symbolic links eventually; you won't know (or care, theoretically) where your files are! We'd better get used to...
Bob Frost
bobfrostuk
Offline Send Email
Mar 3, 2009
5:25 pm
15307
... Seems to me that a new XXCopy switch that would eliminate the copying of the contents of symbolic links would be a better solution that "getting used to...
alexethridge
Offline Send Email
Mar 4, 2009
5:11 pm
15308
... That would be one solution; but, it adds another complication that I have to deal with and thus adds another chance for a serious mistake and possible...
alexethridge
Offline Send Email
Mar 4, 2009
5:19 pm
15309
... Wouldn't it be simpler to put anything you want to backup into a separate partition? I try not to have anything of importance in my C:\ partition. Bob...
Bob Frost
bobfrostuk
Offline Send Email
Mar 4, 2009
5:37 pm
15310
From: "alexethridge" <AlexEthridge@...> ... I'll care! I already have shortcuts if I want them. Who's bright idea was this? Virg...
Virg
nilmotvj
Offline Send Email
Mar 4, 2009
9:26 pm
15311
Alexethridge wrote: <snip> ... I could not agree with you more. We recognize that in the Vista environment (as well as other environments where junction points...
Kan Yabumoto
tech_xxcopy
Offline Send Email
Mar 5, 2009
8:43 am
15312
I'm executing the following command within a for loop xxcopy /l /zs /s /np /x"*\Proprietary *\*" rrules.dat to generate a list of files to be processed and...
badlife973
Offline Send Email
Mar 5, 2009
8:33 pm
15313
... You have a couple of errors here, mostly to do with the FOR command's processing of xxcopy's output. 1. I assume you are using a recent version of xxcopy...
Garry Deane
garrydeane
Offline Send Email
Mar 6, 2009
6:08 am
15314
... I'm not an expert in the advanced batch file scripting, especially with the FOR /F ... IN ( ...) stuff. If you de-couple your question into a pure XXCOPY...
Kan Yabumoto
tech_xxcopy
Offline Send Email
Mar 6, 2009
6:47 am
15315
Thank you both Garry and Kan. Using /ll /q2 turned out to be the solution. I had missed seeing the file size and excluded note that xxcopy was outputting, off...
badlife973
Offline Send Email
Mar 6, 2009
3:01 pm
15316
I keep a database of mp3 files of popular music in a folder called "Music". Periodically I download new music from the internet into a separate folder called...
glotto
Offline Send Email
Mar 7, 2009
5:16 pm
15317
... /BZS will only copy files from c:\Updates\ if they are smaller than files with the same names in c:\Music\. It sounds like you want the opposite, to copy...
John Zeman
john041650
Offline Send Email
Mar 7, 2009
8:05 pm
15318
... Thanks for your comments, John. I had two problems with my test data. The first was that a new file in c:\Updates\ was not getting copied over into...
glotto
Offline Send Email
Mar 7, 2009
9:30 pm
15319
... If there any subfolders involved with c:\Updates\ and c:\Music\ you will need to add /s or /e in order to process them. Also if the files are read only,...
John Zeman
john041650
Offline Send Email
Mar 7, 2009
10:44 pm
15320
I'm trying to back up my d: drive. Some directories I want an exact copy of, that is, everything I delete on the main drive, I want deleted on the backup...
Lance M
monarch1st
Offline Send Email
Mar 8, 2009
12:54 am
15321
From: "Lance M" <monarch@...> ... No include command and I probably shouldn't even be addressing this question with my limited experience but it...
Virg
nilmotvj
Offline Send Email
Mar 8, 2009
1:46 am
15322
... That is not a bad idea, and would /bu is exactly equal to /clone/z0 correct? (i'm using /clone/z0 now) =====...
Lance M
monarch1st
Offline Send Email
Mar 8, 2009
2:27 am
15323
From: "Lance M" <monarch@...> ... I don't know about "exactly" but /bu means to copy everything new or changed and not delete anything. Virg...
Virg
nilmotvj
Offline Send Email
Mar 8, 2009
3:03 am
15324
... OK, John, I've figured it out. No subdirectories or any of the suggestions you made. The problem was that I was using test data, so the files were 1K in...
glotto
Offline Send Email
Mar 8, 2009
3:24 am
15325
I have a 10 server license and am copying files from 4 servers to a 5th server (with xxcopy64 installed) using looping batch files. The batch files are...
salterjo89
Offline Send Email
Mar 8, 2009
1:48 pm
15326
While doing an xxcopy, the DOS command-line window is open showing what's happening file-by-file. At some point, where there's a file in the to-folder to be...
glotto
Offline Send Email
Mar 8, 2009
2:00 pm
15327
... No, I've never seen this. It definitely sounds like a bug but whether it is xxcopy or the server I don't know. Certainly there shouldn't be repeats of...
Garry Deane
garrydeane
Offline Send Email
Mar 8, 2009
2:34 pm
Messages 15297 - 15327 of 15823   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help