Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Scripting > Copying Files from Client PC to Server

Reply
Thread Tools Display Modes

Copying Files from Client PC to Server

 
 
akgolden1
Guest
Posts: n/a

 
      12-29-2008
Hi,

I'm trying to find out if there is a way to automatically copy certain files
to the server (Windows 2003). I have a user who needs their .pst files
copied to the server for a regular backup, but I'm not always in the office
to manually do it. Is there a way to get the server to grab the file?

Thanks!

Anita
 
Reply With Quote
 
 
 
 
Pegasus \(MVP\)
Guest
Posts: n/a

 
      12-29-2008

"akgolden1" <> wrote in message
news:47DC3739-8E8F-437F-A4C6-...
> Hi,
>
> I'm trying to find out if there is a way to automatically copy certain
> files
> to the server (Windows 2003). I have a user who needs their .pst files
> copied to the server for a regular backup, but I'm not always in the
> office
> to manually do it. Is there a way to get the server to grab the file?
>
> Thanks!
>
> Anita


Use the Task Scheduler on the server to invoke this batch file once every
hour:
@echo off
xcopy /c /d /y "\\UserPC\c$\Documents and Settings\UserName\..\..\xxx.pst"
D:\UserBackup\


 
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

BB 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
SyncToy not copying files? Win2003R2 Server Std. Calab Windows Server 7 04-10-2008 12:36 AM
Slow copying files from Server to Client Kevin Windows Small Business Server 2 08-13-2007 07:46 AM
copying files to 2003 server KS Windows Server 4 03-01-2006 06:30 PM
An Error occured while copying files for the client deployment - H Paul Bishop Windows Small Business Server 1 01-07-2006 02:55 PM
Lag time when copying files from the server via VPN boe Server Networking 1 01-29-2005 08:00 PM



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