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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 11827 - 11856 of 15829   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
11827
Further to my attached note from yesterday, any help on this would be appreciated. Apologies for the length of my comments. One potential clue to my xxclone...
Dan Anderson
dan_happen
Offline Send Email
Dec 2, 2005
1:37 am
11828
I am running a Windows XP Home edition system, XXCOPY v2.85.9d. I used the Windows Explorer to get rid of all Temporary Internet Files, then I even emptied...
nv1z@...
Send Email
Dec 2, 2005
1:53 pm
11829
Here part of the screen I see when running XXCOPY: Richard B. Kahn, NV1Z [Non-text portions of this message have been removed]...
nv1z@...
Send Email
Dec 2, 2005
2:01 pm
11830
Hi all, I am trying to write a script so XXCopy will backup a directory each day and name the dst directory that of the date. Xxcopy c:\files "E:\%date%"...
VanGoogle IT Support
vanbruggenus
Offline Send Email
Dec 3, 2005
2:52 am
11831
Thanx this has been resolved..thanx again \Dave Thanking you, Mark Van Bruggen VanGoogle IT Support http://www.vangoogle.com InfoTech@... ...
VanGoogle IT Support
vanbruggenus
Offline Send Email
Dec 3, 2005
4:05 am
11832
Here is something I use for /f "tokens=1,2" %%u in ('date /t') do set d=%%v for /f "tokens=1,2" %%u in ('time /t') do ( set t=%%u set ampm=%%v ) if...
allanwade
Offline Send Email
Dec 3, 2005
5:08 pm
11833
I do a lot of data transfers with your kick ass program. I love it there is nothing better on market when I get my site up I'm going to promote it as one of...
Celsius
celsius1971
Offline Send Email
Dec 3, 2005
6:35 pm
11834
That's great idea too, Thanx Thanking you, Mark Van Bruggen VanGoogle IT Support PH: 07 4911 2533 FAX: 07 4933 3533 MOB: 043 886 4900 http://www.vangoogle.com ...
VanGoogle IT Support
vanbruggenus
Offline Send Email
Dec 3, 2005
9:30 pm
11835
I want to use xxcopy to backup one drive to another drive (C->D). I used the /Clone command originally so now I have the directories copied. I now want to run...
Condit
whitespc
Offline Send Email
Dec 5, 2005
2:38 am
11836
... Backup is the obvious one Like clone but without deleting anything...
Brian
brigrove
Offline Send Email
Dec 5, 2005
2:41 am
11837
Have you tried adding the /PB switch at the end of your command? ... have. ... the ... time...
Condit
whitespc
Offline Send Email
Dec 5, 2005
6:55 pm
11838
Ummm no why would I do that. Doh!!! _____ From: xxcopy@yahoogroups.com [mailto:xxcopy@yahoogroups.com] On Behalf Of Condit Sent: Monday, December 05, 2005...
Celsius
celsius1971
Offline Send Email
Dec 6, 2005
6:40 am
11839
Is there a way to copy only the files with date stamps within the last 9 days from the source to destination but only if the same file names at the destination...
alexethridge
Offline Send Email
Dec 6, 2005
10:24 am
11840
... I don't see a problem with your exclusions, exactly which temp files are being copied and to where? Also, have you deleted all the temp files on the...
John Zeman
john041650
Offline Send Email
Dec 6, 2005
7:02 pm
11841
... Use the /BN option to do that. John...
John Zeman
john041650
Offline Send Email
Dec 6, 2005
7:02 pm
11842
In a message dated 12/6/2005 2:02:42 P.M. Eastern Standard Time, john041650@... writes: I don't see a problem with your exclusions, exactly which temp...
nv1z@...
Send Email
Dec 6, 2005
7:29 pm
11843
... After looking at your screen shot I can see that at least part of your problem (if not all of it) is you're not excluding the "Local Settings"...
John Zeman
john041650
Offline Send Email
Dec 6, 2005
7:57 pm
11844
A slight correction here. My exclusion suggestions last time didn't take into account the fact that you are using an external exclusion file. Since you are,...
John Zeman
john041650
Offline Send Email
Dec 6, 2005
8:00 pm
11845
hello folks I worked by the book with this 3 way backup, which ends with this "XXCOPY \src\ \dst\ /A /S /H /KS /ZY" order. Subject: I get a "Warning:...
frachausson
Offline Send Email
Dec 6, 2005
9:02 pm
11846
... The same thing you do to learn how to suppress any xxcopy prompt. At the time xxcopy prompts you, press ? to learn how to suppress that prompt. John...
John Zeman
john041650
Offline Send Email
Dec 6, 2005
9:22 pm
11847
Hi, I would like to copy a directory(and all it's sub-dirs, files) as incremental backup from it's source to a destination on another drive. What I can't find...
mike008us
Offline Send Email
Dec 6, 2005
9:52 pm
11848
In a message dated 12/6/2005 2:59:44 P.M. Eastern Standard Time, john041650@... writes: After looking at your screen shot I can see that at least part...
nv1z@...
Send Email
Dec 6, 2005
10:03 pm
11849
... There is no xxcopy switch to do this. If I absolutely had to do it the way you want, I would write a batch file that would use xxcopy to generate a...
John Zeman
john041650
Offline Send Email
Dec 6, 2005
11:13 pm
11850
... Richard because temporary files in general are continuously being created and deleted by Windows or programs you are using, it can be difficult excluding...
John Zeman
john041650
Offline Send Email
Dec 6, 2005
11:16 pm
11851
Just to follow up on this. I went back through some scripts I'd written awhile back and found one which in a way, sort of does what you want. Only instead of...
John Zeman
john041650
Offline Send Email
Dec 6, 2005
11:37 pm
11852
Thanks, I'll give that a try....
alexethridge
Offline Send Email
Dec 7, 2005
6:28 am
11853
... Adding the BN switch doesn't have the desired effect. Older files on the destination are being overwritten. Here's the line I'm working with: XXCopy...
alexethridge
Offline Send Email
Dec 7, 2005
7:06 am
11854
Hi, I would like to move files to directories according to thier creation date, e.g all files created on 20051206 should be moved to a dir named ...
fjaccard
Offline Send Email
Dec 7, 2005
9:27 am
11855
... <snip> ... <snip> ... Hi Joseph, I've been away overseas and haven't had a chance to reply to this. You've probably worked it out for yourself by now. I...
Garry Deane
garrydeane
Offline Send Email
Dec 7, 2005
9:37 am
11856
... I'll assume a typo above where you say older files on the destination are being overwritten then say you want to overwrite older files only. Use /BN in...
Garry Deane
garrydeane
Offline Send Email
Dec 7, 2005
9:56 am
Messages 11827 - 11856 of 15829   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