[EMAIL PROTECTED] wrote: > For ufs "ufsdump | ufsrestore" I have found that I prefer the buffer on the > receive side, but it should be much bigger. ufsrestore starts with > creating all directories and that is SLOW.
This is why copying filesystems via star is much faster: - There is no pipe that slows down I/O - The star FIFO is between both star processes and thus both star processes take advantage of the FIFO. The filesystem read process may read in bigger chunks than ufsdump as long as there is free space in the FIFO. The filesystem write process may write much bigger chunks than ufsrestore as long as there is data in the FIFO. Just call star -copy ..... and set FIFO size to a reasonable big number with the fs= option. Jörg -- EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin [EMAIL PROTECTED] (uni) [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/ URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss