Re: Duplicating a file system

eichin@mit.edu
Sun, 10 Mar 1996 00:04:31 -0500


>> (cd /;tar clf - .) | (cd /mnt;tar xfp -)

Actually, cp -a is at least as good as that, and has better error checking...