Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Batch File backup to another source
Name: Mitsu2008 Date: April 14, 2009 at 08:55:48 Pacific OS: Server 2003 Subcategory: Batch
Comment:
Good afternoon,
I would like to create a batch file so that i can back up a folder from one server to another server. Ex: server 1 (c:\docs\test) to server 2 (93.120.139.35).
Name: Mechanix2Go Date: April 14, 2009 at 21:44:44 Pacific
Reply:
Can you map server 2 to a drive letter?
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 2
Name: Mitsu2008 Date: April 15, 2009 at 08:59:22 Pacific
Reply:
Hi,
This is what i have so far and of course not working.
xcopy /e / v /y c:\data\preferences \\93.120.139.35\backup /I
Any help would be greatly appreciated.
Mitsu2008 :)
0
Response Number 3
Name: Mechanix2Go Date: April 15, 2009 at 09:26:57 Pacific
Reply:
I don't have a server, but what is it doing? or not doing?
===================================== If at first you don't succeed, you're about average.
M2
0
Response Number 4
Name: Mitsu2008 Date: April 15, 2009 at 12:40:11 Pacific
Reply:
It is not copying the directory over to the backup server. So i was woundering if any one has accomplished it by a batch or a script file which would accomplish the same thing.
Thank you,
Mitsu2008
0
Response Number 5
Name: brockey01 Date: April 15, 2009 at 19:47:26 Pacific
Reply:
just do this,
map your backup server to a drive letter on the source server then do a xcopy
0
Response Number 6
Name: Mechanix2Go Date: April 16, 2009 at 05:21:56 Pacific
Reply:
Gee, I wish I'd thought of that.
===================================== If at first you don't succeed, you're about average.
Summary: Hi, I’m stuck on part of a batch file I’m working on. What I’m trying to do is copy all files with the extension JPE in a directory to another directory, adding “ (E-mail Size)” to the file name and m...
Summary: I am just begining to learn about batch files and am starting out very easy. Is there any way to run a check on a batch file to show where you went wrong in the programing. I am working on a batch fil...
Summary: Hi friends, I want to know does how to run a batch file present on another computer within the domain, from my computer, without logging into the remote computer. Regards, Praveen...