Eric <(E-Mail Removed)> wrote:
> Does anyone know any tools to copy/move files into backup directory
> without over-written existing one?
> There are existing directory for backup:
> Health with sub-directory Breakfast
>
> If I have any folder Health required to backup by adding any file into
> backup directory, such as
> Health with sub-directory Dinner
>
> Does anyone know any tools to copy/move without over-write any
> existing file under backup directory?
> Thanks in advance for any suggestions
> Eric
Try robocopy from the resource kit - it will only overwrite older files, and
will add new ones. robocopy /??? will give you all parameters.
|