1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

Best way to copy thousands of files from one location to another [W2k Serv]

Discussion in 'Windows Server System' started by markjrees, 2008/05/19.

  1. 2008/05/19
    markjrees

    markjrees Inactive Thread Starter

    Joined:
    2003/09/02
    Messages:
    49
    Likes Received:
    0
    We have a folder on our server which contains many subfolders and within those subfolders are many different files of varying types.

    We need to copy/move certain file types from the subfolders - Word .doc files, .xls files and pdf's to another folder on the server.

    The only way I've thought of so far is to do a search for say .doc files and move them first, then on to .xls files and so on.

    The main issue we've found by doing it this way is because there are many thousands of each type of file, with very long filename and stored in many different folders, Windows 2000 Server doesn't seem to be able to cope with cutting and pasting any more than say 150 files at a time.

    I was wondering if there were any better ways of moving certain file types from multiple folders?
     
  2. 2008/05/19
    mflynn

    mflynn Inactive

    Joined:
    2002/08/14
    Messages:
    4,141
    Likes Received:
    9
    Hi Mark

    Not even a good idea to do large multi gig copys on a server, what is it doing to your bandwidth and processor while this is going on?

    1. write a batch using xcopy or (xxcopy see below) doing a smaller group of folders or files in steps. This way it will complete flush buffers before beginning the next copy cycle.

    Look at this

    http://www.xxcopy.com/index.htm#summary
    for long filenames you would use xxcopy not xxcopy16

    http://www.karenware.com/powertools/ptreplicator.asp

    and this
    http://www.codesector.com/teracopy.php

    Mike
     

  3. to hide this advert.

  4. 2008/05/19
    bdesmond

    bdesmond Inactive

    Joined:
    2008/05/19
    Messages:
    36
    Likes Received:
    0
    Robocopy from the resource kit tools will do this.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.