Jump to content

Recommended Posts

Guest KDawg44
Posted

Hi,

 

I have a server that a bunch of people access. They have read access

to a folder. I have another server that a small group accesses and

stores image files on. I have a batch file that uses xcopy to copy

the files up to the first server once a week. My question is: is

there a switch so that xcopy only copies the files that have changed?

or does it do this by default?

 

Thanks.

 

Kevin

  • Replies 2
  • Created
  • Last Reply

Popular Days

Guest Pegasus \(MVP\)
Posted

Re: xcopy question

 

 

"KDawg44" <KDawg44@gmail.com> wrote in message

news:b052f697-0c18-4426-b49b-870320fcddd8@l64g2000hse.googlegroups.com...

> Hi,

>

> I have a server that a bunch of people access. They have read access

> to a folder. I have another server that a small group accesses and

> stores image files on. I have a batch file that uses xcopy to copy

> the files up to the first server once a week. My question is: is

> there a switch so that xcopy only copies the files that have changed?

> or does it do this by default?

>

> Thanks.

>

> Kevin

 

Have a look at the output from xcopy /? | more. You will want one

of the first three switches. My favourite is the third.

Guest KDawg44
Posted

Re: xcopy question

 

On Aug 20, 10:26 am, "Pegasus \(MVP\)" <I....@fly.com.oz> wrote:

> "KDawg44" <KDaw...@gmail.com> wrote in message

>

> news:b052f697-0c18-4426-b49b-870320fcddd8@l64g2000hse.googlegroups.com...

>

> > Hi,

>

> > I have a server that a bunch of people access.  They have read access

> > to a folder.  I have another server that a small group accesses and

> > stores image files on.  I have a batch file that uses xcopy to copy

> > the files up to the first server once a week.  My question is:  is

> > there a switch so that xcopy only copies the files that have changed?

> > or does it do this by default?

>

> > Thanks.

>

> > Kevin

>

> Have a look at the output from xcopy /? | more. You will want one

> of the first three switches. My favourite is the third.

 

Thanks! Got what I needed.


×
×
  • Create New...