Copying Gig's of small files from one file system to another

From: Scott Elliott (selliott_at_stromix.com)
Date: 05/27/05

  • Next message: Tom Grassia: "Console shuts server down"
    Date: Fri, 27 May 2005 09:03:17 -0700
    To: <sunmanagers@sunmanagers.org>
    
    

    All,
    I need to copy about 360GB's of thousands of small files from one file
    system to another one with greater capacity. Typically I use this
    command
    tar cf - fromdir | ( cd todir ; tar xfp - )

    I have never attempted to use this command to move this amount of data,
    I am hoping it will work but if any one has any other ideas they would
    be greatly appreciated.

    Thanks in advance
    _______________________________________________
    sunmanagers mailing list
    sunmanagers@sunmanagers.org
    http://www.sunmanagers.org/mailman/listinfo/sunmanagers


  • Next message: Tom Grassia: "Console shuts server down"