Hi, I'm looking for a batch/script to schedule that compares multiple
matching source and destination folders (plus subfolders and wildcards) and
deletes any files/folders from the destination that do not exist in source.

Re: reverse xcopy by Pegasus

Pegasus
Thu May 11 08:51:44 CDT 2006


"Mike" <reply@togroup.com> wrote in message
news:eK9hd6PdGHA.3712@TK2MSFTNGP03.phx.gbl...
> Hi, I'm looking for a batch/script to schedule that compares multiple
> matching source and destination folders (plus subfolders and wildcards)
and
> deletes any files/folders from the destination that do not exist in
source.
>

xxcopy.exe is your friend. The /z switch will probably do what
you want. Use Google to find a download server.



RE: reverse xcopy by Eric

Eric
Thu May 11 08:56:02 CDT 2006

The free Replicator from http://www.karenware.com/ can do most of that.

Eric,
PC Buyer Beware!
http://www.pcbuyerbeware.co.uk/


"Mike" wrote:

> Hi, I'm looking for a batch/script to schedule that compares multiple
> matching source and destination folders (plus subfolders and wildcards) and
> deletes any files/folders from the destination that do not exist in source.
>
>
>

Re: reverse xcopy by Luis

Luis
Thu May 11 08:56:20 CDT 2006

You also have robocopy from the Windows 2000 / 2003 Resource Kit (switch
/MIR)

Luis Arnauth

"Mike" <reply@togroup.com> wrote in message
news:eK9hd6PdGHA.3712@TK2MSFTNGP03.phx.gbl...
> Hi, I'm looking for a batch/script to schedule that compares multiple
> matching source and destination folders (plus subfolders and wildcards)
> and deletes any files/folders from the destination that do not exist in
> source.
>
>



Re: reverse xcopy by KeithTemplin

KeithTemplin
Thu May 11 09:00:03 CDT 2006

The latest version of robocopy will do nice also. It can be found in the XP
& Windows 2003 resource kit.

Look into the /MIR option

--
Thank You,

Keith Templin



"Pegasus (MVP)" wrote:

>
> "Mike" <reply@togroup.com> wrote in message
> news:eK9hd6PdGHA.3712@TK2MSFTNGP03.phx.gbl...
> > Hi, I'm looking for a batch/script to schedule that compares multiple
> > matching source and destination folders (plus subfolders and wildcards)
> and
> > deletes any files/folders from the destination that do not exist in
> source.
> >
>
> xxcopy.exe is your friend. The /z switch will probably do what
> you want. Use Google to find a download server.
>
>
>

Re: reverse xcopy by Jerold

Jerold
Thu May 11 09:38:51 CDT 2006

On Thu, 11 May 2006 23:27:07 +1000, "Mike" <reply@togroup.com> wrote:

>Hi, I'm looking for a batch/script to schedule that compares multiple
>matching source and destination folders (plus subfolders and wildcards) and
>deletes any files/folders from the destination that do not exist in source.
>

You can download RoboCopy from the link at tip 6705 » What are the free Windows Server 2003 Resource Kit tools?
in the 'Tips & Tricks' at http://www.jsifaq.com

Jerold Schulman
Windows Server MVP
JSI, Inc.
http://www.jsiinc.com
http://www.jsifaq.com

Re: reverse xcopy by Mike

Mike
Fri May 12 12:52:18 CDT 2006

robust copy. perfect.

"Mike" <reply@togroup.com> wrote in message
news:eK9hd6PdGHA.3712@TK2MSFTNGP03.phx.gbl...
> Hi, I'm looking for a batch/script to schedule that compares multiple
> matching source and destination folders (plus subfolders and wildcards)
> and deletes any files/folders from the destination that do not exist in
> source.
>
>



RE: reverse xcopy by SpartanOLP

SpartanOLP
Fri May 12 16:55:02 CDT 2006

I highly recommend RoboCopy. Not only can you do /MIR (and incremental
copies), but Robocopy contains built in commands to run the copy at any time.
Just make sure you download the Robcopy guide off of Microsoft.com. The
help file on the server is FAR from complete.

"Mike" wrote:

> Hi, I'm looking for a batch/script to schedule that compares multiple
> matching source and destination folders (plus subfolders and wildcards) and
> deletes any files/folders from the destination that do not exist in source.
>
>
>